Shades of Eggplant #7A0258
Tints of Eggplant #7A0258
RGB
CMYK
RGB Variations
Color information
#7A0258 (or 0x7A0258) is known color: Eggplant. HEX triplet: 7A, 02 and 58. RGB value is (122,2,88). Sum of RGB (Red+Green+Blue) = 122+2+88=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0258 is #85FDA7. Grayscale: #2F2F2F. Windows color (decimal): -8781224 or 5767802. OLE color: 5767802.
HSL color Cylindrical-coordinate representation of color #7A0258: hue angle of 317º 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 #7A0258 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 88 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.52 |
| HSL | 317º | 0.97% | 0.24% | - |
| HSV(B) | 317º | 0.98% | 0.48% | - |
| XYZ | 9.81 | 4.89 | 9.66 | - |
| YUV | 47.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 88 | 0 | 0.98 | 0.28 | 0.52 | 317 | 0.97 | 0.24 |
| Hex | 7A | 2 | 58 | 0 | 62 | 1C | 34 | 13D | 61 | 18 |
| Octal | 172 | 2 | 130 | 0 | 142 | 34 | 64 | 475 | 141 | 30 |
| Binary | 1111010 | 10 | 1011000 | 0 | 1100010 | 11100 | 110100 | 100111101 | 1100001 | 11000 |
Color Harmonies of #7A0258
Complementary color
Monochromatic Colors of #7A0258
Black with #7A0258
Text Example
Text Example
White with #7A0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0258; }
p { color: rgb(122,2,88); }
H1.HeaderClassName
{
color: #7A0258;
}
.AnyTagClassName
{
color: #7A0258;
}
</style>
background-color css
<style>
a { background-color: #7A0258; }
a { background-color: rgb(122,2,88); }
div.DivClassName
{
background-color: #7A0258;
}
.BgClassName
{
background-color: #7A0258;
}
</style>
border-color css
<style>
span { border-color: #7A0258; }
span { border-color: rgb(122,2,88); }
td.TdClassName
{
border-color: #7A0258;
}
.TagClassName
{
border-color: #7A0258;
}
</style>