Shades of Purple Heart #5924A8
Tints of Purple Heart #5924A8
RGB
CMYK
RGB Variations
Color information
#5924A8 (or 0x5924A8) is known color: Purple Heart. HEX triplet: 59, 24 and A8. RGB value is (89,36,168). Sum of RGB (Red+Green+Blue) = 89+36+168=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 168 (66.02% from 255 or 57.34% from 293); Max value from RGB is 168 - color contains mainly: blue. Hex color #5924A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5924A8 is #A6DB57. Grayscale: #424242. Windows color (decimal): -10935128 or 11019353. OLE color: 11019353.
HSL color Cylindrical-coordinate representation of color #5924A8: hue angle of 264.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5924A8 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 36 | 168 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.34 |
| HSL | 264.09º | 0.65% | 0.4% | - |
| HSV(B) | 264.09º | 0.79% | 0.66% | - |
| XYZ | 11.82 | 6.21 | 37.62 | - |
| YUV | 66.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 168 | 0.47 | 0.79 | 0 | 0.34 | 264.09 | 0.65 | 0.4 |
| Hex | 59 | 24 | A8 | 2F | 4F | 0 | 22 | 108 | 41 | 28 |
| Octal | 131 | 44 | 250 | 57 | 117 | 0 | 42 | 410 | 101 | 50 |
| Binary | 1011001 | 100100 | 10101000 | 101111 | 1001111 | 0 | 100010 | 100001000 | 1000001 | 101000 |
Color Harmonies of #5924A8
Complementary color
Monochromatic Colors of #5924A8
Black with #5924A8
Text Example
Text Example
White with #5924A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5924A8; }
p { color: rgb(89,36,168); }
H1.HeaderClassName
{
color: #5924A8;
}
.AnyTagClassName
{
color: #5924A8;
}
</style>
background-color css
<style>
a { background-color: #5924A8; }
a { background-color: rgb(89,36,168); }
div.DivClassName
{
background-color: #5924A8;
}
.BgClassName
{
background-color: #5924A8;
}
</style>
border-color css
<style>
span { border-color: #5924A8; }
span { border-color: rgb(89,36,168); }
td.TdClassName
{
border-color: #5924A8;
}
.TagClassName
{
border-color: #5924A8;
}
</style>