Shades of Purple Heart #592CB9
Tints of Purple Heart #592CB9
RGB
CMYK
RGB Variations
Color information
#592CB9 (or 0x592CB9) is known color: Purple Heart. HEX triplet: 59, 2C and B9. RGB value is (89,44,185). Sum of RGB (Red+Green+Blue) = 89+44+185=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #592CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CB9 is #A6D346. Grayscale: #494949. Windows color (decimal): -10933063 or 12135513. OLE color: 12135513.
HSL color Cylindrical-coordinate representation of color #592CB9: hue angle of 259.15º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592CB9 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 44 | 185 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.27 |
| HSL | 259.15º | 0.62% | 0.45% | - |
| HSV(B) | 259.15º | 0.76% | 0.73% | - |
| XYZ | 13.78 | 7.43 | 46.61 | - |
| YUV | 73.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 185 | 0.52 | 0.76 | 0 | 0.27 | 259.15 | 0.62 | 0.45 |
| Hex | 59 | 2C | B9 | 34 | 4C | 0 | 1B | 103 | 3E | 2D |
| Octal | 131 | 54 | 271 | 64 | 114 | 0 | 33 | 403 | 76 | 55 |
| Binary | 1011001 | 101100 | 10111001 | 110100 | 1001100 | 0 | 11011 | 100000011 | 111110 | 101101 |
Color Harmonies of #592CB9
Complementary color
Monochromatic Colors of #592CB9
Black with #592CB9
Text Example
Text Example
White with #592CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CB9; }
p { color: rgb(89,44,185); }
H1.HeaderClassName
{
color: #592CB9;
}
.AnyTagClassName
{
color: #592CB9;
}
</style>
background-color css
<style>
a { background-color: #592CB9; }
a { background-color: rgb(89,44,185); }
div.DivClassName
{
background-color: #592CB9;
}
.BgClassName
{
background-color: #592CB9;
}
</style>
border-color css
<style>
span { border-color: #592CB9; }
span { border-color: rgb(89,44,185); }
td.TdClassName
{
border-color: #592CB9;
}
.TagClassName
{
border-color: #592CB9;
}
</style>