Shades of Eggplant #790B5C
Tints of Eggplant #790B5C
RGB
CMYK
RGB Variations
Color information
#790B5C (or 0x790B5C) is known color: Eggplant. HEX triplet: 79, 0B and 5C. RGB value is (121,11,92). Sum of RGB (Red+Green+Blue) = 121+11+92=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #790B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B5C is #86F4A3. Grayscale: #343434. Windows color (decimal): -8844452 or 6032249. OLE color: 6032249.
HSL color Cylindrical-coordinate representation of color #790B5C: hue angle of 315.82º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B5C is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 11 | 92 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.53 |
| HSL | 315.82º | 0.83% | 0.26% | - |
| HSV(B) | 315.82º | 0.91% | 0.47% | - |
| XYZ | 9.94 | 5.08 | 10.58 | - |
| YUV | 53.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 11 | 92 | 0 | 0.91 | 0.24 | 0.53 | 315.82 | 0.83 | 0.26 |
| Hex | 79 | B | 5C | 0 | 5B | 18 | 35 | 13C | 53 | 1A |
| Octal | 171 | 13 | 134 | 0 | 133 | 30 | 65 | 474 | 123 | 32 |
| Binary | 1111001 | 1011 | 1011100 | 0 | 1011011 | 11000 | 110101 | 100111100 | 1010011 | 11010 |
Color Harmonies of #790B5C
Complementary color
Monochromatic Colors of #790B5C
Black with #790B5C
Text Example
Text Example
White with #790B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790B5C; }
p { color: rgb(121,11,92); }
H1.HeaderClassName
{
color: #790B5C;
}
.AnyTagClassName
{
color: #790B5C;
}
</style>
background-color css
<style>
a { background-color: #790B5C; }
a { background-color: rgb(121,11,92); }
div.DivClassName
{
background-color: #790B5C;
}
.BgClassName
{
background-color: #790B5C;
}
</style>
border-color css
<style>
span { border-color: #790B5C; }
span { border-color: rgb(121,11,92); }
td.TdClassName
{
border-color: #790B5C;
}
.TagClassName
{
border-color: #790B5C;
}
</style>