Shades of Eggplant #7E005B
Tints of Eggplant #7E005B
RGB
CMYK
RGB Variations
Color information
#7E005B (or 0x7E005B) is known color: Eggplant. HEX triplet: 7E, 00 and 5B. RGB value is (126,0,91). Sum of RGB (Red+Green+Blue) = 126+0+91=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E005B is #81FFA4. Grayscale: #2F2F2F. Windows color (decimal): -8519589 or 5963902. OLE color: 5963902.
HSL color Cylindrical-coordinate representation of color #7E005B: hue angle of 316.67º 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 #7E005B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.28 | 0.51 |
| HSL | 316.67º | 1% | 0.25% | - |
| HSV(B) | 316.67º | 1% | 0.49% | - |
| XYZ | 10.49 | 5.19 | 10.35 | - |
| YUV | 48.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 91 | 0 | 1 | 0.28 | 0.51 | 316.67 | 1 | 0.25 |
| Hex | 7E | 0 | 5B | 0 | 64 | 1C | 33 | 13D | 64 | 19 |
| Octal | 176 | 0 | 133 | 0 | 144 | 34 | 63 | 475 | 144 | 31 |
| Binary | 1111110 | 0 | 1011011 | 0 | 1100100 | 11100 | 110011 | 100111101 | 1100100 | 11001 |
Color Harmonies of #7E005B
Complementary color
Monochromatic Colors of #7E005B
Black with #7E005B
Text Example
Text Example
White with #7E005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E005B; }
p { color: rgb(126,0,91); }
H1.HeaderClassName
{
color: #7E005B;
}
.AnyTagClassName
{
color: #7E005B;
}
</style>
background-color css
<style>
a { background-color: #7E005B; }
a { background-color: rgb(126,0,91); }
div.DivClassName
{
background-color: #7E005B;
}
.BgClassName
{
background-color: #7E005B;
}
</style>
border-color css
<style>
span { border-color: #7E005B; }
span { border-color: rgb(126,0,91); }
td.TdClassName
{
border-color: #7E005B;
}
.TagClassName
{
border-color: #7E005B;
}
</style>