Shades of Purple Heart #5936DC
Tints of Purple Heart #5936DC
RGB
CMYK
RGB Variations
Color information
#5936DC (or 0x5936DC) is known color: Purple Heart. HEX triplet: 59, 36 and DC. RGB value is (89,54,220). Sum of RGB (Red+Green+Blue) = 89+54+220=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #5936DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5936DC is #A6C923. Grayscale: #525252. Windows color (decimal): -10930468 or 14431833. OLE color: 14431833.
HSL color Cylindrical-coordinate representation of color #5936DC: hue angle of 252.65º degrees, saturation: 0.7, 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 #5936DC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 54 | 220 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.14 |
| HSL | 252.65º | 0.7% | 0.54% | - |
| HSV(B) | 252.65º | 0.75% | 0.86% | - |
| XYZ | 18.36 | 9.93 | 68.66 | - |
| YUV | 83.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 220 | 0.60 | 0.75 | 0 | 0.14 | 252.65 | 0.7 | 0.54 |
| Hex | 59 | 36 | DC | 3C | 4B | 0 | E | FD | 46 | 36 |
| Octal | 131 | 66 | 334 | 74 | 113 | 0 | 16 | 375 | 106 | 66 |
| Binary | 1011001 | 110110 | 11011100 | 111100 | 1001011 | 0 | 1110 | 11111101 | 1000110 | 110110 |
Color Harmonies of #5936DC
Complementary color
Monochromatic Colors of #5936DC
Black with #5936DC
Text Example
Text Example
White with #5936DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5936DC; }
p { color: rgb(89,54,220); }
H1.HeaderClassName
{
color: #5936DC;
}
.AnyTagClassName
{
color: #5936DC;
}
</style>
background-color css
<style>
a { background-color: #5936DC; }
a { background-color: rgb(89,54,220); }
div.DivClassName
{
background-color: #5936DC;
}
.BgClassName
{
background-color: #5936DC;
}
</style>
border-color css
<style>
span { border-color: #5936DC; }
span { border-color: rgb(89,54,220); }
td.TdClassName
{
border-color: #5936DC;
}
.TagClassName
{
border-color: #5936DC;
}
</style>