Shades of Eggplant #7E035C
Tints of Eggplant #7E035C
RGB
CMYK
RGB Variations
Color information
#7E035C (or 0x7E035C) is known color: Eggplant. HEX triplet: 7E, 03 and 5C. RGB value is (126,3,92). Sum of RGB (Red+Green+Blue) = 126+3+92=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E035C is #81FCA3. Grayscale: #313131. Windows color (decimal): -8518820 or 6030206. OLE color: 6030206.
HSL color Cylindrical-coordinate representation of color #7E035C: hue angle of 316.59º 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 #7E035C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.51 |
| HSL | 316.59º | 0.95% | 0.25% | - |
| HSV(B) | 316.59º | 0.98% | 0.49% | - |
| XYZ | 10.57 | 5.27 | 10.59 | - |
| YUV | 49.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 3 | 92 | 0 | 0.98 | 0.27 | 0.51 | 316.59 | 0.95 | 0.25 |
| Hex | 7E | 3 | 5C | 0 | 62 | 1B | 33 | 13D | 5F | 19 |
| Octal | 176 | 3 | 134 | 0 | 142 | 33 | 63 | 475 | 137 | 31 |
| Binary | 1111110 | 11 | 1011100 | 0 | 1100010 | 11011 | 110011 | 100111101 | 1011111 | 11001 |
Color Harmonies of #7E035C
Complementary color
Monochromatic Colors of #7E035C
Black with #7E035C
Text Example
Text Example
White with #7E035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E035C; }
p { color: rgb(126,3,92); }
H1.HeaderClassName
{
color: #7E035C;
}
.AnyTagClassName
{
color: #7E035C;
}
</style>
background-color css
<style>
a { background-color: #7E035C; }
a { background-color: rgb(126,3,92); }
div.DivClassName
{
background-color: #7E035C;
}
.BgClassName
{
background-color: #7E035C;
}
</style>
border-color css
<style>
span { border-color: #7E035C; }
span { border-color: rgb(126,3,92); }
td.TdClassName
{
border-color: #7E035C;
}
.TagClassName
{
border-color: #7E035C;
}
</style>