Shades of Purple Heart #6E29DA
Tints of Purple Heart #6E29DA
RGB
CMYK
RGB Variations
Color information
#6E29DA (or 0x6E29DA) is known color: Purple Heart. HEX triplet: 6E, 29 and DA. RGB value is (110,41,218). Sum of RGB (Red+Green+Blue) = 110+41+218=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E29DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29DA is #91D625. Grayscale: #515151. Windows color (decimal): -9557542 or 14297454. OLE color: 14297454.
HSL color Cylindrical-coordinate representation of color #6E29DA: hue angle of 263.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E29DA is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 41 | 218 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.15 |
| HSL | 263.39º | 0.71% | 0.51% | - |
| HSV(B) | 263.39º | 0.81% | 0.85% | - |
| XYZ | 19.88 | 9.96 | 67.2 | - |
| YUV | 81.81 | 204.86 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 218 | 0.50 | 0.81 | 0 | 0.15 | 263.39 | 0.71 | 0.51 |
| Hex | 6E | 29 | DA | 32 | 51 | 0 | F | 107 | 47 | 33 |
| Octal | 156 | 51 | 332 | 62 | 121 | 0 | 17 | 407 | 107 | 63 |
| Binary | 1101110 | 101001 | 11011010 | 110010 | 1010001 | 0 | 1111 | 100000111 | 1000111 | 110011 |
Color Harmonies of #6E29DA
Complementary color
Monochromatic Colors of #6E29DA
Black with #6E29DA
Text Example
Text Example
White with #6E29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E29DA; }
p { color: rgb(110,41,218); }
H1.HeaderClassName
{
color: #6E29DA;
}
.AnyTagClassName
{
color: #6E29DA;
}
</style>
background-color css
<style>
a { background-color: #6E29DA; }
a { background-color: rgb(110,41,218); }
div.DivClassName
{
background-color: #6E29DA;
}
.BgClassName
{
background-color: #6E29DA;
}
</style>
border-color css
<style>
span { border-color: #6E29DA; }
span { border-color: rgb(110,41,218); }
td.TdClassName
{
border-color: #6E29DA;
}
.TagClassName
{
border-color: #6E29DA;
}
</style>