Shades of Eggplant #790358
Tints of Eggplant #790358
RGB
CMYK
RGB Variations
Color information
#790358 (or 0x790358) is known color: Eggplant. HEX triplet: 79, 03 and 58. RGB value is (121,3,88). Sum of RGB (Red+Green+Blue) = 121+3+88=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #790358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790358 is #86FCA7. Grayscale: #2F2F2F. Windows color (decimal): -8846504 or 5768057. OLE color: 5768057.
HSL color Cylindrical-coordinate representation of color #790358: hue angle of 316.78º 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 #790358 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.53 |
| HSL | 316.78º | 0.95% | 0.24% | - |
| HSV(B) | 316.78º | 0.98% | 0.47% | - |
| XYZ | 9.68 | 4.83 | 9.66 | - |
| YUV | 47.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 88 | 0 | 0.98 | 0.27 | 0.53 | 316.78 | 0.95 | 0.24 |
| Hex | 79 | 3 | 58 | 0 | 62 | 1B | 35 | 13D | 5F | 18 |
| Octal | 171 | 3 | 130 | 0 | 142 | 33 | 65 | 475 | 137 | 30 |
| Binary | 1111001 | 11 | 1011000 | 0 | 1100010 | 11011 | 110101 | 100111101 | 1011111 | 11000 |
Color Harmonies of #790358
Complementary color
Monochromatic Colors of #790358
Black with #790358
Text Example
Text Example
White with #790358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790358; }
p { color: rgb(121,3,88); }
H1.HeaderClassName
{
color: #790358;
}
.AnyTagClassName
{
color: #790358;
}
</style>
background-color css
<style>
a { background-color: #790358; }
a { background-color: rgb(121,3,88); }
div.DivClassName
{
background-color: #790358;
}
.BgClassName
{
background-color: #790358;
}
</style>
border-color css
<style>
span { border-color: #790358; }
span { border-color: rgb(121,3,88); }
td.TdClassName
{
border-color: #790358;
}
.TagClassName
{
border-color: #790358;
}
</style>