Shades of Purple Heart #593DB5
Tints of Purple Heart #593DB5
RGB
CMYK
RGB Variations
Color information
#593DB5 (or 0x593DB5) is known color: Purple Heart. HEX triplet: 59, 3D and B5. RGB value is (89,61,181). Sum of RGB (Red+Green+Blue) = 89+61+181=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #593DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DB5 is #A6C24A. Grayscale: #525252. Windows color (decimal): -10928715 or 11877721. OLE color: 11877721.
HSL color Cylindrical-coordinate representation of color #593DB5: hue angle of 254º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593DB5 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 61 | 181 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.29 |
| HSL | 254º | 0.5% | 0.47% | - |
| HSV(B) | 254º | 0.66% | 0.71% | - |
| XYZ | 14.13 | 8.8 | 44.67 | - |
| YUV | 83.05 | 183.28 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 181 | 0.51 | 0.66 | 0 | 0.29 | 254 | 0.5 | 0.47 |
| Hex | 59 | 3D | B5 | 33 | 42 | 0 | 1D | FE | 32 | 2F |
| Octal | 131 | 75 | 265 | 63 | 102 | 0 | 35 | 376 | 62 | 57 |
| Binary | 1011001 | 111101 | 10110101 | 110011 | 1000010 | 0 | 11101 | 11111110 | 110010 | 101111 |
Color Harmonies of #593DB5
Complementary color
Monochromatic Colors of #593DB5
Black with #593DB5
Text Example
Text Example
White with #593DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593DB5; }
p { color: rgb(89,61,181); }
H1.HeaderClassName
{
color: #593DB5;
}
.AnyTagClassName
{
color: #593DB5;
}
</style>
background-color css
<style>
a { background-color: #593DB5; }
a { background-color: rgb(89,61,181); }
div.DivClassName
{
background-color: #593DB5;
}
.BgClassName
{
background-color: #593DB5;
}
</style>
border-color css
<style>
span { border-color: #593DB5; }
span { border-color: rgb(89,61,181); }
td.TdClassName
{
border-color: #593DB5;
}
.TagClassName
{
border-color: #593DB5;
}
</style>