Shades of Purple Heart #593BD8
Tints of Purple Heart #593BD8
RGB
CMYK
RGB Variations
Color information
#593BD8 (or 0x593BD8) is known color: Purple Heart. HEX triplet: 59, 3B and D8. RGB value is (89,59,216). Sum of RGB (Red+Green+Blue) = 89+59+216=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #593BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BD8 is #A6C427. Grayscale: #555555. Windows color (decimal): -10929192 or 14170969. OLE color: 14170969.
HSL color Cylindrical-coordinate representation of color #593BD8: hue angle of 251.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593BD8 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 59 | 216 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.15 |
| HSL | 251.47º | 0.67% | 0.54% | - |
| HSV(B) | 251.47º | 0.73% | 0.85% | - |
| XYZ | 18.08 | 10.21 | 65.98 | - |
| YUV | 85.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 216 | 0.59 | 0.73 | 0 | 0.15 | 251.47 | 0.67 | 0.54 |
| Hex | 59 | 3B | D8 | 3B | 49 | 0 | F | FB | 43 | 36 |
| Octal | 131 | 73 | 330 | 73 | 111 | 0 | 17 | 373 | 103 | 66 |
| Binary | 1011001 | 111011 | 11011000 | 111011 | 1001001 | 0 | 1111 | 11111011 | 1000011 | 110110 |
Color Harmonies of #593BD8
Complementary color
Monochromatic Colors of #593BD8
Black with #593BD8
Text Example
Text Example
White with #593BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BD8; }
p { color: rgb(89,59,216); }
H1.HeaderClassName
{
color: #593BD8;
}
.AnyTagClassName
{
color: #593BD8;
}
</style>
background-color css
<style>
a { background-color: #593BD8; }
a { background-color: rgb(89,59,216); }
div.DivClassName
{
background-color: #593BD8;
}
.BgClassName
{
background-color: #593BD8;
}
</style>
border-color css
<style>
span { border-color: #593BD8; }
span { border-color: rgb(89,59,216); }
td.TdClassName
{
border-color: #593BD8;
}
.TagClassName
{
border-color: #593BD8;
}
</style>