Shades of Purple Heart #6E29DC
Tints of Purple Heart #6E29DC
RGB
CMYK
RGB Variations
Color information
#6E29DC (or 0x6E29DC) is known color: Purple Heart. HEX triplet: 6E, 29 and DC. RGB value is (110,41,220). Sum of RGB (Red+Green+Blue) = 110+41+220=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29DC is #91D623. Grayscale: #515151. Windows color (decimal): -9557540 or 14428526. OLE color: 14428526.
HSL color Cylindrical-coordinate representation of color #6E29DC: hue angle of 263.13º 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 #6E29DC is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 41 | 220 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.14 |
| HSL | 263.13º | 0.72% | 0.51% | - |
| HSV(B) | 263.13º | 0.81% | 0.86% | - |
| XYZ | 20.14 | 10.07 | 68.59 | - |
| YUV | 82.04 | 205.86 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 220 | 0.50 | 0.81 | 0 | 0.14 | 263.13 | 0.72 | 0.51 |
| Hex | 6E | 29 | DC | 32 | 51 | 0 | E | 107 | 48 | 33 |
| Octal | 156 | 51 | 334 | 62 | 121 | 0 | 16 | 407 | 110 | 63 |
| Binary | 1101110 | 101001 | 11011100 | 110010 | 1010001 | 0 | 1110 | 100000111 | 1001000 | 110011 |
Color Harmonies of #6E29DC
Complementary color
Monochromatic Colors of #6E29DC
Black with #6E29DC
Text Example
Text Example
White with #6E29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E29DC; }
p { color: rgb(110,41,220); }
H1.HeaderClassName
{
color: #6E29DC;
}
.AnyTagClassName
{
color: #6E29DC;
}
</style>
background-color css
<style>
a { background-color: #6E29DC; }
a { background-color: rgb(110,41,220); }
div.DivClassName
{
background-color: #6E29DC;
}
.BgClassName
{
background-color: #6E29DC;
}
</style>
border-color css
<style>
span { border-color: #6E29DC; }
span { border-color: rgb(110,41,220); }
td.TdClassName
{
border-color: #6E29DC;
}
.TagClassName
{
border-color: #6E29DC;
}
</style>