Shades of Purple Heart #6E29DB
Tints of Purple Heart #6E29DB
RGB
CMYK
RGB Variations
Color information
#6E29DB (or 0x6E29DB) is known color: Purple Heart. HEX triplet: 6E, 29 and DB. RGB value is (110,41,219). Sum of RGB (Red+Green+Blue) = 110+41+219=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E29DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29DB is #91D624. Grayscale: #515151. Windows color (decimal): -9557541 or 14362990. OLE color: 14362990.
HSL color Cylindrical-coordinate representation of color #6E29DB: hue angle of 263.26º degrees, saturation: 0.71, 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 #6E29DB is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 41 | 219 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.14 |
| HSL | 263.26º | 0.71% | 0.51% | - |
| HSV(B) | 263.26º | 0.81% | 0.86% | - |
| XYZ | 20.01 | 10.02 | 67.9 | - |
| YUV | 81.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 219 | 0.50 | 0.81 | 0 | 0.14 | 263.26 | 0.71 | 0.51 |
| Hex | 6E | 29 | DB | 32 | 51 | 0 | E | 107 | 47 | 33 |
| Octal | 156 | 51 | 333 | 62 | 121 | 0 | 16 | 407 | 107 | 63 |
| Binary | 1101110 | 101001 | 11011011 | 110010 | 1010001 | 0 | 1110 | 100000111 | 1000111 | 110011 |
Color Harmonies of #6E29DB
Complementary color
Monochromatic Colors of #6E29DB
Black with #6E29DB
Text Example
Text Example
White with #6E29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E29DB; }
p { color: rgb(110,41,219); }
H1.HeaderClassName
{
color: #6E29DB;
}
.AnyTagClassName
{
color: #6E29DB;
}
</style>
background-color css
<style>
a { background-color: #6E29DB; }
a { background-color: rgb(110,41,219); }
div.DivClassName
{
background-color: #6E29DB;
}
.BgClassName
{
background-color: #6E29DB;
}
</style>
border-color css
<style>
span { border-color: #6E29DB; }
span { border-color: rgb(110,41,219); }
td.TdClassName
{
border-color: #6E29DB;
}
.TagClassName
{
border-color: #6E29DB;
}
</style>