Shades of Purple Heart #6E0EBE
Tints of Purple Heart #6E0EBE
RGB
CMYK
RGB Variations
Color information
#6E0EBE (or 0x6E0EBE) is known color: Purple Heart. HEX triplet: 6E, 0E and BE. RGB value is (110,14,190). Sum of RGB (Red+Green+Blue) = 110+14+190=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E0EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0EBE is #91F141. Grayscale: #3E3E3E. Windows color (decimal): -9564482 or 12455534. OLE color: 12455534.
HSL color Cylindrical-coordinate representation of color #6E0EBE: hue angle of 272.73º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0EBE is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 14 | 190 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.25 |
| HSL | 272.73º | 0.86% | 0.4% | - |
| HSV(B) | 272.73º | 0.93% | 0.75% | - |
| XYZ | 15.88 | 7.35 | 49.3 | - |
| YUV | 62.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 14 | 190 | 0.42 | 0.93 | 0 | 0.25 | 272.73 | 0.86 | 0.4 |
| Hex | 6E | E | BE | 2A | 5D | 0 | 19 | 111 | 56 | 28 |
| Octal | 156 | 16 | 276 | 52 | 135 | 0 | 31 | 421 | 126 | 50 |
| Binary | 1101110 | 1110 | 10111110 | 101010 | 1011101 | 0 | 11001 | 100010001 | 1010110 | 101000 |
Color Harmonies of #6E0EBE
Complementary color
Monochromatic Colors of #6E0EBE
Black with #6E0EBE
Text Example
Text Example
White with #6E0EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0EBE; }
p { color: rgb(110,14,190); }
H1.HeaderClassName
{
color: #6E0EBE;
}
.AnyTagClassName
{
color: #6E0EBE;
}
</style>
background-color css
<style>
a { background-color: #6E0EBE; }
a { background-color: rgb(110,14,190); }
div.DivClassName
{
background-color: #6E0EBE;
}
.BgClassName
{
background-color: #6E0EBE;
}
</style>
border-color css
<style>
span { border-color: #6E0EBE; }
span { border-color: rgb(110,14,190); }
td.TdClassName
{
border-color: #6E0EBE;
}
.TagClassName
{
border-color: #6E0EBE;
}
</style>