Shades of Purple Heart #5939DC
Tints of Purple Heart #5939DC
RGB
CMYK
RGB Variations
Color information
#5939DC (or 0x5939DC) is known color: Purple Heart. HEX triplet: 59, 39 and DC. RGB value is (89,57,220). Sum of RGB (Red+Green+Blue) = 89+57+220=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #5939DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5939DC is #A6C623. Grayscale: #545454. Windows color (decimal): -10929700 or 14432601. OLE color: 14432601.
HSL color Cylindrical-coordinate representation of color #5939DC: hue angle of 251.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5939DC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 57 | 220 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.14 |
| HSL | 251.78º | 0.7% | 0.54% | - |
| HSV(B) | 251.78º | 0.74% | 0.86% | - |
| XYZ | 18.5 | 10.22 | 68.71 | - |
| YUV | 85.15 | 204.1 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 220 | 0.60 | 0.74 | 0 | 0.14 | 251.78 | 0.7 | 0.54 |
| Hex | 59 | 39 | DC | 3C | 4A | 0 | E | FC | 46 | 36 |
| Octal | 131 | 71 | 334 | 74 | 112 | 0 | 16 | 374 | 106 | 66 |
| Binary | 1011001 | 111001 | 11011100 | 111100 | 1001010 | 0 | 1110 | 11111100 | 1000110 | 110110 |
Color Harmonies of #5939DC
Complementary color
Monochromatic Colors of #5939DC
Black with #5939DC
Text Example
Text Example
White with #5939DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5939DC; }
p { color: rgb(89,57,220); }
H1.HeaderClassName
{
color: #5939DC;
}
.AnyTagClassName
{
color: #5939DC;
}
</style>
background-color css
<style>
a { background-color: #5939DC; }
a { background-color: rgb(89,57,220); }
div.DivClassName
{
background-color: #5939DC;
}
.BgClassName
{
background-color: #5939DC;
}
</style>
border-color css
<style>
span { border-color: #5939DC; }
span { border-color: rgb(89,57,220); }
td.TdClassName
{
border-color: #5939DC;
}
.TagClassName
{
border-color: #5939DC;
}
</style>