Shades of Eggplant #7A055D
Tints of Eggplant #7A055D
RGB
CMYK
RGB Variations
Color information
#7A055D (or 0x7A055D) is known color: Eggplant. HEX triplet: 7A, 05 and 5D. RGB value is (122,5,93). Sum of RGB (Red+Green+Blue) = 122+5+93=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A055D is #85FAA2. Grayscale: #313131. Windows color (decimal): -8780451 or 6096250. OLE color: 6096250.
HSL color Cylindrical-coordinate representation of color #7A055D: hue angle of 314.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A055D is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 93 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.52 |
| HSL | 314.87º | 0.92% | 0.25% | - |
| HSV(B) | 314.87º | 0.96% | 0.48% | - |
| XYZ | 10.06 | 5.04 | 10.8 | - |
| YUV | 50.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 93 | 0 | 0.96 | 0.24 | 0.52 | 314.87 | 0.92 | 0.25 |
| Hex | 7A | 5 | 5D | 0 | 60 | 18 | 34 | 13B | 5C | 19 |
| Octal | 172 | 5 | 135 | 0 | 140 | 30 | 64 | 473 | 134 | 31 |
| Binary | 1111010 | 101 | 1011101 | 0 | 1100000 | 11000 | 110100 | 100111011 | 1011100 | 11001 |
Color Harmonies of #7A055D
Complementary color
Monochromatic Colors of #7A055D
Black with #7A055D
Text Example
Text Example
White with #7A055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A055D; }
p { color: rgb(122,5,93); }
H1.HeaderClassName
{
color: #7A055D;
}
.AnyTagClassName
{
color: #7A055D;
}
</style>
background-color css
<style>
a { background-color: #7A055D; }
a { background-color: rgb(122,5,93); }
div.DivClassName
{
background-color: #7A055D;
}
.BgClassName
{
background-color: #7A055D;
}
</style>
border-color css
<style>
span { border-color: #7A055D; }
span { border-color: rgb(122,5,93); }
td.TdClassName
{
border-color: #7A055D;
}
.TagClassName
{
border-color: #7A055D;
}
</style>