Shades of Eggplant #7E0161
Tints of Eggplant #7E0161
RGB
CMYK
RGB Variations
Color information
#7E0161 (or 0x7E0161) is known color: Eggplant. HEX triplet: 7E, 01 and 61. RGB value is (126,1,97). Sum of RGB (Red+Green+Blue) = 126+1+97=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0161 is #81FE9E. Grayscale: #313131. Windows color (decimal): -8519327 or 6357374. OLE color: 6357374.
HSL color Cylindrical-coordinate representation of color #7E0161: hue angle of 313.92º 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 #7E0161 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.51 |
| HSL | 313.92º | 0.98% | 0.25% | - |
| HSV(B) | 313.92º | 0.99% | 0.49% | - |
| XYZ | 10.77 | 5.32 | 11.77 | - |
| YUV | 49.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 1 | 97 | 0 | 0.99 | 0.23 | 0.51 | 313.92 | 0.98 | 0.25 |
| Hex | 7E | 1 | 61 | 0 | 63 | 17 | 33 | 13A | 62 | 19 |
| Octal | 176 | 1 | 141 | 0 | 143 | 27 | 63 | 472 | 142 | 31 |
| Binary | 1111110 | 1 | 1100001 | 0 | 1100011 | 10111 | 110011 | 100111010 | 1100010 | 11001 |
Color Harmonies of #7E0161
Complementary color
Monochromatic Colors of #7E0161
Black with #7E0161
Text Example
Text Example
White with #7E0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0161; }
p { color: rgb(126,1,97); }
H1.HeaderClassName
{
color: #7E0161;
}
.AnyTagClassName
{
color: #7E0161;
}
</style>
background-color css
<style>
a { background-color: #7E0161; }
a { background-color: rgb(126,1,97); }
div.DivClassName
{
background-color: #7E0161;
}
.BgClassName
{
background-color: #7E0161;
}
</style>
border-color css
<style>
span { border-color: #7E0161; }
span { border-color: rgb(126,1,97); }
td.TdClassName
{
border-color: #7E0161;
}
.TagClassName
{
border-color: #7E0161;
}
</style>