Shades of Eggplant #7A0B59
Tints of Eggplant #7A0B59
RGB
CMYK
RGB Variations
Color information
#7A0B59 (or 0x7A0B59) is known color: Eggplant. HEX triplet: 7A, 0B and 59. RGB value is (122,11,89). Sum of RGB (Red+Green+Blue) = 122+11+89=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B59 is #85F4A6. Grayscale: #343434. Windows color (decimal): -8778919 or 5835642. OLE color: 5835642.
HSL color Cylindrical-coordinate representation of color #7A0B59: hue angle of 317.84º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B59 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 89 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.52 |
| HSL | 317.84º | 0.83% | 0.26% | - |
| HSV(B) | 317.84º | 0.91% | 0.48% | - |
| XYZ | 9.95 | 5.1 | 9.91 | - |
| YUV | 53.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 89 | 0 | 0.91 | 0.27 | 0.52 | 317.84 | 0.83 | 0.26 |
| Hex | 7A | B | 59 | 0 | 5B | 1B | 34 | 13E | 53 | 1A |
| Octal | 172 | 13 | 131 | 0 | 133 | 33 | 64 | 476 | 123 | 32 |
| Binary | 1111010 | 1011 | 1011001 | 0 | 1011011 | 11011 | 110100 | 100111110 | 1010011 | 11010 |
Color Harmonies of #7A0B59
Complementary color
Monochromatic Colors of #7A0B59
Black with #7A0B59
Text Example
Text Example
White with #7A0B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B59; }
p { color: rgb(122,11,89); }
H1.HeaderClassName
{
color: #7A0B59;
}
.AnyTagClassName
{
color: #7A0B59;
}
</style>
background-color css
<style>
a { background-color: #7A0B59; }
a { background-color: rgb(122,11,89); }
div.DivClassName
{
background-color: #7A0B59;
}
.BgClassName
{
background-color: #7A0B59;
}
</style>
border-color css
<style>
span { border-color: #7A0B59; }
span { border-color: rgb(122,11,89); }
td.TdClassName
{
border-color: #7A0B59;
}
.TagClassName
{
border-color: #7A0B59;
}
</style>