Shades of Purple Heart #592ACE
Tints of Purple Heart #592ACE
RGB
CMYK
RGB Variations
Color information
#592ACE (or 0x592ACE) is known color: Purple Heart. HEX triplet: 59, 2A and CE. RGB value is (89,42,206). Sum of RGB (Red+Green+Blue) = 89+42+206=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #592ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592ACE is #A6D531. Grayscale: #4A4A4A. Windows color (decimal): -10933554 or 13511257. OLE color: 13511257.
HSL color Cylindrical-coordinate representation of color #592ACE: hue angle of 257.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592ACE is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 42 | 206 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.19 |
| HSL | 257.2º | 0.66% | 0.49% | - |
| HSV(B) | 257.2º | 0.8% | 0.81% | - |
| XYZ | 16.09 | 8.24 | 59.13 | - |
| YUV | 74.75 | 202.07 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 206 | 0.57 | 0.80 | 0 | 0.19 | 257.2 | 0.66 | 0.49 |
| Hex | 59 | 2A | CE | 39 | 50 | 0 | 13 | 101 | 42 | 31 |
| Octal | 131 | 52 | 316 | 71 | 120 | 0 | 23 | 401 | 102 | 61 |
| Binary | 1011001 | 101010 | 11001110 | 111001 | 1010000 | 0 | 10011 | 100000001 | 1000010 | 110001 |
Color Harmonies of #592ACE
Complementary color
Monochromatic Colors of #592ACE
Black with #592ACE
Text Example
Text Example
White with #592ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592ACE; }
p { color: rgb(89,42,206); }
H1.HeaderClassName
{
color: #592ACE;
}
.AnyTagClassName
{
color: #592ACE;
}
</style>
background-color css
<style>
a { background-color: #592ACE; }
a { background-color: rgb(89,42,206); }
div.DivClassName
{
background-color: #592ACE;
}
.BgClassName
{
background-color: #592ACE;
}
</style>
border-color css
<style>
span { border-color: #592ACE; }
span { border-color: rgb(89,42,206); }
td.TdClassName
{
border-color: #592ACE;
}
.TagClassName
{
border-color: #592ACE;
}
</style>