Shades of Purple Heart #7217BD
Tints of Purple Heart #7217BD
RGB
CMYK
RGB Variations
Color information
#7217BD (or 0x7217BD) is known color: Purple Heart. HEX triplet: 72, 17 and BD. RGB value is (114,23,189). Sum of RGB (Red+Green+Blue) = 114+23+189=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #7217BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7217BD is #8DE842. Grayscale: #444444. Windows color (decimal): -9300035 or 12392306. OLE color: 12392306.
HSL color Cylindrical-coordinate representation of color #7217BD: hue angle of 272.89º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7217BD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 23 | 189 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.26 |
| HSL | 272.89º | 0.78% | 0.42% | - |
| HSV(B) | 272.89º | 0.88% | 0.74% | - |
| XYZ | 16.43 | 7.86 | 48.8 | - |
| YUV | 69.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 189 | 0.40 | 0.88 | 0 | 0.26 | 272.89 | 0.78 | 0.42 |
| Hex | 72 | 17 | BD | 28 | 58 | 0 | 1A | 111 | 4E | 2A |
| Octal | 162 | 27 | 275 | 50 | 130 | 0 | 32 | 421 | 116 | 52 |
| Binary | 1110010 | 10111 | 10111101 | 101000 | 1011000 | 0 | 11010 | 100010001 | 1001110 | 101010 |
Color Harmonies of #7217BD
Complementary color
Monochromatic Colors of #7217BD
Black with #7217BD
Text Example
Text Example
White with #7217BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7217BD; }
p { color: rgb(114,23,189); }
H1.HeaderClassName
{
color: #7217BD;
}
.AnyTagClassName
{
color: #7217BD;
}
</style>
background-color css
<style>
a { background-color: #7217BD; }
a { background-color: rgb(114,23,189); }
div.DivClassName
{
background-color: #7217BD;
}
.BgClassName
{
background-color: #7217BD;
}
</style>
border-color css
<style>
span { border-color: #7217BD; }
span { border-color: rgb(114,23,189); }
td.TdClassName
{
border-color: #7217BD;
}
.TagClassName
{
border-color: #7217BD;
}
</style>