Shades of Eggplant #7A085E
Tints of Eggplant #7A085E
RGB
CMYK
RGB Variations
Color information
#7A085E (or 0x7A085E) is known color: Eggplant. HEX triplet: 7A, 08 and 5E. RGB value is (122,8,94). Sum of RGB (Red+Green+Blue) = 122+8+94=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A085E is #85F7A1. Grayscale: #333333. Windows color (decimal): -8779682 or 6162554. OLE color: 6162554.
HSL color Cylindrical-coordinate representation of color #7A085E: hue angle of 314.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A085E is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 94 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.52 |
| HSL | 314.74º | 0.88% | 0.25% | - |
| HSV(B) | 314.74º | 0.93% | 0.48% | - |
| XYZ | 10.13 | 5.12 | 11.04 | - |
| YUV | 51.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 94 | 0 | 0.93 | 0.23 | 0.52 | 314.74 | 0.88 | 0.25 |
| Hex | 7A | 8 | 5E | 0 | 5D | 17 | 34 | 13B | 58 | 19 |
| Octal | 172 | 10 | 136 | 0 | 135 | 27 | 64 | 473 | 130 | 31 |
| Binary | 1111010 | 1000 | 1011110 | 0 | 1011101 | 10111 | 110100 | 100111011 | 1011000 | 11001 |
Color Harmonies of #7A085E
Complementary color
Monochromatic Colors of #7A085E
Black with #7A085E
Text Example
Text Example
White with #7A085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A085E; }
p { color: rgb(122,8,94); }
H1.HeaderClassName
{
color: #7A085E;
}
.AnyTagClassName
{
color: #7A085E;
}
</style>
background-color css
<style>
a { background-color: #7A085E; }
a { background-color: rgb(122,8,94); }
div.DivClassName
{
background-color: #7A085E;
}
.BgClassName
{
background-color: #7A085E;
}
</style>
border-color css
<style>
span { border-color: #7A085E; }
span { border-color: rgb(122,8,94); }
td.TdClassName
{
border-color: #7A085E;
}
.TagClassName
{
border-color: #7A085E;
}
</style>