Shades of Purple Heart #590CBF
Tints of Purple Heart #590CBF
RGB
CMYK
RGB Variations
Color information
#590CBF (or 0x590CBF) is known color: Purple Heart. HEX triplet: 59, 0C and BF. RGB value is (89,12,191). Sum of RGB (Red+Green+Blue) = 89+12+191=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #590CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CBF is #A6F340. Grayscale: #363636. Windows color (decimal): -10941249 or 12520537. OLE color: 12520537.
HSL color Cylindrical-coordinate representation of color #590CBF: hue angle of 265.81º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590CBF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 12 | 191 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.25 |
| HSL | 265.81º | 0.88% | 0.4% | - |
| HSV(B) | 265.81º | 0.94% | 0.75% | - |
| XYZ | 13.66 | 6.15 | 49.76 | - |
| YUV | 55.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 191 | 0.53 | 0.94 | 0 | 0.25 | 265.81 | 0.88 | 0.4 |
| Hex | 59 | C | BF | 35 | 5E | 0 | 19 | 10A | 58 | 28 |
| Octal | 131 | 14 | 277 | 65 | 136 | 0 | 31 | 412 | 130 | 50 |
| Binary | 1011001 | 1100 | 10111111 | 110101 | 1011110 | 0 | 11001 | 100001010 | 1011000 | 101000 |
Color Harmonies of #590CBF
Complementary color
Monochromatic Colors of #590CBF
Black with #590CBF
Text Example
Text Example
White with #590CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CBF; }
p { color: rgb(89,12,191); }
H1.HeaderClassName
{
color: #590CBF;
}
.AnyTagClassName
{
color: #590CBF;
}
</style>
background-color css
<style>
a { background-color: #590CBF; }
a { background-color: rgb(89,12,191); }
div.DivClassName
{
background-color: #590CBF;
}
.BgClassName
{
background-color: #590CBF;
}
</style>
border-color css
<style>
span { border-color: #590CBF; }
span { border-color: rgb(89,12,191); }
td.TdClassName
{
border-color: #590CBF;
}
.TagClassName
{
border-color: #590CBF;
}
</style>