Shades of Eggplant #7E005C
Tints of Eggplant #7E005C
RGB
CMYK
RGB Variations
Color information
#7E005C (or 0x7E005C) is known color: Eggplant. HEX triplet: 7E, 00 and 5C. RGB value is (126,0,92). Sum of RGB (Red+Green+Blue) = 126+0+92=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E005C is #81FFA3. Grayscale: #2F2F2F. Windows color (decimal): -8519588 or 6029438. OLE color: 6029438.
HSL color Cylindrical-coordinate representation of color #7E005C: hue angle of 316.19º 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 #7E005C is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.27 | 0.51 |
| HSL | 316.19º | 1% | 0.25% | - |
| HSV(B) | 316.19º | 1% | 0.49% | - |
| XYZ | 10.54 | 5.21 | 10.58 | - |
| YUV | 48.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 92 | 0 | 1 | 0.27 | 0.51 | 316.19 | 1 | 0.25 |
| Hex | 7E | 0 | 5C | 0 | 64 | 1B | 33 | 13C | 64 | 19 |
| Octal | 176 | 0 | 134 | 0 | 144 | 33 | 63 | 474 | 144 | 31 |
| Binary | 1111110 | 0 | 1011100 | 0 | 1100100 | 11011 | 110011 | 100111100 | 1100100 | 11001 |
Color Harmonies of #7E005C
Complementary color
Monochromatic Colors of #7E005C
Black with #7E005C
Text Example
Text Example
White with #7E005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E005C; }
p { color: rgb(126,0,92); }
H1.HeaderClassName
{
color: #7E005C;
}
.AnyTagClassName
{
color: #7E005C;
}
</style>
background-color css
<style>
a { background-color: #7E005C; }
a { background-color: rgb(126,0,92); }
div.DivClassName
{
background-color: #7E005C;
}
.BgClassName
{
background-color: #7E005C;
}
</style>
border-color css
<style>
span { border-color: #7E005C; }
span { border-color: rgb(126,0,92); }
td.TdClassName
{
border-color: #7E005C;
}
.TagClassName
{
border-color: #7E005C;
}
</style>