Shades of Purple Heart #593ECC
Tints of Purple Heart #593ECC
RGB
CMYK
RGB Variations
Color information
#593ECC (or 0x593ECC) is known color: Purple Heart. HEX triplet: 59, 3E and CC. RGB value is (89,62,204). Sum of RGB (Red+Green+Blue) = 89+62+204=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #593ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ECC is #A6C133. Grayscale: #555555. Windows color (decimal): -10928436 or 13385305. OLE color: 13385305.
HSL color Cylindrical-coordinate representation of color #593ECC: hue angle of 251.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593ECC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 62 | 204 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.2 |
| HSL | 251.41º | 0.58% | 0.52% | - |
| HSV(B) | 251.41º | 0.7% | 0.8% | - |
| XYZ | 16.74 | 9.93 | 58.16 | - |
| YUV | 86.26 | 194.45 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 204 | 0.56 | 0.70 | 0 | 0.2 | 251.41 | 0.58 | 0.52 |
| Hex | 59 | 3E | CC | 38 | 46 | 0 | 14 | FB | 3A | 34 |
| Octal | 131 | 76 | 314 | 70 | 106 | 0 | 24 | 373 | 72 | 64 |
| Binary | 1011001 | 111110 | 11001100 | 111000 | 1000110 | 0 | 10100 | 11111011 | 111010 | 110100 |
Color Harmonies of #593ECC
Complementary color
Monochromatic Colors of #593ECC
Black with #593ECC
Text Example
Text Example
White with #593ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593ECC; }
p { color: rgb(89,62,204); }
H1.HeaderClassName
{
color: #593ECC;
}
.AnyTagClassName
{
color: #593ECC;
}
</style>
background-color css
<style>
a { background-color: #593ECC; }
a { background-color: rgb(89,62,204); }
div.DivClassName
{
background-color: #593ECC;
}
.BgClassName
{
background-color: #593ECC;
}
</style>
border-color css
<style>
span { border-color: #593ECC; }
span { border-color: rgb(89,62,204); }
td.TdClassName
{
border-color: #593ECC;
}
.TagClassName
{
border-color: #593ECC;
}
</style>