Shades of Purple Heart #593BDD
Tints of Purple Heart #593BDD
RGB
CMYK
RGB Variations
Color information
#593BDD (or 0x593BDD) is known color: Purple Heart. HEX triplet: 59, 3B and DD. RGB value is (89,59,221). Sum of RGB (Red+Green+Blue) = 89+59+221=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #593BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BDD is #A6C422. Grayscale: #555555. Windows color (decimal): -10929187 or 14498649. OLE color: 14498649.
HSL color Cylindrical-coordinate representation of color #593BDD: hue angle of 251.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593BDD is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 59 | 221 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.13 |
| HSL | 251.11º | 0.7% | 0.55% | - |
| HSV(B) | 251.11º | 0.73% | 0.87% | - |
| XYZ | 18.73 | 10.47 | 69.44 | - |
| YUV | 86.44 | 203.94 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 221 | 0.60 | 0.73 | 0 | 0.13 | 251.11 | 0.7 | 0.55 |
| Hex | 59 | 3B | DD | 3C | 49 | 0 | D | FB | 46 | 37 |
| Octal | 131 | 73 | 335 | 74 | 111 | 0 | 15 | 373 | 106 | 67 |
| Binary | 1011001 | 111011 | 11011101 | 111100 | 1001001 | 0 | 1101 | 11111011 | 1000110 | 110111 |
Color Harmonies of #593BDD
Complementary color
Monochromatic Colors of #593BDD
Black with #593BDD
Text Example
Text Example
White with #593BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BDD; }
p { color: rgb(89,59,221); }
H1.HeaderClassName
{
color: #593BDD;
}
.AnyTagClassName
{
color: #593BDD;
}
</style>
background-color css
<style>
a { background-color: #593BDD; }
a { background-color: rgb(89,59,221); }
div.DivClassName
{
background-color: #593BDD;
}
.BgClassName
{
background-color: #593BDD;
}
</style>
border-color css
<style>
span { border-color: #593BDD; }
span { border-color: rgb(89,59,221); }
td.TdClassName
{
border-color: #593BDD;
}
.TagClassName
{
border-color: #593BDD;
}
</style>