Shades of Purple Heart #593CCE
Tints of Purple Heart #593CCE
RGB
CMYK
RGB Variations
Color information
#593CCE (or 0x593CCE) is known color: Purple Heart. HEX triplet: 59, 3C and CE. RGB value is (89,60,206). Sum of RGB (Red+Green+Blue) = 89+60+206=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #593CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CCE is #A6C331. Grayscale: #545454. Windows color (decimal): -10928946 or 13515865. OLE color: 13515865.
HSL color Cylindrical-coordinate representation of color #593CCE: hue angle of 251.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593CCE is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 60 | 206 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.19 |
| HSL | 251.92º | 0.6% | 0.52% | - |
| HSV(B) | 251.92º | 0.71% | 0.81% | - |
| XYZ | 16.88 | 9.81 | 59.4 | - |
| YUV | 85.32 | 196.11 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 206 | 0.57 | 0.71 | 0 | 0.19 | 251.92 | 0.6 | 0.52 |
| Hex | 59 | 3C | CE | 39 | 47 | 0 | 13 | FC | 3C | 34 |
| Octal | 131 | 74 | 316 | 71 | 107 | 0 | 23 | 374 | 74 | 64 |
| Binary | 1011001 | 111100 | 11001110 | 111001 | 1000111 | 0 | 10011 | 11111100 | 111100 | 110100 |
Color Harmonies of #593CCE
Complementary color
Monochromatic Colors of #593CCE
Black with #593CCE
Text Example
Text Example
White with #593CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CCE; }
p { color: rgb(89,60,206); }
H1.HeaderClassName
{
color: #593CCE;
}
.AnyTagClassName
{
color: #593CCE;
}
</style>
background-color css
<style>
a { background-color: #593CCE; }
a { background-color: rgb(89,60,206); }
div.DivClassName
{
background-color: #593CCE;
}
.BgClassName
{
background-color: #593CCE;
}
</style>
border-color css
<style>
span { border-color: #593CCE; }
span { border-color: rgb(89,60,206); }
td.TdClassName
{
border-color: #593CCE;
}
.TagClassName
{
border-color: #593CCE;
}
</style>