Shades of Purple Heart #6E29D6
Tints of Purple Heart #6E29D6
RGB
CMYK
RGB Variations
Color information
#6E29D6 (or 0x6E29D6) is known color: Purple Heart. HEX triplet: 6E, 29 and D6. RGB value is (110,41,214). Sum of RGB (Red+Green+Blue) = 110+41+214=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E29D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29D6 is #91D629. Grayscale: #505050. Windows color (decimal): -9557546 or 14035310. OLE color: 14035310.
HSL color Cylindrical-coordinate representation of color #6E29D6: hue angle of 263.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E29D6 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 41 | 214 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.16 |
| HSL | 263.93º | 0.68% | 0.5% | - |
| HSV(B) | 263.93º | 0.81% | 0.84% | - |
| XYZ | 19.36 | 9.76 | 64.48 | - |
| YUV | 81.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 214 | 0.49 | 0.81 | 0 | 0.16 | 263.93 | 0.68 | 0.5 |
| Hex | 6E | 29 | D6 | 31 | 51 | 0 | 10 | 108 | 44 | 32 |
| Octal | 156 | 51 | 326 | 61 | 121 | 0 | 20 | 410 | 104 | 62 |
| Binary | 1101110 | 101001 | 11010110 | 110001 | 1010001 | 0 | 10000 | 100001000 | 1000100 | 110010 |
Color Harmonies of #6E29D6
Complementary color
Monochromatic Colors of #6E29D6
Black with #6E29D6
Text Example
Text Example
White with #6E29D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E29D6; }
p { color: rgb(110,41,214); }
H1.HeaderClassName
{
color: #6E29D6;
}
.AnyTagClassName
{
color: #6E29D6;
}
</style>
background-color css
<style>
a { background-color: #6E29D6; }
a { background-color: rgb(110,41,214); }
div.DivClassName
{
background-color: #6E29D6;
}
.BgClassName
{
background-color: #6E29D6;
}
</style>
border-color css
<style>
span { border-color: #6E29D6; }
span { border-color: rgb(110,41,214); }
td.TdClassName
{
border-color: #6E29D6;
}
.TagClassName
{
border-color: #6E29D6;
}
</style>