Shades of Eggplant #7A075C
Tints of Eggplant #7A075C
RGB
CMYK
RGB Variations
Color information
#7A075C (or 0x7A075C) is known color: Eggplant. HEX triplet: 7A, 07 and 5C. RGB value is (122,7,92). Sum of RGB (Red+Green+Blue) = 122+7+92=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A075C is #85F8A3. Grayscale: #323232. Windows color (decimal): -8779940 or 6031226. OLE color: 6031226.
HSL color Cylindrical-coordinate representation of color #7A075C: hue angle of 315.65º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A075C is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 92 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.52 |
| HSL | 315.65º | 0.89% | 0.25% | - |
| HSV(B) | 315.65º | 0.94% | 0.48% | - |
| XYZ | 10.03 | 5.06 | 10.57 | - |
| YUV | 51.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 92 | 0 | 0.94 | 0.25 | 0.52 | 315.65 | 0.89 | 0.25 |
| Hex | 7A | 7 | 5C | 0 | 5E | 19 | 34 | 13C | 59 | 19 |
| Octal | 172 | 7 | 134 | 0 | 136 | 31 | 64 | 474 | 131 | 31 |
| Binary | 1111010 | 111 | 1011100 | 0 | 1011110 | 11001 | 110100 | 100111100 | 1011001 | 11001 |
Color Harmonies of #7A075C
Complementary color
Monochromatic Colors of #7A075C
Black with #7A075C
Text Example
Text Example
White with #7A075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A075C; }
p { color: rgb(122,7,92); }
H1.HeaderClassName
{
color: #7A075C;
}
.AnyTagClassName
{
color: #7A075C;
}
</style>
background-color css
<style>
a { background-color: #7A075C; }
a { background-color: rgb(122,7,92); }
div.DivClassName
{
background-color: #7A075C;
}
.BgClassName
{
background-color: #7A075C;
}
</style>
border-color css
<style>
span { border-color: #7A075C; }
span { border-color: rgb(122,7,92); }
td.TdClassName
{
border-color: #7A075C;
}
.TagClassName
{
border-color: #7A075C;
}
</style>