Shades of Eggplant #7B085D
Tints of Eggplant #7B085D
RGB
CMYK
RGB Variations
Color information
#7B085D (or 0x7B085D) is known color: Eggplant. HEX triplet: 7B, 08 and 5D. RGB value is (123,8,93). Sum of RGB (Red+Green+Blue) = 123+8+93=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B085D is #84F7A2. Grayscale: #333333. Windows color (decimal): -8714147 or 6097019. OLE color: 6097019.
HSL color Cylindrical-coordinate representation of color #7B085D: hue angle of 315.65º 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 #7B085D is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 93 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.52 |
| HSL | 315.65º | 0.88% | 0.26% | - |
| HSV(B) | 315.65º | 0.93% | 0.48% | - |
| XYZ | 10.23 | 5.17 | 10.82 | - |
| YUV | 52.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 93 | 0 | 0.93 | 0.24 | 0.52 | 315.65 | 0.88 | 0.26 |
| Hex | 7B | 8 | 5D | 0 | 5D | 18 | 34 | 13C | 58 | 1A |
| Octal | 173 | 10 | 135 | 0 | 135 | 30 | 64 | 474 | 130 | 32 |
| Binary | 1111011 | 1000 | 1011101 | 0 | 1011101 | 11000 | 110100 | 100111100 | 1011000 | 11010 |
Color Harmonies of #7B085D
Complementary color
Monochromatic Colors of #7B085D
Black with #7B085D
Text Example
Text Example
White with #7B085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B085D; }
p { color: rgb(123,8,93); }
H1.HeaderClassName
{
color: #7B085D;
}
.AnyTagClassName
{
color: #7B085D;
}
</style>
background-color css
<style>
a { background-color: #7B085D; }
a { background-color: rgb(123,8,93); }
div.DivClassName
{
background-color: #7B085D;
}
.BgClassName
{
background-color: #7B085D;
}
</style>
border-color css
<style>
span { border-color: #7B085D; }
span { border-color: rgb(123,8,93); }
td.TdClassName
{
border-color: #7B085D;
}
.TagClassName
{
border-color: #7B085D;
}
</style>