Shades of Purple Heart #593DBE
Tints of Purple Heart #593DBE
RGB
CMYK
RGB Variations
Color information
#593DBE (or 0x593DBE) is known color: Purple Heart. HEX triplet: 59, 3D and BE. RGB value is (89,61,190). Sum of RGB (Red+Green+Blue) = 89+61+190=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #593DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DBE is #A6C241. Grayscale: #535353. Windows color (decimal): -10928706 or 12467545. OLE color: 12467545.
HSL color Cylindrical-coordinate representation of color #593DBE: hue angle of 253.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593DBE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 61 | 190 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.25 |
| HSL | 253.02º | 0.51% | 0.49% | - |
| HSV(B) | 253.02º | 0.68% | 0.75% | - |
| XYZ | 15.08 | 9.18 | 49.69 | - |
| YUV | 84.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 190 | 0.53 | 0.68 | 0 | 0.25 | 253.02 | 0.51 | 0.49 |
| Hex | 59 | 3D | BE | 35 | 44 | 0 | 19 | FD | 33 | 31 |
| Octal | 131 | 75 | 276 | 65 | 104 | 0 | 31 | 375 | 63 | 61 |
| Binary | 1011001 | 111101 | 10111110 | 110101 | 1000100 | 0 | 11001 | 11111101 | 110011 | 110001 |
Color Harmonies of #593DBE
Complementary color
Monochromatic Colors of #593DBE
Black with #593DBE
Text Example
Text Example
White with #593DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593DBE; }
p { color: rgb(89,61,190); }
H1.HeaderClassName
{
color: #593DBE;
}
.AnyTagClassName
{
color: #593DBE;
}
</style>
background-color css
<style>
a { background-color: #593DBE; }
a { background-color: rgb(89,61,190); }
div.DivClassName
{
background-color: #593DBE;
}
.BgClassName
{
background-color: #593DBE;
}
</style>
border-color css
<style>
span { border-color: #593DBE; }
span { border-color: rgb(89,61,190); }
td.TdClassName
{
border-color: #593DBE;
}
.TagClassName
{
border-color: #593DBE;
}
</style>