Shades of Purple Heart #5929DC
Tints of Purple Heart #5929DC
RGB
CMYK
RGB Variations
Color information
#5929DC (or 0x5929DC) is known color: Purple Heart. HEX triplet: 59, 29 and DC. RGB value is (89,41,220). Sum of RGB (Red+Green+Blue) = 89+41+220=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #5929DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5929DC is #A6D623. Grayscale: #4B4B4B. Windows color (decimal): -10933796 or 14428505. OLE color: 14428505.
HSL color Cylindrical-coordinate representation of color #5929DC: hue angle of 256.09º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5929DC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 41 | 220 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.14 |
| HSL | 256.09º | 0.72% | 0.51% | - |
| HSV(B) | 256.09º | 0.81% | 0.86% | - |
| XYZ | 17.83 | 8.88 | 68.48 | - |
| YUV | 75.76 | 209.4 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 220 | 0.60 | 0.81 | 0 | 0.14 | 256.09 | 0.72 | 0.51 |
| Hex | 59 | 29 | DC | 3C | 51 | 0 | E | 100 | 48 | 33 |
| Octal | 131 | 51 | 334 | 74 | 121 | 0 | 16 | 400 | 110 | 63 |
| Binary | 1011001 | 101001 | 11011100 | 111100 | 1010001 | 0 | 1110 | 100000000 | 1001000 | 110011 |
Color Harmonies of #5929DC
Complementary color
Monochromatic Colors of #5929DC
Black with #5929DC
Text Example
Text Example
White with #5929DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5929DC; }
p { color: rgb(89,41,220); }
H1.HeaderClassName
{
color: #5929DC;
}
.AnyTagClassName
{
color: #5929DC;
}
</style>
background-color css
<style>
a { background-color: #5929DC; }
a { background-color: rgb(89,41,220); }
div.DivClassName
{
background-color: #5929DC;
}
.BgClassName
{
background-color: #5929DC;
}
</style>
border-color css
<style>
span { border-color: #5929DC; }
span { border-color: rgb(89,41,220); }
td.TdClassName
{
border-color: #5929DC;
}
.TagClassName
{
border-color: #5929DC;
}
</style>