Shades of Purple Heart #592CA9
Tints of Purple Heart #592CA9
RGB
CMYK
RGB Variations
Color information
#592CA9 (or 0x592CA9) is known color: Purple Heart. HEX triplet: 59, 2C and A9. RGB value is (89,44,169). Sum of RGB (Red+Green+Blue) = 89+44+169=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #592CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592CA9 is #A6D356. Grayscale: #474747. Windows color (decimal): -10933079 or 11086937. OLE color: 11086937.
HSL color Cylindrical-coordinate representation of color #592CA9: hue angle of 261.6º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592CA9 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 44 | 169 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.34 |
| HSL | 261.6º | 0.59% | 0.42% | - |
| HSV(B) | 261.6º | 0.74% | 0.66% | - |
| XYZ | 12.18 | 6.79 | 38.2 | - |
| YUV | 71.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 169 | 0.47 | 0.74 | 0 | 0.34 | 261.6 | 0.59 | 0.42 |
| Hex | 59 | 2C | A9 | 2F | 4A | 0 | 22 | 106 | 3B | 2A |
| Octal | 131 | 54 | 251 | 57 | 112 | 0 | 42 | 406 | 73 | 52 |
| Binary | 1011001 | 101100 | 10101001 | 101111 | 1001010 | 0 | 100010 | 100000110 | 111011 | 101010 |
Color Harmonies of #592CA9
Complementary color
Monochromatic Colors of #592CA9
Black with #592CA9
Text Example
Text Example
White with #592CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CA9; }
p { color: rgb(89,44,169); }
H1.HeaderClassName
{
color: #592CA9;
}
.AnyTagClassName
{
color: #592CA9;
}
</style>
background-color css
<style>
a { background-color: #592CA9; }
a { background-color: rgb(89,44,169); }
div.DivClassName
{
background-color: #592CA9;
}
.BgClassName
{
background-color: #592CA9;
}
</style>
border-color css
<style>
span { border-color: #592CA9; }
span { border-color: rgb(89,44,169); }
td.TdClassName
{
border-color: #592CA9;
}
.TagClassName
{
border-color: #592CA9;
}
</style>