Shades of Eggplant #7E0164
Tints of Eggplant #7E0164
RGB
CMYK
RGB Variations
Color information
#7E0164 (or 0x7E0164) is known color: Eggplant. HEX triplet: 7E, 01 and 64. RGB value is (126,1,100). Sum of RGB (Red+Green+Blue) = 126+1+100=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0164 is #81FE9B. Grayscale: #313131. Windows color (decimal): -8519324 or 6553982. OLE color: 6553982.
HSL color Cylindrical-coordinate representation of color #7E0164: hue angle of 312.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0164 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.51 |
| HSL | 312.48º | 0.98% | 0.25% | - |
| HSV(B) | 312.48º | 0.99% | 0.49% | - |
| XYZ | 10.92 | 5.38 | 12.52 | - |
| YUV | 49.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 100 | 0 | 0.99 | 0.21 | 0.51 | 312.48 | 0.98 | 0.25 |
| Hex | 7E | 1 | 64 | 0 | 63 | 15 | 33 | 138 | 62 | 19 |
| Octal | 176 | 1 | 144 | 0 | 143 | 25 | 63 | 470 | 142 | 31 |
| Binary | 1111110 | 1 | 1100100 | 0 | 1100011 | 10101 | 110011 | 100111000 | 1100010 | 11001 |
Color Harmonies of #7E0164
Complementary color
Monochromatic Colors of #7E0164
Black with #7E0164
Text Example
Text Example
White with #7E0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0164; }
p { color: rgb(126,1,100); }
H1.HeaderClassName
{
color: #7E0164;
}
.AnyTagClassName
{
color: #7E0164;
}
</style>
background-color css
<style>
a { background-color: #7E0164; }
a { background-color: rgb(126,1,100); }
div.DivClassName
{
background-color: #7E0164;
}
.BgClassName
{
background-color: #7E0164;
}
</style>
border-color css
<style>
span { border-color: #7E0164; }
span { border-color: rgb(126,1,100); }
td.TdClassName
{
border-color: #7E0164;
}
.TagClassName
{
border-color: #7E0164;
}
</style>