Shades of Purple Heart #593EC7
Tints of Purple Heart #593EC7
RGB
CMYK
RGB Variations
Color information
#593EC7 (or 0x593EC7) is known color: Purple Heart. HEX triplet: 59, 3E and C7. RGB value is (89,62,199). Sum of RGB (Red+Green+Blue) = 89+62+199=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 199 (78.12% from 255 or 56.86% from 350); Max value from RGB is 199 - color contains mainly: blue. Hex color #593EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EC7 is #A6C138. Grayscale: #555555. Windows color (decimal): -10928441 or 13057625. OLE color: 13057625.
HSL color Cylindrical-coordinate representation of color #593EC7: hue angle of 251.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593EC7 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 62 | 199 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.22 |
| HSL | 251.82º | 0.55% | 0.51% | - |
| HSV(B) | 251.82º | 0.69% | 0.78% | - |
| XYZ | 16.15 | 9.69 | 55.05 | - |
| YUV | 85.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 199 | 0.55 | 0.69 | 0 | 0.22 | 251.82 | 0.55 | 0.51 |
| Hex | 59 | 3E | C7 | 37 | 45 | 0 | 16 | FC | 37 | 33 |
| Octal | 131 | 76 | 307 | 67 | 105 | 0 | 26 | 374 | 67 | 63 |
| Binary | 1011001 | 111110 | 11000111 | 110111 | 1000101 | 0 | 10110 | 11111100 | 110111 | 110011 |
Color Harmonies of #593EC7
Complementary color
Monochromatic Colors of #593EC7
Black with #593EC7
Text Example
Text Example
White with #593EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EC7; }
p { color: rgb(89,62,199); }
H1.HeaderClassName
{
color: #593EC7;
}
.AnyTagClassName
{
color: #593EC7;
}
</style>
background-color css
<style>
a { background-color: #593EC7; }
a { background-color: rgb(89,62,199); }
div.DivClassName
{
background-color: #593EC7;
}
.BgClassName
{
background-color: #593EC7;
}
</style>
border-color css
<style>
span { border-color: #593EC7; }
span { border-color: rgb(89,62,199); }
td.TdClassName
{
border-color: #593EC7;
}
.TagClassName
{
border-color: #593EC7;
}
</style>