Shades of Eggplant #7A0B5E
Tints of Eggplant #7A0B5E
RGB
CMYK
RGB Variations
Color information
#7A0B5E (or 0x7A0B5E) is known color: Eggplant. HEX triplet: 7A, 0B and 5E. RGB value is (122,11,94). Sum of RGB (Red+Green+Blue) = 122+11+94=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B5E is #85F4A1. Grayscale: #353535. Windows color (decimal): -8778914 or 6163322. OLE color: 6163322.
HSL color Cylindrical-coordinate representation of color #7A0B5E: hue angle of 315.14º 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 #7A0B5E is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 94 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.52 |
| HSL | 315.14º | 0.83% | 0.26% | - |
| HSV(B) | 315.14º | 0.91% | 0.48% | - |
| XYZ | 10.17 | 5.19 | 11.05 | - |
| YUV | 53.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 94 | 0 | 0.91 | 0.23 | 0.52 | 315.14 | 0.83 | 0.26 |
| Hex | 7A | B | 5E | 0 | 5B | 17 | 34 | 13B | 53 | 1A |
| Octal | 172 | 13 | 136 | 0 | 133 | 27 | 64 | 473 | 123 | 32 |
| Binary | 1111010 | 1011 | 1011110 | 0 | 1011011 | 10111 | 110100 | 100111011 | 1010011 | 11010 |
Color Harmonies of #7A0B5E
Complementary color
Monochromatic Colors of #7A0B5E
Black with #7A0B5E
Text Example
Text Example
White with #7A0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B5E; }
p { color: rgb(122,11,94); }
H1.HeaderClassName
{
color: #7A0B5E;
}
.AnyTagClassName
{
color: #7A0B5E;
}
</style>
background-color css
<style>
a { background-color: #7A0B5E; }
a { background-color: rgb(122,11,94); }
div.DivClassName
{
background-color: #7A0B5E;
}
.BgClassName
{
background-color: #7A0B5E;
}
</style>
border-color css
<style>
span { border-color: #7A0B5E; }
span { border-color: rgb(122,11,94); }
td.TdClassName
{
border-color: #7A0B5E;
}
.TagClassName
{
border-color: #7A0B5E;
}
</style>