Shades of Eggplant #7E035F
Tints of Eggplant #7E035F
RGB
CMYK
RGB Variations
Color information
#7E035F (or 0x7E035F) is known color: Eggplant. HEX triplet: 7E, 03 and 5F. RGB value is (126,3,95). Sum of RGB (Red+Green+Blue) = 126+3+95=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E035F is #81FCA0. Grayscale: #323232. Windows color (decimal): -8518817 or 6226814. OLE color: 6226814.
HSL color Cylindrical-coordinate representation of color #7E035F: hue angle of 315.12º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E035F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.51 |
| HSL | 315.12º | 0.95% | 0.25% | - |
| HSV(B) | 315.12º | 0.98% | 0.49% | - |
| XYZ | 10.7 | 5.33 | 11.29 | - |
| YUV | 50.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 95 | 0 | 0.98 | 0.25 | 0.51 | 315.12 | 0.95 | 0.25 |
| Hex | 7E | 3 | 5F | 0 | 62 | 19 | 33 | 13B | 5F | 19 |
| Octal | 176 | 3 | 137 | 0 | 142 | 31 | 63 | 473 | 137 | 31 |
| Binary | 1111110 | 11 | 1011111 | 0 | 1100010 | 11001 | 110011 | 100111011 | 1011111 | 11001 |
Color Harmonies of #7E035F
Complementary color
Monochromatic Colors of #7E035F
Black with #7E035F
Text Example
Text Example
White with #7E035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E035F; }
p { color: rgb(126,3,95); }
H1.HeaderClassName
{
color: #7E035F;
}
.AnyTagClassName
{
color: #7E035F;
}
</style>
background-color css
<style>
a { background-color: #7E035F; }
a { background-color: rgb(126,3,95); }
div.DivClassName
{
background-color: #7E035F;
}
.BgClassName
{
background-color: #7E035F;
}
</style>
border-color css
<style>
span { border-color: #7E035F; }
span { border-color: rgb(126,3,95); }
td.TdClassName
{
border-color: #7E035F;
}
.TagClassName
{
border-color: #7E035F;
}
</style>