Shades of Purple Heart #593AD6
Tints of Purple Heart #593AD6
RGB
CMYK
RGB Variations
Color information
#593AD6 (or 0x593AD6) is known color: Purple Heart. HEX triplet: 59, 3A and D6. RGB value is (89,58,214). Sum of RGB (Red+Green+Blue) = 89+58+214=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #593AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593AD6 is #A6C529. Grayscale: #545454. Windows color (decimal): -10929450 or 14039641. OLE color: 14039641.
HSL color Cylindrical-coordinate representation of color #593AD6: hue angle of 251.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593AD6 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 58 | 214 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.16 |
| HSL | 251.92º | 0.66% | 0.53% | - |
| HSV(B) | 251.92º | 0.73% | 0.84% | - |
| XYZ | 17.77 | 10.01 | 64.61 | - |
| YUV | 85.05 | 200.77 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 214 | 0.58 | 0.73 | 0 | 0.16 | 251.92 | 0.66 | 0.53 |
| Hex | 59 | 3A | D6 | 3A | 49 | 0 | 10 | FC | 42 | 35 |
| Octal | 131 | 72 | 326 | 72 | 111 | 0 | 20 | 374 | 102 | 65 |
| Binary | 1011001 | 111010 | 11010110 | 111010 | 1001001 | 0 | 10000 | 11111100 | 1000010 | 110101 |
Color Harmonies of #593AD6
Complementary color
Monochromatic Colors of #593AD6
Black with #593AD6
Text Example
Text Example
White with #593AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593AD6; }
p { color: rgb(89,58,214); }
H1.HeaderClassName
{
color: #593AD6;
}
.AnyTagClassName
{
color: #593AD6;
}
</style>
background-color css
<style>
a { background-color: #593AD6; }
a { background-color: rgb(89,58,214); }
div.DivClassName
{
background-color: #593AD6;
}
.BgClassName
{
background-color: #593AD6;
}
</style>
border-color css
<style>
span { border-color: #593AD6; }
span { border-color: rgb(89,58,214); }
td.TdClassName
{
border-color: #593AD6;
}
.TagClassName
{
border-color: #593AD6;
}
</style>