Shades of Eggplant #7A085B
Tints of Eggplant #7A085B
RGB
CMYK
RGB Variations
Color information
#7A085B (or 0x7A085B) is known color: Eggplant. HEX triplet: 7A, 08 and 5B. RGB value is (122,8,91). Sum of RGB (Red+Green+Blue) = 122+8+91=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A085B is #85F7A4. Grayscale: #333333. Windows color (decimal): -8779685 or 5965946. OLE color: 5965946.
HSL color Cylindrical-coordinate representation of color #7A085B: hue angle of 316.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A085B is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 91 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.52 |
| HSL | 316.32º | 0.88% | 0.25% | - |
| HSV(B) | 316.32º | 0.93% | 0.48% | - |
| XYZ | 10 | 5.07 | 10.35 | - |
| YUV | 51.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 91 | 0 | 0.93 | 0.25 | 0.52 | 316.32 | 0.88 | 0.25 |
| Hex | 7A | 8 | 5B | 0 | 5D | 19 | 34 | 13C | 58 | 19 |
| Octal | 172 | 10 | 133 | 0 | 135 | 31 | 64 | 474 | 130 | 31 |
| Binary | 1111010 | 1000 | 1011011 | 0 | 1011101 | 11001 | 110100 | 100111100 | 1011000 | 11001 |
Color Harmonies of #7A085B
Complementary color
Monochromatic Colors of #7A085B
Black with #7A085B
Text Example
Text Example
White with #7A085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A085B; }
p { color: rgb(122,8,91); }
H1.HeaderClassName
{
color: #7A085B;
}
.AnyTagClassName
{
color: #7A085B;
}
</style>
background-color css
<style>
a { background-color: #7A085B; }
a { background-color: rgb(122,8,91); }
div.DivClassName
{
background-color: #7A085B;
}
.BgClassName
{
background-color: #7A085B;
}
</style>
border-color css
<style>
span { border-color: #7A085B; }
span { border-color: rgb(122,8,91); }
td.TdClassName
{
border-color: #7A085B;
}
.TagClassName
{
border-color: #7A085B;
}
</style>