Shades of Eggplant #7E045C
Tints of Eggplant #7E045C
RGB
CMYK
RGB Variations
Color information
#7E045C (or 0x7E045C) is known color: Eggplant. HEX triplet: 7E, 04 and 5C. RGB value is (126,4,92). Sum of RGB (Red+Green+Blue) = 126+4+92=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E045C is #81FBA3. Grayscale: #323232. Windows color (decimal): -8518564 or 6030462. OLE color: 6030462.
HSL color Cylindrical-coordinate representation of color #7E045C: hue angle of 316.72º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E045C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.51 |
| HSL | 316.72º | 0.94% | 0.25% | - |
| HSV(B) | 316.72º | 0.97% | 0.49% | - |
| XYZ | 10.58 | 5.3 | 10.59 | - |
| YUV | 50.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 4 | 92 | 0 | 0.97 | 0.27 | 0.51 | 316.72 | 0.94 | 0.25 |
| Hex | 7E | 4 | 5C | 0 | 61 | 1B | 33 | 13D | 5E | 19 |
| Octal | 176 | 4 | 134 | 0 | 141 | 33 | 63 | 475 | 136 | 31 |
| Binary | 1111110 | 100 | 1011100 | 0 | 1100001 | 11011 | 110011 | 100111101 | 1011110 | 11001 |
Color Harmonies of #7E045C
Complementary color
Monochromatic Colors of #7E045C
Black with #7E045C
Text Example
Text Example
White with #7E045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E045C; }
p { color: rgb(126,4,92); }
H1.HeaderClassName
{
color: #7E045C;
}
.AnyTagClassName
{
color: #7E045C;
}
</style>
background-color css
<style>
a { background-color: #7E045C; }
a { background-color: rgb(126,4,92); }
div.DivClassName
{
background-color: #7E045C;
}
.BgClassName
{
background-color: #7E045C;
}
</style>
border-color css
<style>
span { border-color: #7E045C; }
span { border-color: rgb(126,4,92); }
td.TdClassName
{
border-color: #7E045C;
}
.TagClassName
{
border-color: #7E045C;
}
</style>