Shades of Eggplant #790462
Tints of Eggplant #790462
RGB
CMYK
RGB Variations
Color information
#790462 (or 0x790462) is known color: Eggplant. HEX triplet: 79, 04 and 62. RGB value is (121,4,98). Sum of RGB (Red+Green+Blue) = 121+4+98=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #790462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790462 is #86FB9D. Grayscale: #313131. Windows color (decimal): -8846238 or 6423673. OLE color: 6423673.
HSL color Cylindrical-coordinate representation of color #790462: hue angle of 311.79º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790462 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 4 | 98 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.53 |
| HSL | 311.79º | 0.94% | 0.25% | - |
| HSV(B) | 311.79º | 0.97% | 0.47% | - |
| XYZ | 10.13 | 5.03 | 11.99 | - |
| YUV | 49.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 98 | 0 | 0.97 | 0.19 | 0.53 | 311.79 | 0.94 | 0.25 |
| Hex | 79 | 4 | 62 | 0 | 61 | 13 | 35 | 138 | 5E | 19 |
| Octal | 171 | 4 | 142 | 0 | 141 | 23 | 65 | 470 | 136 | 31 |
| Binary | 1111001 | 100 | 1100010 | 0 | 1100001 | 10011 | 110101 | 100111000 | 1011110 | 11001 |
Color Harmonies of #790462
Complementary color
Monochromatic Colors of #790462
Black with #790462
Text Example
Text Example
White with #790462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790462; }
p { color: rgb(121,4,98); }
H1.HeaderClassName
{
color: #790462;
}
.AnyTagClassName
{
color: #790462;
}
</style>
background-color css
<style>
a { background-color: #790462; }
a { background-color: rgb(121,4,98); }
div.DivClassName
{
background-color: #790462;
}
.BgClassName
{
background-color: #790462;
}
</style>
border-color css
<style>
span { border-color: #790462; }
span { border-color: rgb(121,4,98); }
td.TdClassName
{
border-color: #790462;
}
.TagClassName
{
border-color: #790462;
}
</style>