Shades of Purple Heart #5914A8
Tints of Purple Heart #5914A8
RGB
CMYK
RGB Variations
Color information
#5914A8 (or 0x5914A8) is known color: Purple Heart. HEX triplet: 59, 14 and A8. RGB value is (89,20,168). Sum of RGB (Red+Green+Blue) = 89+20+168=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #5914A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5914A8 is #A6EB57. Grayscale: #383838. Windows color (decimal): -10939224 or 11015257. OLE color: 11015257.
HSL color Cylindrical-coordinate representation of color #5914A8: hue angle of 267.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5914A8 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 20 | 168 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.34 |
| HSL | 267.97º | 0.79% | 0.37% | - |
| HSV(B) | 267.97º | 0.88% | 0.66% | - |
| XYZ | 11.44 | 5.45 | 37.5 | - |
| YUV | 57.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 168 | 0.47 | 0.88 | 0 | 0.34 | 267.97 | 0.79 | 0.37 |
| Hex | 59 | 14 | A8 | 2F | 58 | 0 | 22 | 10C | 4F | 25 |
| Octal | 131 | 24 | 250 | 57 | 130 | 0 | 42 | 414 | 117 | 45 |
| Binary | 1011001 | 10100 | 10101000 | 101111 | 1011000 | 0 | 100010 | 100001100 | 1001111 | 100101 |
Color Harmonies of #5914A8
Complementary color
Monochromatic Colors of #5914A8
Black with #5914A8
Text Example
Text Example
White with #5914A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5914A8; }
p { color: rgb(89,20,168); }
H1.HeaderClassName
{
color: #5914A8;
}
.AnyTagClassName
{
color: #5914A8;
}
</style>
background-color css
<style>
a { background-color: #5914A8; }
a { background-color: rgb(89,20,168); }
div.DivClassName
{
background-color: #5914A8;
}
.BgClassName
{
background-color: #5914A8;
}
</style>
border-color css
<style>
span { border-color: #5914A8; }
span { border-color: rgb(89,20,168); }
td.TdClassName
{
border-color: #5914A8;
}
.TagClassName
{
border-color: #5914A8;
}
</style>