Shades of Purple Heart #592FA9
Tints of Purple Heart #592FA9
RGB
CMYK
RGB Variations
Color information
#592FA9 (or 0x592FA9) is known color: Purple Heart. HEX triplet: 59, 2F and A9. RGB value is (89,47,169). Sum of RGB (Red+Green+Blue) = 89+47+169=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #592FA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FA9 is #A6D056. Grayscale: #494949. Windows color (decimal): -10932311 or 11087705. OLE color: 11087705.
HSL color Cylindrical-coordinate representation of color #592FA9: hue angle of 260.66º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592FA9 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 47 | 169 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.34 |
| HSL | 260.66º | 0.56% | 0.42% | - |
| HSV(B) | 260.66º | 0.72% | 0.66% | - |
| XYZ | 12.3 | 7.02 | 38.24 | - |
| YUV | 73.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 169 | 0.47 | 0.72 | 0 | 0.34 | 260.66 | 0.56 | 0.42 |
| Hex | 59 | 2F | A9 | 2F | 48 | 0 | 22 | 105 | 38 | 2A |
| Octal | 131 | 57 | 251 | 57 | 110 | 0 | 42 | 405 | 70 | 52 |
| Binary | 1011001 | 101111 | 10101001 | 101111 | 1001000 | 0 | 100010 | 100000101 | 111000 | 101010 |
Color Harmonies of #592FA9
Complementary color
Monochromatic Colors of #592FA9
Black with #592FA9
Text Example
Text Example
White with #592FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592FA9; }
p { color: rgb(89,47,169); }
H1.HeaderClassName
{
color: #592FA9;
}
.AnyTagClassName
{
color: #592FA9;
}
</style>
background-color css
<style>
a { background-color: #592FA9; }
a { background-color: rgb(89,47,169); }
div.DivClassName
{
background-color: #592FA9;
}
.BgClassName
{
background-color: #592FA9;
}
</style>
border-color css
<style>
span { border-color: #592FA9; }
span { border-color: rgb(89,47,169); }
td.TdClassName
{
border-color: #592FA9;
}
.TagClassName
{
border-color: #592FA9;
}
</style>