Shades of Purple Heart #592CBB
Tints of Purple Heart #592CBB
RGB
CMYK
RGB Variations
Color information
#592CBB (or 0x592CBB) is known color: Purple Heart. HEX triplet: 59, 2C and BB. RGB value is (89,44,187). Sum of RGB (Red+Green+Blue) = 89+44+187=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #592CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CBB is #A6D344. Grayscale: #494949. Windows color (decimal): -10933061 or 12266585. OLE color: 12266585.
HSL color Cylindrical-coordinate representation of color #592CBB: hue angle of 258.88º 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 #592CBB is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 44 | 187 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.27 |
| HSL | 258.88º | 0.62% | 0.45% | - |
| HSV(B) | 258.88º | 0.76% | 0.73% | - |
| XYZ | 13.99 | 7.51 | 47.73 | - |
| YUV | 73.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 187 | 0.52 | 0.76 | 0 | 0.27 | 258.88 | 0.62 | 0.45 |
| Hex | 59 | 2C | BB | 34 | 4C | 0 | 1B | 103 | 3E | 2D |
| Octal | 131 | 54 | 273 | 64 | 114 | 0 | 33 | 403 | 76 | 55 |
| Binary | 1011001 | 101100 | 10111011 | 110100 | 1001100 | 0 | 11011 | 100000011 | 111110 | 101101 |
Color Harmonies of #592CBB
Complementary color
Monochromatic Colors of #592CBB
Black with #592CBB
Text Example
Text Example
White with #592CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CBB; }
p { color: rgb(89,44,187); }
H1.HeaderClassName
{
color: #592CBB;
}
.AnyTagClassName
{
color: #592CBB;
}
</style>
background-color css
<style>
a { background-color: #592CBB; }
a { background-color: rgb(89,44,187); }
div.DivClassName
{
background-color: #592CBB;
}
.BgClassName
{
background-color: #592CBB;
}
</style>
border-color css
<style>
span { border-color: #592CBB; }
span { border-color: rgb(89,44,187); }
td.TdClassName
{
border-color: #592CBB;
}
.TagClassName
{
border-color: #592CBB;
}
</style>