Shades of Eggplant #790861
Tints of Eggplant #790861
RGB
CMYK
RGB Variations
Color information
#790861 (or 0x790861) is known color: Eggplant. HEX triplet: 79, 08 and 61. RGB value is (121,8,97). Sum of RGB (Red+Green+Blue) = 121+8+97=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #790861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790861 is #86F79E. Grayscale: #333333. Windows color (decimal): -8845215 or 6359161. OLE color: 6359161.
HSL color Cylindrical-coordinate representation of color #790861: hue angle of 312.74º degrees, saturation: 0.88, 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 #790861 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 8 | 97 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.53 |
| HSL | 312.74º | 0.88% | 0.25% | - |
| HSV(B) | 312.74º | 0.93% | 0.47% | - |
| XYZ | 10.13 | 5.1 | 11.76 | - |
| YUV | 51.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 97 | 0 | 0.93 | 0.20 | 0.53 | 312.74 | 0.88 | 0.25 |
| Hex | 79 | 8 | 61 | 0 | 5D | 14 | 35 | 139 | 58 | 19 |
| Octal | 171 | 10 | 141 | 0 | 135 | 24 | 65 | 471 | 130 | 31 |
| Binary | 1111001 | 1000 | 1100001 | 0 | 1011101 | 10100 | 110101 | 100111001 | 1011000 | 11001 |
Color Harmonies of #790861
Complementary color
Monochromatic Colors of #790861
Black with #790861
Text Example
Text Example
White with #790861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790861; }
p { color: rgb(121,8,97); }
H1.HeaderClassName
{
color: #790861;
}
.AnyTagClassName
{
color: #790861;
}
</style>
background-color css
<style>
a { background-color: #790861; }
a { background-color: rgb(121,8,97); }
div.DivClassName
{
background-color: #790861;
}
.BgClassName
{
background-color: #790861;
}
</style>
border-color css
<style>
span { border-color: #790861; }
span { border-color: rgb(121,8,97); }
td.TdClassName
{
border-color: #790861;
}
.TagClassName
{
border-color: #790861;
}
</style>