Shades of Purple Heart #590AC0
Tints of Purple Heart #590AC0
RGB
CMYK
RGB Variations
Color information
#590AC0 (or 0x590AC0) is known color: Purple Heart. HEX triplet: 59, 0A and C0. RGB value is (89,10,192). Sum of RGB (Red+Green+Blue) = 89+10+192=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #590AC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590AC0 is #A6F53F. Grayscale: #353535. Windows color (decimal): -10941760 or 12585561. OLE color: 12585561.
HSL color Cylindrical-coordinate representation of color #590AC0: hue angle of 266.04º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590AC0 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 10 | 192 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.25 |
| HSL | 266.04º | 0.9% | 0.4% | - |
| HSV(B) | 266.04º | 0.95% | 0.75% | - |
| XYZ | 13.74 | 6.15 | 50.33 | - |
| YUV | 54.37 | 205.67 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 192 | 0.54 | 0.95 | 0 | 0.25 | 266.04 | 0.9 | 0.4 |
| Hex | 59 | A | C0 | 36 | 5F | 0 | 19 | 10A | 5A | 28 |
| Octal | 131 | 12 | 300 | 66 | 137 | 0 | 31 | 412 | 132 | 50 |
| Binary | 1011001 | 1010 | 11000000 | 110110 | 1011111 | 0 | 11001 | 100001010 | 1011010 | 101000 |
Color Harmonies of #590AC0
Complementary color
Monochromatic Colors of #590AC0
Black with #590AC0
Text Example
Text Example
White with #590AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590AC0; }
p { color: rgb(89,10,192); }
H1.HeaderClassName
{
color: #590AC0;
}
.AnyTagClassName
{
color: #590AC0;
}
</style>
background-color css
<style>
a { background-color: #590AC0; }
a { background-color: rgb(89,10,192); }
div.DivClassName
{
background-color: #590AC0;
}
.BgClassName
{
background-color: #590AC0;
}
</style>
border-color css
<style>
span { border-color: #590AC0; }
span { border-color: rgb(89,10,192); }
td.TdClassName
{
border-color: #590AC0;
}
.TagClassName
{
border-color: #590AC0;
}
</style>