Shades of Purple Heart #593ECB
Tints of Purple Heart #593ECB
RGB
CMYK
RGB Variations
Color information
#593ECB (or 0x593ECB) is known color: Purple Heart. HEX triplet: 59, 3E and CB. RGB value is (89,62,203). Sum of RGB (Red+Green+Blue) = 89+62+203=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #593ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ECB is #A6C134. Grayscale: #555555. Windows color (decimal): -10928437 or 13319769. OLE color: 13319769.
HSL color Cylindrical-coordinate representation of color #593ECB: hue angle of 251.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593ECB is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 62 | 203 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.20 |
| HSL | 251.49º | 0.58% | 0.52% | - |
| HSV(B) | 251.49º | 0.69% | 0.8% | - |
| XYZ | 16.62 | 9.88 | 57.53 | - |
| YUV | 86.15 | 193.95 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 203 | 0.56 | 0.69 | 0 | 0.20 | 251.49 | 0.58 | 0.52 |
| Hex | 59 | 3E | CB | 38 | 45 | 0 | 14 | FB | 3A | 34 |
| Octal | 131 | 76 | 313 | 70 | 105 | 0 | 24 | 373 | 72 | 64 |
| Binary | 1011001 | 111110 | 11001011 | 111000 | 1000101 | 0 | 10100 | 11111011 | 111010 | 110100 |
Color Harmonies of #593ECB
Complementary color
Monochromatic Colors of #593ECB
Black with #593ECB
Text Example
Text Example
White with #593ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593ECB; }
p { color: rgb(89,62,203); }
H1.HeaderClassName
{
color: #593ECB;
}
.AnyTagClassName
{
color: #593ECB;
}
</style>
background-color css
<style>
a { background-color: #593ECB; }
a { background-color: rgb(89,62,203); }
div.DivClassName
{
background-color: #593ECB;
}
.BgClassName
{
background-color: #593ECB;
}
</style>
border-color css
<style>
span { border-color: #593ECB; }
span { border-color: rgb(89,62,203); }
td.TdClassName
{
border-color: #593ECB;
}
.TagClassName
{
border-color: #593ECB;
}
</style>