Shades of Purple Heart #5824DC
Tints of Purple Heart #5824DC
RGB
CMYK
RGB Variations
Color information
#5824DC (or 0x5824DC) is known color: Purple Heart. HEX triplet: 58, 24 and DC. RGB value is (88,36,220). Sum of RGB (Red+Green+Blue) = 88+36+220=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #5824DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5824DC is #A7DB23. Grayscale: #474747. Windows color (decimal): -11000612 or 14427224. OLE color: 14427224.
HSL color Cylindrical-coordinate representation of color #5824DC: hue angle of 256.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5824DC is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 36 | 220 | - |
| CMYK | 0.6 | 0.84 | 0 | 0.14 |
| HSL | 256.96º | 0.72% | 0.5% | - |
| HSV(B) | 256.96º | 0.84% | 0.86% | - |
| XYZ | 17.57 | 8.5 | 68.43 | - |
| YUV | 72.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 220 | 0.6 | 0.84 | 0 | 0.14 | 256.96 | 0.72 | 0.5 |
| Hex | 58 | 24 | DC | 3C | 54 | 0 | E | 101 | 48 | 32 |
| Octal | 130 | 44 | 334 | 74 | 124 | 0 | 16 | 401 | 110 | 62 |
| Binary | 1011000 | 100100 | 11011100 | 111100 | 1010100 | 0 | 1110 | 100000001 | 1001000 | 110010 |
Color Harmonies of #5824DC
Complementary color
Monochromatic Colors of #5824DC
Black with #5824DC
Text Example
Text Example
White with #5824DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5824DC; }
p { color: rgb(88,36,220); }
H1.HeaderClassName
{
color: #5824DC;
}
.AnyTagClassName
{
color: #5824DC;
}
</style>
background-color css
<style>
a { background-color: #5824DC; }
a { background-color: rgb(88,36,220); }
div.DivClassName
{
background-color: #5824DC;
}
.BgClassName
{
background-color: #5824DC;
}
</style>
border-color css
<style>
span { border-color: #5824DC; }
span { border-color: rgb(88,36,220); }
td.TdClassName
{
border-color: #5824DC;
}
.TagClassName
{
border-color: #5824DC;
}
</style>