Shades of Eggplant #7E005F
Tints of Eggplant #7E005F
RGB
CMYK
RGB Variations
Color information
#7E005F (or 0x7E005F) is known color: Eggplant. HEX triplet: 7E, 00 and 5F. RGB value is (126,0,95). Sum of RGB (Red+Green+Blue) = 126+0+95=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E005F is #81FFA0. Grayscale: #303030. Windows color (decimal): -8519585 or 6226046. OLE color: 6226046.
HSL color Cylindrical-coordinate representation of color #7E005F: hue angle of 314.76º 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 #7E005F is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.25 | 0.51 |
| HSL | 314.76º | 1% | 0.25% | - |
| HSV(B) | 314.76º | 1% | 0.49% | - |
| XYZ | 10.67 | 5.26 | 11.28 | - |
| YUV | 48.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 95 | 0 | 1 | 0.25 | 0.51 | 314.76 | 1 | 0.25 |
| Hex | 7E | 0 | 5F | 0 | 64 | 19 | 33 | 13B | 64 | 19 |
| Octal | 176 | 0 | 137 | 0 | 144 | 31 | 63 | 473 | 144 | 31 |
| Binary | 1111110 | 0 | 1011111 | 0 | 1100100 | 11001 | 110011 | 100111011 | 1100100 | 11001 |
Color Harmonies of #7E005F
Complementary color
Monochromatic Colors of #7E005F
Black with #7E005F
Text Example
Text Example
White with #7E005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E005F; }
p { color: rgb(126,0,95); }
H1.HeaderClassName
{
color: #7E005F;
}
.AnyTagClassName
{
color: #7E005F;
}
</style>
background-color css
<style>
a { background-color: #7E005F; }
a { background-color: rgb(126,0,95); }
div.DivClassName
{
background-color: #7E005F;
}
.BgClassName
{
background-color: #7E005F;
}
</style>
border-color css
<style>
span { border-color: #7E005F; }
span { border-color: rgb(126,0,95); }
td.TdClassName
{
border-color: #7E005F;
}
.TagClassName
{
border-color: #7E005F;
}
</style>