Shades of Purple Heart #7217BA
Tints of Purple Heart #7217BA
RGB
CMYK
RGB Variations
Color information
#7217BA (or 0x7217BA) is known color: Purple Heart. HEX triplet: 72, 17 and BA. RGB value is (114,23,186). Sum of RGB (Red+Green+Blue) = 114+23+186=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7217BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7217BA is #8DE845. Grayscale: #444444. Windows color (decimal): -9300038 or 12195698. OLE color: 12195698.
HSL color Cylindrical-coordinate representation of color #7217BA: hue angle of 273.5º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7217BA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 23 | 186 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.27 |
| HSL | 273.5º | 0.78% | 0.41% | - |
| HSV(B) | 273.5º | 0.88% | 0.73% | - |
| XYZ | 16.11 | 7.74 | 47.1 | - |
| YUV | 68.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 186 | 0.39 | 0.88 | 0 | 0.27 | 273.5 | 0.78 | 0.41 |
| Hex | 72 | 17 | BA | 27 | 58 | 0 | 1B | 111 | 4E | 29 |
| Octal | 162 | 27 | 272 | 47 | 130 | 0 | 33 | 421 | 116 | 51 |
| Binary | 1110010 | 10111 | 10111010 | 100111 | 1011000 | 0 | 11011 | 100010001 | 1001110 | 101001 |
Color Harmonies of #7217BA
Complementary color
Monochromatic Colors of #7217BA
Black with #7217BA
Text Example
Text Example
White with #7217BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7217BA; }
p { color: rgb(114,23,186); }
H1.HeaderClassName
{
color: #7217BA;
}
.AnyTagClassName
{
color: #7217BA;
}
</style>
background-color css
<style>
a { background-color: #7217BA; }
a { background-color: rgb(114,23,186); }
div.DivClassName
{
background-color: #7217BA;
}
.BgClassName
{
background-color: #7217BA;
}
</style>
border-color css
<style>
span { border-color: #7217BA; }
span { border-color: rgb(114,23,186); }
td.TdClassName
{
border-color: #7217BA;
}
.TagClassName
{
border-color: #7217BA;
}
</style>