Shades of Eggplant #790761
Tints of Eggplant #790761
RGB
CMYK
RGB Variations
Color information
#790761 (or 0x790761) is known color: Eggplant. HEX triplet: 79, 07 and 61. RGB value is (121,7,97). Sum of RGB (Red+Green+Blue) = 121+7+97=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #790761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790761 is #86F89E. Grayscale: #333333. Windows color (decimal): -8845471 or 6358905. OLE color: 6358905.
HSL color Cylindrical-coordinate representation of color #790761: hue angle of 312.63º 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 #790761 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 7 | 97 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.53 |
| HSL | 312.63º | 0.89% | 0.25% | - |
| HSV(B) | 312.63º | 0.94% | 0.47% | - |
| XYZ | 10.12 | 5.08 | 11.76 | - |
| YUV | 51.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 97 | 0 | 0.94 | 0.20 | 0.53 | 312.63 | 0.89 | 0.25 |
| Hex | 79 | 7 | 61 | 0 | 5E | 14 | 35 | 139 | 59 | 19 |
| Octal | 171 | 7 | 141 | 0 | 136 | 24 | 65 | 471 | 131 | 31 |
| Binary | 1111001 | 111 | 1100001 | 0 | 1011110 | 10100 | 110101 | 100111001 | 1011001 | 11001 |
Color Harmonies of #790761
Complementary color
Monochromatic Colors of #790761
Black with #790761
Text Example
Text Example
White with #790761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790761; }
p { color: rgb(121,7,97); }
H1.HeaderClassName
{
color: #790761;
}
.AnyTagClassName
{
color: #790761;
}
</style>
background-color css
<style>
a { background-color: #790761; }
a { background-color: rgb(121,7,97); }
div.DivClassName
{
background-color: #790761;
}
.BgClassName
{
background-color: #790761;
}
</style>
border-color css
<style>
span { border-color: #790761; }
span { border-color: rgb(121,7,97); }
td.TdClassName
{
border-color: #790761;
}
.TagClassName
{
border-color: #790761;
}
</style>