Shades of Purple Heart #593CBD
Tints of Purple Heart #593CBD
RGB
CMYK
RGB Variations
Color information
#593CBD (or 0x593CBD) is known color: Purple Heart. HEX triplet: 59, 3C and BD. RGB value is (89,60,189). Sum of RGB (Red+Green+Blue) = 89+60+189=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #593CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CBD is #A6C342. Grayscale: #525252. Windows color (decimal): -10928963 or 12401753. OLE color: 12401753.
HSL color Cylindrical-coordinate representation of color #593CBD: hue angle of 253.49º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593CBD is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 60 | 189 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.26 |
| HSL | 253.49º | 0.52% | 0.49% | - |
| HSV(B) | 253.49º | 0.68% | 0.74% | - |
| XYZ | 14.92 | 9.03 | 49.1 | - |
| YUV | 83.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 189 | 0.53 | 0.68 | 0 | 0.26 | 253.49 | 0.52 | 0.49 |
| Hex | 59 | 3C | BD | 35 | 44 | 0 | 1A | FD | 34 | 31 |
| Octal | 131 | 74 | 275 | 65 | 104 | 0 | 32 | 375 | 64 | 61 |
| Binary | 1011001 | 111100 | 10111101 | 110101 | 1000100 | 0 | 11010 | 11111101 | 110100 | 110001 |
Color Harmonies of #593CBD
Complementary color
Monochromatic Colors of #593CBD
Black with #593CBD
Text Example
Text Example
White with #593CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CBD; }
p { color: rgb(89,60,189); }
H1.HeaderClassName
{
color: #593CBD;
}
.AnyTagClassName
{
color: #593CBD;
}
</style>
background-color css
<style>
a { background-color: #593CBD; }
a { background-color: rgb(89,60,189); }
div.DivClassName
{
background-color: #593CBD;
}
.BgClassName
{
background-color: #593CBD;
}
</style>
border-color css
<style>
span { border-color: #593CBD; }
span { border-color: rgb(89,60,189); }
td.TdClassName
{
border-color: #593CBD;
}
.TagClassName
{
border-color: #593CBD;
}
</style>