Shades of Purple Heart #5D29DC
Tints of Purple Heart #5D29DC
RGB
CMYK
RGB Variations
Color information
#5D29DC (or 0x5D29DC) is known color: Purple Heart. HEX triplet: 5D, 29 and DC. RGB value is (93,41,220). Sum of RGB (Red+Green+Blue) = 93+41+220=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D29DC is #A2D623. Grayscale: #4C4C4C. Windows color (decimal): -10671652 or 14428509. OLE color: 14428509.
HSL color Cylindrical-coordinate representation of color #5D29DC: hue angle of 257.43º 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 #5D29DC is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 41 | 220 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.14 |
| HSL | 257.43º | 0.72% | 0.51% | - |
| HSV(B) | 257.43º | 0.81% | 0.86% | - |
| XYZ | 18.23 | 9.08 | 68.5 | - |
| YUV | 76.95 | 208.73 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 220 | 0.58 | 0.81 | 0 | 0.14 | 257.43 | 0.72 | 0.51 |
| Hex | 5D | 29 | DC | 3A | 51 | 0 | E | 101 | 48 | 33 |
| Octal | 135 | 51 | 334 | 72 | 121 | 0 | 16 | 401 | 110 | 63 |
| Binary | 1011101 | 101001 | 11011100 | 111010 | 1010001 | 0 | 1110 | 100000001 | 1001000 | 110011 |
Color Harmonies of #5D29DC
Complementary color
Monochromatic Colors of #5D29DC
Black with #5D29DC
Text Example
Text Example
White with #5D29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D29DC; }
p { color: rgb(93,41,220); }
H1.HeaderClassName
{
color: #5D29DC;
}
.AnyTagClassName
{
color: #5D29DC;
}
</style>
background-color css
<style>
a { background-color: #5D29DC; }
a { background-color: rgb(93,41,220); }
div.DivClassName
{
background-color: #5D29DC;
}
.BgClassName
{
background-color: #5D29DC;
}
</style>
border-color css
<style>
span { border-color: #5D29DC; }
span { border-color: rgb(93,41,220); }
td.TdClassName
{
border-color: #5D29DC;
}
.TagClassName
{
border-color: #5D29DC;
}
</style>