Shades of Purple Heart #593ECE
Tints of Purple Heart #593ECE
RGB
CMYK
RGB Variations
Color information
#593ECE (or 0x593ECE) is known color: Purple Heart. HEX triplet: 59, 3E and CE. RGB value is (89,62,206). Sum of RGB (Red+Green+Blue) = 89+62+206=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #593ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ECE is #A6C131. Grayscale: #555555. Windows color (decimal): -10928434 or 13516377. OLE color: 13516377.
HSL color Cylindrical-coordinate representation of color #593ECE: hue angle of 251.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593ECE is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 62 | 206 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.19 |
| HSL | 251.25º | 0.6% | 0.53% | - |
| HSV(B) | 251.25º | 0.7% | 0.81% | - |
| XYZ | 16.98 | 10.03 | 59.43 | - |
| YUV | 86.49 | 195.45 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 206 | 0.57 | 0.70 | 0 | 0.19 | 251.25 | 0.6 | 0.53 |
| Hex | 59 | 3E | CE | 39 | 46 | 0 | 13 | FB | 3C | 35 |
| Octal | 131 | 76 | 316 | 71 | 106 | 0 | 23 | 373 | 74 | 65 |
| Binary | 1011001 | 111110 | 11001110 | 111001 | 1000110 | 0 | 10011 | 11111011 | 111100 | 110101 |
Color Harmonies of #593ECE
Complementary color
Monochromatic Colors of #593ECE
Black with #593ECE
Text Example
Text Example
White with #593ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593ECE; }
p { color: rgb(89,62,206); }
H1.HeaderClassName
{
color: #593ECE;
}
.AnyTagClassName
{
color: #593ECE;
}
</style>
background-color css
<style>
a { background-color: #593ECE; }
a { background-color: rgb(89,62,206); }
div.DivClassName
{
background-color: #593ECE;
}
.BgClassName
{
background-color: #593ECE;
}
</style>
border-color css
<style>
span { border-color: #593ECE; }
span { border-color: rgb(89,62,206); }
td.TdClassName
{
border-color: #593ECE;
}
.TagClassName
{
border-color: #593ECE;
}
</style>