Shades of Eggplant #790461
Tints of Eggplant #790461
RGB
CMYK
RGB Variations
Color information
#790461 (or 0x790461) is known color: Eggplant. HEX triplet: 79, 04 and 61. RGB value is (121,4,97). Sum of RGB (Red+Green+Blue) = 121+4+97=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #790461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790461 is #86FB9E. Grayscale: #313131. Windows color (decimal): -8846239 or 6358137. OLE color: 6358137.
HSL color Cylindrical-coordinate representation of color #790461: hue angle of 312.31º 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 #790461 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 4 | 97 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.53 |
| HSL | 312.31º | 0.94% | 0.25% | - |
| HSV(B) | 312.31º | 0.97% | 0.47% | - |
| XYZ | 10.09 | 5.01 | 11.75 | - |
| YUV | 49.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 4 | 97 | 0 | 0.97 | 0.20 | 0.53 | 312.31 | 0.94 | 0.25 |
| Hex | 79 | 4 | 61 | 0 | 61 | 14 | 35 | 138 | 5E | 19 |
| Octal | 171 | 4 | 141 | 0 | 141 | 24 | 65 | 470 | 136 | 31 |
| Binary | 1111001 | 100 | 1100001 | 0 | 1100001 | 10100 | 110101 | 100111000 | 1011110 | 11001 |
Color Harmonies of #790461
Complementary color
Monochromatic Colors of #790461
Black with #790461
Text Example
Text Example
White with #790461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790461; }
p { color: rgb(121,4,97); }
H1.HeaderClassName
{
color: #790461;
}
.AnyTagClassName
{
color: #790461;
}
</style>
background-color css
<style>
a { background-color: #790461; }
a { background-color: rgb(121,4,97); }
div.DivClassName
{
background-color: #790461;
}
.BgClassName
{
background-color: #790461;
}
</style>
border-color css
<style>
span { border-color: #790461; }
span { border-color: rgb(121,4,97); }
td.TdClassName
{
border-color: #790461;
}
.TagClassName
{
border-color: #790461;
}
</style>