Shades of Eggplant #7E0866
Tints of Eggplant #7E0866
RGB
CMYK
RGB Variations
Color information
#7E0866 (or 0x7E0866) is known color: Eggplant. HEX triplet: 7E, 08 and 66. RGB value is (126,8,102). Sum of RGB (Red+Green+Blue) = 126+8+102=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0866 is #81F799. Grayscale: #353535. Windows color (decimal): -8517530 or 6686846. OLE color: 6686846.
HSL color Cylindrical-coordinate representation of color #7E0866: hue angle of 312.2º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0866 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 102 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.51 |
| HSL | 312.2º | 0.88% | 0.26% | - |
| HSV(B) | 312.2º | 0.94% | 0.49% | - |
| XYZ | 11.09 | 5.57 | 13.06 | - |
| YUV | 54 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 102 | 0 | 0.94 | 0.19 | 0.51 | 312.2 | 0.88 | 0.26 |
| Hex | 7E | 8 | 66 | 0 | 5E | 13 | 33 | 138 | 58 | 1A |
| Octal | 176 | 10 | 146 | 0 | 136 | 23 | 63 | 470 | 130 | 32 |
| Binary | 1111110 | 1000 | 1100110 | 0 | 1011110 | 10011 | 110011 | 100111000 | 1011000 | 11010 |
Color Harmonies of #7E0866
Complementary color
Monochromatic Colors of #7E0866
Black with #7E0866
Text Example
Text Example
White with #7E0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0866; }
p { color: rgb(126,8,102); }
H1.HeaderClassName
{
color: #7E0866;
}
.AnyTagClassName
{
color: #7E0866;
}
</style>
background-color css
<style>
a { background-color: #7E0866; }
a { background-color: rgb(126,8,102); }
div.DivClassName
{
background-color: #7E0866;
}
.BgClassName
{
background-color: #7E0866;
}
</style>
border-color css
<style>
span { border-color: #7E0866; }
span { border-color: rgb(126,8,102); }
td.TdClassName
{
border-color: #7E0866;
}
.TagClassName
{
border-color: #7E0866;
}
</style>