Shades of Eggplant #7A025D
Tints of Eggplant #7A025D
RGB
CMYK
RGB Variations
Color information
#7A025D (or 0x7A025D) is known color: Eggplant. HEX triplet: 7A, 02 and 5D. RGB value is (122,2,93). Sum of RGB (Red+Green+Blue) = 122+2+93=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A025D is #85FDA2. Grayscale: #303030. Windows color (decimal): -8781219 or 6095482. OLE color: 6095482.
HSL color Cylindrical-coordinate representation of color #7A025D: hue angle of 314.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A025D is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 93 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.52 |
| HSL | 314.5º | 0.97% | 0.24% | - |
| HSV(B) | 314.5º | 0.98% | 0.48% | - |
| XYZ | 10.02 | 4.97 | 10.79 | - |
| YUV | 48.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 93 | 0 | 0.98 | 0.24 | 0.52 | 314.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | 5D | 0 | 62 | 18 | 34 | 13A | 61 | 18 |
| Octal | 172 | 2 | 135 | 0 | 142 | 30 | 64 | 472 | 141 | 30 |
| Binary | 1111010 | 10 | 1011101 | 0 | 1100010 | 11000 | 110100 | 100111010 | 1100001 | 11000 |
Color Harmonies of #7A025D
Complementary color
Monochromatic Colors of #7A025D
Black with #7A025D
Text Example
Text Example
White with #7A025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A025D; }
p { color: rgb(122,2,93); }
H1.HeaderClassName
{
color: #7A025D;
}
.AnyTagClassName
{
color: #7A025D;
}
</style>
background-color css
<style>
a { background-color: #7A025D; }
a { background-color: rgb(122,2,93); }
div.DivClassName
{
background-color: #7A025D;
}
.BgClassName
{
background-color: #7A025D;
}
</style>
border-color css
<style>
span { border-color: #7A025D; }
span { border-color: rgb(122,2,93); }
td.TdClassName
{
border-color: #7A025D;
}
.TagClassName
{
border-color: #7A025D;
}
</style>