Shades of Eggplant #79045A
Tints of Eggplant #79045A
RGB
CMYK
RGB Variations
Color information
#79045A (or 0x79045A) is known color: Eggplant. HEX triplet: 79, 04 and 5A. RGB value is (121,4,90). Sum of RGB (Red+Green+Blue) = 121+4+90=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79045A is #86FBA5. Grayscale: #303030. Windows color (decimal): -8846246 or 5899385. OLE color: 5899385.
HSL color Cylindrical-coordinate representation of color #79045A: hue angle of 315.9º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79045A is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.53 |
| HSL | 315.9º | 0.94% | 0.25% | - |
| HSV(B) | 315.9º | 0.97% | 0.47% | - |
| XYZ | 9.77 | 4.89 | 10.1 | - |
| YUV | 48.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 90 | 0 | 0.97 | 0.26 | 0.53 | 315.9 | 0.94 | 0.25 |
| Hex | 79 | 4 | 5A | 0 | 61 | 1A | 35 | 13C | 5E | 19 |
| Octal | 171 | 4 | 132 | 0 | 141 | 32 | 65 | 474 | 136 | 31 |
| Binary | 1111001 | 100 | 1011010 | 0 | 1100001 | 11010 | 110101 | 100111100 | 1011110 | 11001 |
Color Harmonies of #79045A
Complementary color
Monochromatic Colors of #79045A
Black with #79045A
Text Example
Text Example
White with #79045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79045A; }
p { color: rgb(121,4,90); }
H1.HeaderClassName
{
color: #79045A;
}
.AnyTagClassName
{
color: #79045A;
}
</style>
background-color css
<style>
a { background-color: #79045A; }
a { background-color: rgb(121,4,90); }
div.DivClassName
{
background-color: #79045A;
}
.BgClassName
{
background-color: #79045A;
}
</style>
border-color css
<style>
span { border-color: #79045A; }
span { border-color: rgb(121,4,90); }
td.TdClassName
{
border-color: #79045A;
}
.TagClassName
{
border-color: #79045A;
}
</style>