Shades of Eggplant #7A045A
Tints of Eggplant #7A045A
RGB
CMYK
RGB Variations
Color information
#7A045A (or 0x7A045A) is known color: Eggplant. HEX triplet: 7A, 04 and 5A. RGB value is (122,4,90). Sum of RGB (Red+Green+Blue) = 122+4+90=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A045A is #85FBA5. Grayscale: #303030. Windows color (decimal): -8780710 or 5899386. OLE color: 5899386.
HSL color Cylindrical-coordinate representation of color #7A045A: hue angle of 316.27º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A045A is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.52 |
| HSL | 316.27º | 0.94% | 0.25% | - |
| HSV(B) | 316.27º | 0.97% | 0.48% | - |
| XYZ | 9.91 | 4.96 | 10.11 | - |
| YUV | 49.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 90 | 0 | 0.97 | 0.26 | 0.52 | 316.27 | 0.94 | 0.25 |
| Hex | 7A | 4 | 5A | 0 | 61 | 1A | 34 | 13C | 5E | 19 |
| Octal | 172 | 4 | 132 | 0 | 141 | 32 | 64 | 474 | 136 | 31 |
| Binary | 1111010 | 100 | 1011010 | 0 | 1100001 | 11010 | 110100 | 100111100 | 1011110 | 11001 |
Color Harmonies of #7A045A
Complementary color
Monochromatic Colors of #7A045A
Black with #7A045A
Text Example
Text Example
White with #7A045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A045A; }
p { color: rgb(122,4,90); }
H1.HeaderClassName
{
color: #7A045A;
}
.AnyTagClassName
{
color: #7A045A;
}
</style>
background-color css
<style>
a { background-color: #7A045A; }
a { background-color: rgb(122,4,90); }
div.DivClassName
{
background-color: #7A045A;
}
.BgClassName
{
background-color: #7A045A;
}
</style>
border-color css
<style>
span { border-color: #7A045A; }
span { border-color: rgb(122,4,90); }
td.TdClassName
{
border-color: #7A045A;
}
.TagClassName
{
border-color: #7A045A;
}
</style>