Shades of Eggplant #790562
Tints of Eggplant #790562
RGB
CMYK
RGB Variations
Color information
#790562 (or 0x790562) is known color: Eggplant. HEX triplet: 79, 05 and 62. RGB value is (121,5,98). Sum of RGB (Red+Green+Blue) = 121+5+98=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #790562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790562 is #86FA9D. Grayscale: #323232. Windows color (decimal): -8845982 or 6423929. OLE color: 6423929.
HSL color Cylindrical-coordinate representation of color #790562: hue angle of 311.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790562 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 5 | 98 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.53 |
| HSL | 311.9º | 0.92% | 0.25% | - |
| HSV(B) | 311.9º | 0.96% | 0.47% | - |
| XYZ | 10.14 | 5.06 | 12 | - |
| YUV | 50.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 5 | 98 | 0 | 0.96 | 0.19 | 0.53 | 311.9 | 0.92 | 0.25 |
| Hex | 79 | 5 | 62 | 0 | 60 | 13 | 35 | 138 | 5C | 19 |
| Octal | 171 | 5 | 142 | 0 | 140 | 23 | 65 | 470 | 134 | 31 |
| Binary | 1111001 | 101 | 1100010 | 0 | 1100000 | 10011 | 110101 | 100111000 | 1011100 | 11001 |
Color Harmonies of #790562
Complementary color
Monochromatic Colors of #790562
Black with #790562
Text Example
Text Example
White with #790562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790562; }
p { color: rgb(121,5,98); }
H1.HeaderClassName
{
color: #790562;
}
.AnyTagClassName
{
color: #790562;
}
</style>
background-color css
<style>
a { background-color: #790562; }
a { background-color: rgb(121,5,98); }
div.DivClassName
{
background-color: #790562;
}
.BgClassName
{
background-color: #790562;
}
</style>
border-color css
<style>
span { border-color: #790562; }
span { border-color: rgb(121,5,98); }
td.TdClassName
{
border-color: #790562;
}
.TagClassName
{
border-color: #790562;
}
</style>