Shades of Eggplant #7A045C
Tints of Eggplant #7A045C
RGB
CMYK
RGB Variations
Color information
#7A045C (or 0x7A045C) is known color: Eggplant. HEX triplet: 7A, 04 and 5C. RGB value is (122,4,92). Sum of RGB (Red+Green+Blue) = 122+4+92=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A045C is #85FBA3. Grayscale: #313131. Windows color (decimal): -8780708 or 6030458. OLE color: 6030458.
HSL color Cylindrical-coordinate representation of color #7A045C: hue angle of 315.25º 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 #7A045C is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.52 |
| HSL | 315.25º | 0.94% | 0.25% | - |
| HSV(B) | 315.25º | 0.97% | 0.48% | - |
| XYZ | 10 | 5 | 10.56 | - |
| YUV | 49.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 92 | 0 | 0.97 | 0.25 | 0.52 | 315.25 | 0.94 | 0.25 |
| Hex | 7A | 4 | 5C | 0 | 61 | 19 | 34 | 13B | 5E | 19 |
| Octal | 172 | 4 | 134 | 0 | 141 | 31 | 64 | 473 | 136 | 31 |
| Binary | 1111010 | 100 | 1011100 | 0 | 1100001 | 11001 | 110100 | 100111011 | 1011110 | 11001 |
Color Harmonies of #7A045C
Complementary color
Monochromatic Colors of #7A045C
Black with #7A045C
Text Example
Text Example
White with #7A045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A045C; }
p { color: rgb(122,4,92); }
H1.HeaderClassName
{
color: #7A045C;
}
.AnyTagClassName
{
color: #7A045C;
}
</style>
background-color css
<style>
a { background-color: #7A045C; }
a { background-color: rgb(122,4,92); }
div.DivClassName
{
background-color: #7A045C;
}
.BgClassName
{
background-color: #7A045C;
}
</style>
border-color css
<style>
span { border-color: #7A045C; }
span { border-color: rgb(122,4,92); }
td.TdClassName
{
border-color: #7A045C;
}
.TagClassName
{
border-color: #7A045C;
}
</style>