Shades of Purple Heart #5937DB
Tints of Purple Heart #5937DB
RGB
CMYK
RGB Variations
Color information
#5937DB (or 0x5937DB) is known color: Purple Heart. HEX triplet: 59, 37 and DB. RGB value is (89,55,219). Sum of RGB (Red+Green+Blue) = 89+55+219=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #5937DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5937DB is #A6C824. Grayscale: #535353. Windows color (decimal): -10930213 or 14366553. OLE color: 14366553.
HSL color Cylindrical-coordinate representation of color #5937DB: hue angle of 252.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5937DB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 55 | 219 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.14 |
| HSL | 252.44º | 0.69% | 0.54% | - |
| HSV(B) | 252.44º | 0.75% | 0.86% | - |
| XYZ | 18.27 | 9.97 | 67.98 | - |
| YUV | 83.86 | 204.26 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 219 | 0.59 | 0.75 | 0 | 0.14 | 252.44 | 0.69 | 0.54 |
| Hex | 59 | 37 | DB | 3B | 4B | 0 | E | FC | 45 | 36 |
| Octal | 131 | 67 | 333 | 73 | 113 | 0 | 16 | 374 | 105 | 66 |
| Binary | 1011001 | 110111 | 11011011 | 111011 | 1001011 | 0 | 1110 | 11111100 | 1000101 | 110110 |
Color Harmonies of #5937DB
Complementary color
Monochromatic Colors of #5937DB
Black with #5937DB
Text Example
Text Example
White with #5937DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5937DB; }
p { color: rgb(89,55,219); }
H1.HeaderClassName
{
color: #5937DB;
}
.AnyTagClassName
{
color: #5937DB;
}
</style>
background-color css
<style>
a { background-color: #5937DB; }
a { background-color: rgb(89,55,219); }
div.DivClassName
{
background-color: #5937DB;
}
.BgClassName
{
background-color: #5937DB;
}
</style>
border-color css
<style>
span { border-color: #5937DB; }
span { border-color: rgb(89,55,219); }
td.TdClassName
{
border-color: #5937DB;
}
.TagClassName
{
border-color: #5937DB;
}
</style>