Shades of Purple Heart #5829DC
Tints of Purple Heart #5829DC
RGB
CMYK
RGB Variations
Color information
#5829DC (or 0x5829DC) is known color: Purple Heart. HEX triplet: 58, 29 and DC. RGB value is (88,41,220). Sum of RGB (Red+Green+Blue) = 88+41+220=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #5829DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5829DC is #A7D623. Grayscale: #4A4A4A. Windows color (decimal): -10999332 or 14428504. OLE color: 14428504.
HSL color Cylindrical-coordinate representation of color #5829DC: hue angle of 255.75º 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 #5829DC is Cyan = 0.6, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 41 | 220 | - |
| CMYK | 0.6 | 0.81 | 0 | 0.14 |
| HSL | 255.75º | 0.72% | 0.51% | - |
| HSV(B) | 255.75º | 0.81% | 0.86% | - |
| XYZ | 17.74 | 8.83 | 68.48 | - |
| YUV | 75.46 | 209.57 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 220 | 0.6 | 0.81 | 0 | 0.14 | 255.75 | 0.72 | 0.51 |
| Hex | 58 | 29 | DC | 3C | 51 | 0 | E | 100 | 48 | 33 |
| Octal | 130 | 51 | 334 | 74 | 121 | 0 | 16 | 400 | 110 | 63 |
| Binary | 1011000 | 101001 | 11011100 | 111100 | 1010001 | 0 | 1110 | 100000000 | 1001000 | 110011 |
Color Harmonies of #5829DC
Complementary color
Monochromatic Colors of #5829DC
Black with #5829DC
Text Example
Text Example
White with #5829DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829DC; }
p { color: rgb(88,41,220); }
H1.HeaderClassName
{
color: #5829DC;
}
.AnyTagClassName
{
color: #5829DC;
}
</style>
background-color css
<style>
a { background-color: #5829DC; }
a { background-color: rgb(88,41,220); }
div.DivClassName
{
background-color: #5829DC;
}
.BgClassName
{
background-color: #5829DC;
}
</style>
border-color css
<style>
span { border-color: #5829DC; }
span { border-color: rgb(88,41,220); }
td.TdClassName
{
border-color: #5829DC;
}
.TagClassName
{
border-color: #5829DC;
}
</style>