Shades of Purple Heart #593EC1
Tints of Purple Heart #593EC1
RGB
CMYK
RGB Variations
Color information
#593EC1 (or 0x593EC1) is known color: Purple Heart. HEX triplet: 59, 3E and C1. RGB value is (89,62,193). Sum of RGB (Red+Green+Blue) = 89+62+193=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #593EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EC1 is #A6C13E. Grayscale: #545454. Windows color (decimal): -10928447 or 12664409. OLE color: 12664409.
HSL color Cylindrical-coordinate representation of color #593EC1: hue angle of 252.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593EC1 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 62 | 193 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.24 |
| HSL | 252.37º | 0.51% | 0.5% | - |
| HSV(B) | 252.37º | 0.68% | 0.76% | - |
| XYZ | 15.47 | 9.42 | 51.45 | - |
| YUV | 85.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 193 | 0.54 | 0.68 | 0 | 0.24 | 252.37 | 0.51 | 0.5 |
| Hex | 59 | 3E | C1 | 36 | 44 | 0 | 18 | FC | 33 | 32 |
| Octal | 131 | 76 | 301 | 66 | 104 | 0 | 30 | 374 | 63 | 62 |
| Binary | 1011001 | 111110 | 11000001 | 110110 | 1000100 | 0 | 11000 | 11111100 | 110011 | 110010 |
Color Harmonies of #593EC1
Complementary color
Monochromatic Colors of #593EC1
Black with #593EC1
Text Example
Text Example
White with #593EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EC1; }
p { color: rgb(89,62,193); }
H1.HeaderClassName
{
color: #593EC1;
}
.AnyTagClassName
{
color: #593EC1;
}
</style>
background-color css
<style>
a { background-color: #593EC1; }
a { background-color: rgb(89,62,193); }
div.DivClassName
{
background-color: #593EC1;
}
.BgClassName
{
background-color: #593EC1;
}
</style>
border-color css
<style>
span { border-color: #593EC1; }
span { border-color: rgb(89,62,193); }
td.TdClassName
{
border-color: #593EC1;
}
.TagClassName
{
border-color: #593EC1;
}
</style>