Shades of Eggplant #7E005E
Tints of Eggplant #7E005E
RGB
CMYK
RGB Variations
Color information
#7E005E (or 0x7E005E) is known color: Eggplant. HEX triplet: 7E, 00 and 5E. RGB value is (126,0,94). Sum of RGB (Red+Green+Blue) = 126+0+94=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E005E is #81FFA1. Grayscale: #303030. Windows color (decimal): -8519586 or 6160510. OLE color: 6160510.
HSL color Cylindrical-coordinate representation of color #7E005E: hue angle of 315.24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E005E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.25 | 0.51 |
| HSL | 315.24º | 1% | 0.25% | - |
| HSV(B) | 315.24º | 1% | 0.49% | - |
| XYZ | 10.62 | 5.24 | 11.04 | - |
| YUV | 48.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 94 | 0 | 1 | 0.25 | 0.51 | 315.24 | 1 | 0.25 |
| Hex | 7E | 0 | 5E | 0 | 64 | 19 | 33 | 13B | 64 | 19 |
| Octal | 176 | 0 | 136 | 0 | 144 | 31 | 63 | 473 | 144 | 31 |
| Binary | 1111110 | 0 | 1011110 | 0 | 1100100 | 11001 | 110011 | 100111011 | 1100100 | 11001 |
Color Harmonies of #7E005E
Complementary color
Monochromatic Colors of #7E005E
Black with #7E005E
Text Example
Text Example
White with #7E005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E005E; }
p { color: rgb(126,0,94); }
H1.HeaderClassName
{
color: #7E005E;
}
.AnyTagClassName
{
color: #7E005E;
}
</style>
background-color css
<style>
a { background-color: #7E005E; }
a { background-color: rgb(126,0,94); }
div.DivClassName
{
background-color: #7E005E;
}
.BgClassName
{
background-color: #7E005E;
}
</style>
border-color css
<style>
span { border-color: #7E005E; }
span { border-color: rgb(126,0,94); }
td.TdClassName
{
border-color: #7E005E;
}
.TagClassName
{
border-color: #7E005E;
}
</style>