Shades of Eggplant #7B085A
Tints of Eggplant #7B085A
RGB
CMYK
RGB Variations
Color information
#7B085A (or 0x7B085A) is known color: Eggplant. HEX triplet: 7B, 08 and 5A. RGB value is (123,8,90). Sum of RGB (Red+Green+Blue) = 123+8+90=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B085A is #84F7A5. Grayscale: #333333. Windows color (decimal): -8714150 or 5900411. OLE color: 5900411.
HSL color Cylindrical-coordinate representation of color #7B085A: hue angle of 317.22º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B085A is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 90 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.52 |
| HSL | 317.22º | 0.88% | 0.26% | - |
| HSV(B) | 317.22º | 0.93% | 0.48% | - |
| XYZ | 10.1 | 5.12 | 10.13 | - |
| YUV | 51.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 90 | 0 | 0.93 | 0.27 | 0.52 | 317.22 | 0.88 | 0.26 |
| Hex | 7B | 8 | 5A | 0 | 5D | 1B | 34 | 13D | 58 | 1A |
| Octal | 173 | 10 | 132 | 0 | 135 | 33 | 64 | 475 | 130 | 32 |
| Binary | 1111011 | 1000 | 1011010 | 0 | 1011101 | 11011 | 110100 | 100111101 | 1011000 | 11010 |
Color Harmonies of #7B085A
Complementary color
Monochromatic Colors of #7B085A
Black with #7B085A
Text Example
Text Example
White with #7B085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B085A; }
p { color: rgb(123,8,90); }
H1.HeaderClassName
{
color: #7B085A;
}
.AnyTagClassName
{
color: #7B085A;
}
</style>
background-color css
<style>
a { background-color: #7B085A; }
a { background-color: rgb(123,8,90); }
div.DivClassName
{
background-color: #7B085A;
}
.BgClassName
{
background-color: #7B085A;
}
</style>
border-color css
<style>
span { border-color: #7B085A; }
span { border-color: rgb(123,8,90); }
td.TdClassName
{
border-color: #7B085A;
}
.TagClassName
{
border-color: #7B085A;
}
</style>