Shades of Eggplant #7A085D
Tints of Eggplant #7A085D
RGB
CMYK
RGB Variations
Color information
#7A085D (or 0x7A085D) is known color: Eggplant. HEX triplet: 7A, 08 and 5D. RGB value is (122,8,93). Sum of RGB (Red+Green+Blue) = 122+8+93=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A085D is #85F7A2. Grayscale: #333333. Windows color (decimal): -8779683 or 6097018. OLE color: 6097018.
HSL color Cylindrical-coordinate representation of color #7A085D: hue angle of 315.26º 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 #7A085D is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 93 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.52 |
| HSL | 315.26º | 0.88% | 0.25% | - |
| HSV(B) | 315.26º | 0.93% | 0.48% | - |
| XYZ | 10.09 | 5.1 | 10.81 | - |
| YUV | 51.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 93 | 0 | 0.93 | 0.24 | 0.52 | 315.26 | 0.88 | 0.25 |
| Hex | 7A | 8 | 5D | 0 | 5D | 18 | 34 | 13B | 58 | 19 |
| Octal | 172 | 10 | 135 | 0 | 135 | 30 | 64 | 473 | 130 | 31 |
| Binary | 1111010 | 1000 | 1011101 | 0 | 1011101 | 11000 | 110100 | 100111011 | 1011000 | 11001 |
Color Harmonies of #7A085D
Complementary color
Monochromatic Colors of #7A085D
Black with #7A085D
Text Example
Text Example
White with #7A085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A085D; }
p { color: rgb(122,8,93); }
H1.HeaderClassName
{
color: #7A085D;
}
.AnyTagClassName
{
color: #7A085D;
}
</style>
background-color css
<style>
a { background-color: #7A085D; }
a { background-color: rgb(122,8,93); }
div.DivClassName
{
background-color: #7A085D;
}
.BgClassName
{
background-color: #7A085D;
}
</style>
border-color css
<style>
span { border-color: #7A085D; }
span { border-color: rgb(122,8,93); }
td.TdClassName
{
border-color: #7A085D;
}
.TagClassName
{
border-color: #7A085D;
}
</style>