Shades of Purple Heart #590CBD
Tints of Purple Heart #590CBD
RGB
CMYK
RGB Variations
Color information
#590CBD (or 0x590CBD) is known color: Purple Heart. HEX triplet: 59, 0C and BD. RGB value is (89,12,189). Sum of RGB (Red+Green+Blue) = 89+12+189=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #590CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CBD is #A6F342. Grayscale: #363636. Windows color (decimal): -10941251 or 12389465. OLE color: 12389465.
HSL color Cylindrical-coordinate representation of color #590CBD: hue angle of 266.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CBD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 12 | 189 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.26 |
| HSL | 266.1º | 0.88% | 0.39% | - |
| HSV(B) | 266.1º | 0.94% | 0.74% | - |
| XYZ | 13.44 | 6.06 | 48.61 | - |
| YUV | 55.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 189 | 0.53 | 0.94 | 0 | 0.26 | 266.1 | 0.88 | 0.39 |
| Hex | 59 | C | BD | 35 | 5E | 0 | 1A | 10A | 58 | 27 |
| Octal | 131 | 14 | 275 | 65 | 136 | 0 | 32 | 412 | 130 | 47 |
| Binary | 1011001 | 1100 | 10111101 | 110101 | 1011110 | 0 | 11010 | 100001010 | 1011000 | 100111 |
Color Harmonies of #590CBD
Complementary color
Monochromatic Colors of #590CBD
Black with #590CBD
Text Example
Text Example
White with #590CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CBD; }
p { color: rgb(89,12,189); }
H1.HeaderClassName
{
color: #590CBD;
}
.AnyTagClassName
{
color: #590CBD;
}
</style>
background-color css
<style>
a { background-color: #590CBD; }
a { background-color: rgb(89,12,189); }
div.DivClassName
{
background-color: #590CBD;
}
.BgClassName
{
background-color: #590CBD;
}
</style>
border-color css
<style>
span { border-color: #590CBD; }
span { border-color: rgb(89,12,189); }
td.TdClassName
{
border-color: #590CBD;
}
.TagClassName
{
border-color: #590CBD;
}
</style>