Shades of Purple Heart #593EC8
Tints of Purple Heart #593EC8
RGB
CMYK
RGB Variations
Color information
#593EC8 (or 0x593EC8) is known color: Purple Heart. HEX triplet: 59, 3E and C8. RGB value is (89,62,200). Sum of RGB (Red+Green+Blue) = 89+62+200=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #593EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EC8 is #A6C137. Grayscale: #555555. Windows color (decimal): -10928440 or 13123161. OLE color: 13123161.
HSL color Cylindrical-coordinate representation of color #593EC8: hue angle of 251.74º degrees, saturation: 0.56, 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 #593EC8 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 62 | 200 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.22 |
| HSL | 251.74º | 0.56% | 0.51% | - |
| HSV(B) | 251.74º | 0.69% | 0.78% | - |
| XYZ | 16.27 | 9.74 | 55.67 | - |
| YUV | 85.81 | 192.45 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 200 | 0.56 | 0.69 | 0 | 0.22 | 251.74 | 0.56 | 0.51 |
| Hex | 59 | 3E | C8 | 38 | 45 | 0 | 16 | FC | 38 | 33 |
| Octal | 131 | 76 | 310 | 70 | 105 | 0 | 26 | 374 | 70 | 63 |
| Binary | 1011001 | 111110 | 11001000 | 111000 | 1000101 | 0 | 10110 | 11111100 | 111000 | 110011 |
Color Harmonies of #593EC8
Complementary color
Monochromatic Colors of #593EC8
Black with #593EC8
Text Example
Text Example
White with #593EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EC8; }
p { color: rgb(89,62,200); }
H1.HeaderClassName
{
color: #593EC8;
}
.AnyTagClassName
{
color: #593EC8;
}
</style>
background-color css
<style>
a { background-color: #593EC8; }
a { background-color: rgb(89,62,200); }
div.DivClassName
{
background-color: #593EC8;
}
.BgClassName
{
background-color: #593EC8;
}
</style>
border-color css
<style>
span { border-color: #593EC8; }
span { border-color: rgb(89,62,200); }
td.TdClassName
{
border-color: #593EC8;
}
.TagClassName
{
border-color: #593EC8;
}
</style>