Shades of Eggplant #7B075F
Tints of Eggplant #7B075F
RGB
CMYK
RGB Variations
Color information
#7B075F (or 0x7B075F) is known color: Eggplant. HEX triplet: 7B, 07 and 5F. RGB value is (123,7,95). Sum of RGB (Red+Green+Blue) = 123+7+95=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B075F is #84F8A0. Grayscale: #333333. Windows color (decimal): -8714401 or 6227835. OLE color: 6227835.
HSL color Cylindrical-coordinate representation of color #7B075F: hue angle of 314.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B075F is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 95 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.52 |
| HSL | 314.48º | 0.89% | 0.25% | - |
| HSV(B) | 314.48º | 0.94% | 0.48% | - |
| XYZ | 10.31 | 5.19 | 11.28 | - |
| YUV | 51.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 95 | 0 | 0.94 | 0.23 | 0.52 | 314.48 | 0.89 | 0.25 |
| Hex | 7B | 7 | 5F | 0 | 5E | 17 | 34 | 13A | 59 | 19 |
| Octal | 173 | 7 | 137 | 0 | 136 | 27 | 64 | 472 | 131 | 31 |
| Binary | 1111011 | 111 | 1011111 | 0 | 1011110 | 10111 | 110100 | 100111010 | 1011001 | 11001 |
Color Harmonies of #7B075F
Complementary color
Monochromatic Colors of #7B075F
Black with #7B075F
Text Example
Text Example
White with #7B075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B075F; }
p { color: rgb(123,7,95); }
H1.HeaderClassName
{
color: #7B075F;
}
.AnyTagClassName
{
color: #7B075F;
}
</style>
background-color css
<style>
a { background-color: #7B075F; }
a { background-color: rgb(123,7,95); }
div.DivClassName
{
background-color: #7B075F;
}
.BgClassName
{
background-color: #7B075F;
}
</style>
border-color css
<style>
span { border-color: #7B075F; }
span { border-color: rgb(123,7,95); }
td.TdClassName
{
border-color: #7B075F;
}
.TagClassName
{
border-color: #7B075F;
}
</style>