Shades of Eggplant #7F075D
Tints of Eggplant #7F075D
RGB
CMYK
RGB Variations
Color information
#7F075D (or 0x7F075D) is known color: Eggplant. HEX triplet: 7F, 07 and 5D. RGB value is (127,7,93). Sum of RGB (Red+Green+Blue) = 127+7+93=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F075D is #80F8A2. Grayscale: #343434. Windows color (decimal): -8452259 or 6096767. OLE color: 6096767.
HSL color Cylindrical-coordinate representation of color #7F075D: hue angle of 317º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F075D is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 93 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.50 |
| HSL | 317º | 0.9% | 0.26% | - |
| HSV(B) | 317º | 0.94% | 0.5% | - |
| XYZ | 10.8 | 5.45 | 10.84 | - |
| YUV | 52.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 93 | 0 | 0.94 | 0.27 | 0.50 | 317 | 0.9 | 0.26 |
| Hex | 7F | 7 | 5D | 0 | 5E | 1B | 32 | 13D | 5A | 1A |
| Octal | 177 | 7 | 135 | 0 | 136 | 33 | 62 | 475 | 132 | 32 |
| Binary | 1111111 | 111 | 1011101 | 0 | 1011110 | 11011 | 110010 | 100111101 | 1011010 | 11010 |
Color Harmonies of #7F075D
Complementary color
Monochromatic Colors of #7F075D
Black with #7F075D
Text Example
Text Example
White with #7F075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F075D; }
p { color: rgb(127,7,93); }
H1.HeaderClassName
{
color: #7F075D;
}
.AnyTagClassName
{
color: #7F075D;
}
</style>
background-color css
<style>
a { background-color: #7F075D; }
a { background-color: rgb(127,7,93); }
div.DivClassName
{
background-color: #7F075D;
}
.BgClassName
{
background-color: #7F075D;
}
</style>
border-color css
<style>
span { border-color: #7F075D; }
span { border-color: rgb(127,7,93); }
td.TdClassName
{
border-color: #7F075D;
}
.TagClassName
{
border-color: #7F075D;
}
</style>