Shades of Eggplant #7A0158
Tints of Eggplant #7A0158
RGB
CMYK
RGB Variations
Color information
#7A0158 (or 0x7A0158) is known color: Eggplant. HEX triplet: 7A, 01 and 58. RGB value is (122,1,88). Sum of RGB (Red+Green+Blue) = 122+1+88=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0158 is #85FEA7. Grayscale: #2E2E2E. Windows color (decimal): -8781480 or 5767546. OLE color: 5767546.
HSL color Cylindrical-coordinate representation of color #7A0158: hue angle of 316.86º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0158 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.52 |
| HSL | 316.86º | 0.98% | 0.24% | - |
| HSV(B) | 316.86º | 0.99% | 0.48% | - |
| XYZ | 9.8 | 4.86 | 9.65 | - |
| YUV | 47.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 88 | 0 | 0.99 | 0.28 | 0.52 | 316.86 | 0.98 | 0.24 |
| Hex | 7A | 1 | 58 | 0 | 63 | 1C | 34 | 13D | 62 | 18 |
| Octal | 172 | 1 | 130 | 0 | 143 | 34 | 64 | 475 | 142 | 30 |
| Binary | 1111010 | 1 | 1011000 | 0 | 1100011 | 11100 | 110100 | 100111101 | 1100010 | 11000 |
Color Harmonies of #7A0158
Complementary color
Monochromatic Colors of #7A0158
Black with #7A0158
Text Example
Text Example
White with #7A0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0158; }
p { color: rgb(122,1,88); }
H1.HeaderClassName
{
color: #7A0158;
}
.AnyTagClassName
{
color: #7A0158;
}
</style>
background-color css
<style>
a { background-color: #7A0158; }
a { background-color: rgb(122,1,88); }
div.DivClassName
{
background-color: #7A0158;
}
.BgClassName
{
background-color: #7A0158;
}
</style>
border-color css
<style>
span { border-color: #7A0158; }
span { border-color: rgb(122,1,88); }
td.TdClassName
{
border-color: #7A0158;
}
.TagClassName
{
border-color: #7A0158;
}
</style>