Shades of Eggplant #7A045D
Tints of Eggplant #7A045D
RGB
CMYK
RGB Variations
Color information
#7A045D (or 0x7A045D) is known color: Eggplant. HEX triplet: 7A, 04 and 5D. RGB value is (122,4,93). Sum of RGB (Red+Green+Blue) = 122+4+93=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A045D is #85FBA2. Grayscale: #313131. Windows color (decimal): -8780707 or 6095994. OLE color: 6095994.
HSL color Cylindrical-coordinate representation of color #7A045D: hue angle of 314.75º 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 #7A045D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.52 |
| HSL | 314.75º | 0.94% | 0.25% | - |
| HSV(B) | 314.75º | 0.97% | 0.48% | - |
| XYZ | 10.05 | 5.01 | 10.79 | - |
| YUV | 49.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 93 | 0 | 0.97 | 0.24 | 0.52 | 314.75 | 0.94 | 0.25 |
| Hex | 7A | 4 | 5D | 0 | 61 | 18 | 34 | 13B | 5E | 19 |
| Octal | 172 | 4 | 135 | 0 | 141 | 30 | 64 | 473 | 136 | 31 |
| Binary | 1111010 | 100 | 1011101 | 0 | 1100001 | 11000 | 110100 | 100111011 | 1011110 | 11001 |
Color Harmonies of #7A045D
Complementary color
Monochromatic Colors of #7A045D
Black with #7A045D
Text Example
Text Example
White with #7A045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A045D; }
p { color: rgb(122,4,93); }
H1.HeaderClassName
{
color: #7A045D;
}
.AnyTagClassName
{
color: #7A045D;
}
</style>
background-color css
<style>
a { background-color: #7A045D; }
a { background-color: rgb(122,4,93); }
div.DivClassName
{
background-color: #7A045D;
}
.BgClassName
{
background-color: #7A045D;
}
</style>
border-color css
<style>
span { border-color: #7A045D; }
span { border-color: rgb(122,4,93); }
td.TdClassName
{
border-color: #7A045D;
}
.TagClassName
{
border-color: #7A045D;
}
</style>