Shades of Purple Heart #591ECD
Tints of Purple Heart #591ECD
RGB
CMYK
RGB Variations
Color information
#591ECD (or 0x591ECD) is known color: Purple Heart. HEX triplet: 59, 1E and CD. RGB value is (89,30,205). Sum of RGB (Red+Green+Blue) = 89+30+205=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #591ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ECD is #A6E132. Grayscale: #424242. Windows color (decimal): -10936627 or 13442649. OLE color: 13442649.
HSL color Cylindrical-coordinate representation of color #591ECD: hue angle of 260.23º 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 #591ECD is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 30 | 205 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.20 |
| HSL | 260.23º | 0.74% | 0.46% | - |
| HSV(B) | 260.23º | 0.85% | 0.8% | - |
| XYZ | 15.6 | 7.46 | 58.38 | - |
| YUV | 67.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 205 | 0.57 | 0.85 | 0 | 0.20 | 260.23 | 0.74 | 0.46 |
| Hex | 59 | 1E | CD | 39 | 55 | 0 | 14 | 104 | 4A | 2E |
| Octal | 131 | 36 | 315 | 71 | 125 | 0 | 24 | 404 | 112 | 56 |
| Binary | 1011001 | 11110 | 11001101 | 111001 | 1010101 | 0 | 10100 | 100000100 | 1001010 | 101110 |
Color Harmonies of #591ECD
Complementary color
Monochromatic Colors of #591ECD
Black with #591ECD
Text Example
Text Example
White with #591ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591ECD; }
p { color: rgb(89,30,205); }
H1.HeaderClassName
{
color: #591ECD;
}
.AnyTagClassName
{
color: #591ECD;
}
</style>
background-color css
<style>
a { background-color: #591ECD; }
a { background-color: rgb(89,30,205); }
div.DivClassName
{
background-color: #591ECD;
}
.BgClassName
{
background-color: #591ECD;
}
</style>
border-color css
<style>
span { border-color: #591ECD; }
span { border-color: rgb(89,30,205); }
td.TdClassName
{
border-color: #591ECD;
}
.TagClassName
{
border-color: #591ECD;
}
</style>