Shades of Purple Heart #593BDC
Tints of Purple Heart #593BDC
RGB
CMYK
RGB Variations
Color information
#593BDC (or 0x593BDC) is known color: Purple Heart. HEX triplet: 59, 3B and DC. RGB value is (89,59,220). Sum of RGB (Red+Green+Blue) = 89+59+220=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #593BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BDC is #A6C423. Grayscale: #555555. Windows color (decimal): -10929188 or 14433113. OLE color: 14433113.
HSL color Cylindrical-coordinate representation of color #593BDC: hue angle of 251.18º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593BDC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 59 | 220 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.14 |
| HSL | 251.18º | 0.7% | 0.55% | - |
| HSV(B) | 251.18º | 0.73% | 0.86% | - |
| XYZ | 18.6 | 10.42 | 68.74 | - |
| YUV | 86.32 | 203.44 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 220 | 0.60 | 0.73 | 0 | 0.14 | 251.18 | 0.7 | 0.55 |
| Hex | 59 | 3B | DC | 3C | 49 | 0 | E | FB | 46 | 37 |
| Octal | 131 | 73 | 334 | 74 | 111 | 0 | 16 | 373 | 106 | 67 |
| Binary | 1011001 | 111011 | 11011100 | 111100 | 1001001 | 0 | 1110 | 11111011 | 1000110 | 110111 |
Color Harmonies of #593BDC
Complementary color
Monochromatic Colors of #593BDC
Black with #593BDC
Text Example
Text Example
White with #593BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BDC; }
p { color: rgb(89,59,220); }
H1.HeaderClassName
{
color: #593BDC;
}
.AnyTagClassName
{
color: #593BDC;
}
</style>
background-color css
<style>
a { background-color: #593BDC; }
a { background-color: rgb(89,59,220); }
div.DivClassName
{
background-color: #593BDC;
}
.BgClassName
{
background-color: #593BDC;
}
</style>
border-color css
<style>
span { border-color: #593BDC; }
span { border-color: rgb(89,59,220); }
td.TdClassName
{
border-color: #593BDC;
}
.TagClassName
{
border-color: #593BDC;
}
</style>