Shades of Eggplant #790360
Tints of Eggplant #790360
RGB
CMYK
RGB Variations
Color information
#790360 (or 0x790360) is known color: Eggplant. HEX triplet: 79, 03 and 60. RGB value is (121,3,96). Sum of RGB (Red+Green+Blue) = 121+3+96=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #790360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790360 is #86FC9F. Grayscale: #303030. Windows color (decimal): -8846496 or 6292345. OLE color: 6292345.
HSL color Cylindrical-coordinate representation of color #790360: hue angle of 312.71º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790360 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.53 |
| HSL | 312.71º | 0.95% | 0.24% | - |
| HSV(B) | 312.71º | 0.98% | 0.47% | - |
| XYZ | 10.03 | 4.97 | 11.5 | - |
| YUV | 48.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 96 | 0 | 0.98 | 0.21 | 0.53 | 312.71 | 0.95 | 0.24 |
| Hex | 79 | 3 | 60 | 0 | 62 | 15 | 35 | 139 | 5F | 18 |
| Octal | 171 | 3 | 140 | 0 | 142 | 25 | 65 | 471 | 137 | 30 |
| Binary | 1111001 | 11 | 1100000 | 0 | 1100010 | 10101 | 110101 | 100111001 | 1011111 | 11000 |
Color Harmonies of #790360
Complementary color
Monochromatic Colors of #790360
Black with #790360
Text Example
Text Example
White with #790360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790360; }
p { color: rgb(121,3,96); }
H1.HeaderClassName
{
color: #790360;
}
.AnyTagClassName
{
color: #790360;
}
</style>
background-color css
<style>
a { background-color: #790360; }
a { background-color: rgb(121,3,96); }
div.DivClassName
{
background-color: #790360;
}
.BgClassName
{
background-color: #790360;
}
</style>
border-color css
<style>
span { border-color: #790360; }
span { border-color: rgb(121,3,96); }
td.TdClassName
{
border-color: #790360;
}
.TagClassName
{
border-color: #790360;
}
</style>