Shades of Eggplant #79075C
Tints of Eggplant #79075C
RGB
CMYK
RGB Variations
Color information
#79075C (or 0x79075C) is known color: Eggplant. HEX triplet: 79, 07 and 5C. RGB value is (121,7,92). Sum of RGB (Red+Green+Blue) = 121+7+92=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79075C is #86F8A3. Grayscale: #323232. Windows color (decimal): -8845476 or 6031225. OLE color: 6031225.
HSL color Cylindrical-coordinate representation of color #79075C: hue angle of 315.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79075C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 7 | 92 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.53 |
| HSL | 315.26º | 0.89% | 0.25% | - |
| HSV(B) | 315.26º | 0.94% | 0.47% | - |
| XYZ | 9.89 | 4.99 | 10.57 | - |
| YUV | 50.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 92 | 0 | 0.94 | 0.24 | 0.53 | 315.26 | 0.89 | 0.25 |
| Hex | 79 | 7 | 5C | 0 | 5E | 18 | 35 | 13B | 59 | 19 |
| Octal | 171 | 7 | 134 | 0 | 136 | 30 | 65 | 473 | 131 | 31 |
| Binary | 1111001 | 111 | 1011100 | 0 | 1011110 | 11000 | 110101 | 100111011 | 1011001 | 11001 |
Color Harmonies of #79075C
Complementary color
Monochromatic Colors of #79075C
Black with #79075C
Text Example
Text Example
White with #79075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79075C; }
p { color: rgb(121,7,92); }
H1.HeaderClassName
{
color: #79075C;
}
.AnyTagClassName
{
color: #79075C;
}
</style>
background-color css
<style>
a { background-color: #79075C; }
a { background-color: rgb(121,7,92); }
div.DivClassName
{
background-color: #79075C;
}
.BgClassName
{
background-color: #79075C;
}
</style>
border-color css
<style>
span { border-color: #79075C; }
span { border-color: rgb(121,7,92); }
td.TdClassName
{
border-color: #79075C;
}
.TagClassName
{
border-color: #79075C;
}
</style>