Shades of Purple Heart #590BBB
Tints of Purple Heart #590BBB
RGB
CMYK
RGB Variations
Color information
#590BBB (or 0x590BBB) is known color: Purple Heart. HEX triplet: 59, 0B and BB. RGB value is (89,11,187). Sum of RGB (Red+Green+Blue) = 89+11+187=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #590BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BBB is #A6F444. Grayscale: #353535. Windows color (decimal): -10941509 or 12258137. OLE color: 12258137.
HSL color Cylindrical-coordinate representation of color #590BBB: hue angle of 266.59º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590BBB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 11 | 187 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.27 |
| HSL | 266.59º | 0.89% | 0.39% | - |
| HSV(B) | 266.59º | 0.94% | 0.73% | - |
| XYZ | 13.21 | 5.95 | 47.47 | - |
| YUV | 54.39 | 202.84 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 187 | 0.52 | 0.94 | 0 | 0.27 | 266.59 | 0.89 | 0.39 |
| Hex | 59 | B | BB | 34 | 5E | 0 | 1B | 10B | 59 | 27 |
| Octal | 131 | 13 | 273 | 64 | 136 | 0 | 33 | 413 | 131 | 47 |
| Binary | 1011001 | 1011 | 10111011 | 110100 | 1011110 | 0 | 11011 | 100001011 | 1011001 | 100111 |
Color Harmonies of #590BBB
Complementary color
Monochromatic Colors of #590BBB
Black with #590BBB
Text Example
Text Example
White with #590BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BBB; }
p { color: rgb(89,11,187); }
H1.HeaderClassName
{
color: #590BBB;
}
.AnyTagClassName
{
color: #590BBB;
}
</style>
background-color css
<style>
a { background-color: #590BBB; }
a { background-color: rgb(89,11,187); }
div.DivClassName
{
background-color: #590BBB;
}
.BgClassName
{
background-color: #590BBB;
}
</style>
border-color css
<style>
span { border-color: #590BBB; }
span { border-color: rgb(89,11,187); }
td.TdClassName
{
border-color: #590BBB;
}
.TagClassName
{
border-color: #590BBB;
}
</style>