Shades of Purple Heart #591ECC
Tints of Purple Heart #591ECC
RGB
CMYK
RGB Variations
Color information
#591ECC (or 0x591ECC) is known color: Purple Heart. HEX triplet: 59, 1E and CC. RGB value is (89,30,204). Sum of RGB (Red+Green+Blue) = 89+30+204=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #591ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ECC is #A6E133. Grayscale: #424242. Windows color (decimal): -10936628 or 13377113. OLE color: 13377113.
HSL color Cylindrical-coordinate representation of color #591ECC: hue angle of 260.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591ECC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 30 | 204 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.2 |
| HSL | 260.34º | 0.74% | 0.46% | - |
| HSV(B) | 260.34º | 0.85% | 0.8% | - |
| XYZ | 15.48 | 7.41 | 57.74 | - |
| YUV | 67.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 204 | 0.56 | 0.85 | 0 | 0.2 | 260.34 | 0.74 | 0.46 |
| Hex | 59 | 1E | CC | 38 | 55 | 0 | 14 | 104 | 4A | 2E |
| Octal | 131 | 36 | 314 | 70 | 125 | 0 | 24 | 404 | 112 | 56 |
| Binary | 1011001 | 11110 | 11001100 | 111000 | 1010101 | 0 | 10100 | 100000100 | 1001010 | 101110 |
Color Harmonies of #591ECC
Complementary color
Monochromatic Colors of #591ECC
Black with #591ECC
Text Example
Text Example
White with #591ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591ECC; }
p { color: rgb(89,30,204); }
H1.HeaderClassName
{
color: #591ECC;
}
.AnyTagClassName
{
color: #591ECC;
}
</style>
background-color css
<style>
a { background-color: #591ECC; }
a { background-color: rgb(89,30,204); }
div.DivClassName
{
background-color: #591ECC;
}
.BgClassName
{
background-color: #591ECC;
}
</style>
border-color css
<style>
span { border-color: #591ECC; }
span { border-color: rgb(89,30,204); }
td.TdClassName
{
border-color: #591ECC;
}
.TagClassName
{
border-color: #591ECC;
}
</style>