Shades of Eggplant #79095E
Tints of Eggplant #79095E
RGB
CMYK
RGB Variations
Color information
#79095E (or 0x79095E) is known color: Eggplant. HEX triplet: 79, 09 and 5E. RGB value is (121,9,94). Sum of RGB (Red+Green+Blue) = 121+9+94=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #79095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79095E is #86F6A1. Grayscale: #333333. Windows color (decimal): -8844962 or 6162809. OLE color: 6162809.
HSL color Cylindrical-coordinate representation of color #79095E: hue angle of 314.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79095E is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 9 | 94 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.53 |
| HSL | 314.46º | 0.86% | 0.25% | - |
| HSV(B) | 314.46º | 0.93% | 0.47% | - |
| XYZ | 10 | 5.07 | 11.04 | - |
| YUV | 52.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 94 | 0 | 0.93 | 0.22 | 0.53 | 314.46 | 0.86 | 0.25 |
| Hex | 79 | 9 | 5E | 0 | 5D | 16 | 35 | 13A | 56 | 19 |
| Octal | 171 | 11 | 136 | 0 | 135 | 26 | 65 | 472 | 126 | 31 |
| Binary | 1111001 | 1001 | 1011110 | 0 | 1011101 | 10110 | 110101 | 100111010 | 1010110 | 11001 |
Color Harmonies of #79095E
Complementary color
Monochromatic Colors of #79095E
Black with #79095E
Text Example
Text Example
White with #79095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79095E; }
p { color: rgb(121,9,94); }
H1.HeaderClassName
{
color: #79095E;
}
.AnyTagClassName
{
color: #79095E;
}
</style>
background-color css
<style>
a { background-color: #79095E; }
a { background-color: rgb(121,9,94); }
div.DivClassName
{
background-color: #79095E;
}
.BgClassName
{
background-color: #79095E;
}
</style>
border-color css
<style>
span { border-color: #79095E; }
span { border-color: rgb(121,9,94); }
td.TdClassName
{
border-color: #79095E;
}
.TagClassName
{
border-color: #79095E;
}
</style>