Shades of Eggplant #7A065A
Tints of Eggplant #7A065A
RGB
CMYK
RGB Variations
Color information
#7A065A (or 0x7A065A) is known color: Eggplant. HEX triplet: 7A, 06 and 5A. RGB value is (122,6,90). Sum of RGB (Red+Green+Blue) = 122+6+90=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A065A is #85F9A5. Grayscale: #323232. Windows color (decimal): -8780198 or 5899898. OLE color: 5899898.
HSL color Cylindrical-coordinate representation of color #7A065A: hue angle of 316.55º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A065A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 90 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.52 |
| HSL | 316.55º | 0.91% | 0.25% | - |
| HSV(B) | 316.55º | 0.95% | 0.48% | - |
| XYZ | 9.94 | 5.01 | 10.12 | - |
| YUV | 50.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 90 | 0 | 0.95 | 0.26 | 0.52 | 316.55 | 0.91 | 0.25 |
| Hex | 7A | 6 | 5A | 0 | 5F | 1A | 34 | 13D | 5B | 19 |
| Octal | 172 | 6 | 132 | 0 | 137 | 32 | 64 | 475 | 133 | 31 |
| Binary | 1111010 | 110 | 1011010 | 0 | 1011111 | 11010 | 110100 | 100111101 | 1011011 | 11001 |
Color Harmonies of #7A065A
Complementary color
Monochromatic Colors of #7A065A
Black with #7A065A
Text Example
Text Example
White with #7A065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A065A; }
p { color: rgb(122,6,90); }
H1.HeaderClassName
{
color: #7A065A;
}
.AnyTagClassName
{
color: #7A065A;
}
</style>
background-color css
<style>
a { background-color: #7A065A; }
a { background-color: rgb(122,6,90); }
div.DivClassName
{
background-color: #7A065A;
}
.BgClassName
{
background-color: #7A065A;
}
</style>
border-color css
<style>
span { border-color: #7A065A; }
span { border-color: rgb(122,6,90); }
td.TdClassName
{
border-color: #7A065A;
}
.TagClassName
{
border-color: #7A065A;
}
</style>