Shades of Purple Heart #590CB0
Tints of Purple Heart #590CB0
RGB
CMYK
RGB Variations
Color information
#590CB0 (or 0x590CB0) is known color: Purple Heart. HEX triplet: 59, 0C and B0. RGB value is (89,12,176). Sum of RGB (Red+Green+Blue) = 89+12+176=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 176 (69.14% from 255 or 63.54% from 277); Max value from RGB is 176 - color contains mainly: blue. Hex color #590CB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590CB0 is #A6F34F. Grayscale: #353535. Windows color (decimal): -10941264 or 11537497. OLE color: 11537497.
HSL color Cylindrical-coordinate representation of color #590CB0: hue angle of 268.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590CB0 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 12 | 176 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.31 |
| HSL | 268.17º | 0.87% | 0.37% | - |
| HSV(B) | 268.17º | 0.93% | 0.69% | - |
| XYZ | 12.09 | 5.52 | 41.5 | - |
| YUV | 53.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 176 | 0.49 | 0.93 | 0 | 0.31 | 268.17 | 0.87 | 0.37 |
| Hex | 59 | C | B0 | 31 | 5D | 0 | 1F | 10C | 57 | 25 |
| Octal | 131 | 14 | 260 | 61 | 135 | 0 | 37 | 414 | 127 | 45 |
| Binary | 1011001 | 1100 | 10110000 | 110001 | 1011101 | 0 | 11111 | 100001100 | 1010111 | 100101 |
Color Harmonies of #590CB0
Complementary color
Monochromatic Colors of #590CB0
Black with #590CB0
Text Example
Text Example
White with #590CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CB0; }
p { color: rgb(89,12,176); }
H1.HeaderClassName
{
color: #590CB0;
}
.AnyTagClassName
{
color: #590CB0;
}
</style>
background-color css
<style>
a { background-color: #590CB0; }
a { background-color: rgb(89,12,176); }
div.DivClassName
{
background-color: #590CB0;
}
.BgClassName
{
background-color: #590CB0;
}
</style>
border-color css
<style>
span { border-color: #590CB0; }
span { border-color: rgb(89,12,176); }
td.TdClassName
{
border-color: #590CB0;
}
.TagClassName
{
border-color: #590CB0;
}
</style>