Shades of Purple Heart #593ABB
Tints of Purple Heart #593ABB
RGB
CMYK
RGB Variations
Color information
#593ABB (or 0x593ABB) is known color: Purple Heart. HEX triplet: 59, 3A and BB. RGB value is (89,58,187). Sum of RGB (Red+Green+Blue) = 89+58+187=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #593ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ABB is #A6C544. Grayscale: #515151. Windows color (decimal): -10929477 or 12270169. OLE color: 12270169.
HSL color Cylindrical-coordinate representation of color #593ABB: hue angle of 254.42º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593ABB is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 58 | 187 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.27 |
| HSL | 254.42º | 0.53% | 0.48% | - |
| HSV(B) | 254.42º | 0.69% | 0.73% | - |
| XYZ | 14.6 | 8.74 | 47.93 | - |
| YUV | 81.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 187 | 0.52 | 0.69 | 0 | 0.27 | 254.42 | 0.53 | 0.48 |
| Hex | 59 | 3A | BB | 34 | 45 | 0 | 1B | FE | 35 | 30 |
| Octal | 131 | 72 | 273 | 64 | 105 | 0 | 33 | 376 | 65 | 60 |
| Binary | 1011001 | 111010 | 10111011 | 110100 | 1000101 | 0 | 11011 | 11111110 | 110101 | 110000 |
Color Harmonies of #593ABB
Complementary color
Monochromatic Colors of #593ABB
Black with #593ABB
Text Example
Text Example
White with #593ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593ABB; }
p { color: rgb(89,58,187); }
H1.HeaderClassName
{
color: #593ABB;
}
.AnyTagClassName
{
color: #593ABB;
}
</style>
background-color css
<style>
a { background-color: #593ABB; }
a { background-color: rgb(89,58,187); }
div.DivClassName
{
background-color: #593ABB;
}
.BgClassName
{
background-color: #593ABB;
}
</style>
border-color css
<style>
span { border-color: #593ABB; }
span { border-color: rgb(89,58,187); }
td.TdClassName
{
border-color: #593ABB;
}
.TagClassName
{
border-color: #593ABB;
}
</style>