Shades of Purple Heart #592AB8
Tints of Purple Heart #592AB8
RGB
CMYK
RGB Variations
Color information
#592AB8 (or 0x592AB8) is known color: Purple Heart. HEX triplet: 59, 2A and B8. RGB value is (89,42,184). Sum of RGB (Red+Green+Blue) = 89+42+184=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #592AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592AB8 is #A6D547. Grayscale: #474747. Windows color (decimal): -10933576 or 12069465. OLE color: 12069465.
HSL color Cylindrical-coordinate representation of color #592AB8: hue angle of 259.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592AB8 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 42 | 184 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.28 |
| HSL | 259.86º | 0.63% | 0.44% | - |
| HSV(B) | 259.86º | 0.77% | 0.72% | - |
| XYZ | 13.6 | 7.24 | 46.03 | - |
| YUV | 72.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 184 | 0.52 | 0.77 | 0 | 0.28 | 259.86 | 0.63 | 0.44 |
| Hex | 59 | 2A | B8 | 34 | 4D | 0 | 1C | 104 | 3F | 2C |
| Octal | 131 | 52 | 270 | 64 | 115 | 0 | 34 | 404 | 77 | 54 |
| Binary | 1011001 | 101010 | 10111000 | 110100 | 1001101 | 0 | 11100 | 100000100 | 111111 | 101100 |
Color Harmonies of #592AB8
Complementary color
Monochromatic Colors of #592AB8
Black with #592AB8
Text Example
Text Example
White with #592AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592AB8; }
p { color: rgb(89,42,184); }
H1.HeaderClassName
{
color: #592AB8;
}
.AnyTagClassName
{
color: #592AB8;
}
</style>
background-color css
<style>
a { background-color: #592AB8; }
a { background-color: rgb(89,42,184); }
div.DivClassName
{
background-color: #592AB8;
}
.BgClassName
{
background-color: #592AB8;
}
</style>
border-color css
<style>
span { border-color: #592AB8; }
span { border-color: rgb(89,42,184); }
td.TdClassName
{
border-color: #592AB8;
}
.TagClassName
{
border-color: #592AB8;
}
</style>