Shades of Eggplant #7F155B
Tints of Eggplant #7F155B
RGB
CMYK
RGB Variations
Color information
#7F155B (or 0x7F155B) is known color: Eggplant. HEX triplet: 7F, 15 and 5B. RGB value is (127,21,91). Sum of RGB (Red+Green+Blue) = 127+21+91=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F155B is #80EAA4. Grayscale: #3C3C3C. Windows color (decimal): -8448677 or 5969279. OLE color: 5969279.
HSL color Cylindrical-coordinate representation of color #7F155B: hue angle of 320.38º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F155B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 91 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.50 |
| HSL | 320.38º | 0.72% | 0.29% | - |
| HSV(B) | 320.38º | 0.83% | 0.5% | - |
| XYZ | 10.91 | 5.8 | 10.44 | - |
| YUV | 60.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 91 | 0 | 0.83 | 0.28 | 0.50 | 320.38 | 0.72 | 0.29 |
| Hex | 7F | 15 | 5B | 0 | 53 | 1C | 32 | 140 | 48 | 1D |
| Octal | 177 | 25 | 133 | 0 | 123 | 34 | 62 | 500 | 110 | 35 |
| Binary | 1111111 | 10101 | 1011011 | 0 | 1010011 | 11100 | 110010 | 101000000 | 1001000 | 11101 |
Color Harmonies of #7F155B
Complementary color
Monochromatic Colors of #7F155B
Black with #7F155B
Text Example
Text Example
White with #7F155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F155B; }
p { color: rgb(127,21,91); }
H1.HeaderClassName
{
color: #7F155B;
}
.AnyTagClassName
{
color: #7F155B;
}
</style>
background-color css
<style>
a { background-color: #7F155B; }
a { background-color: rgb(127,21,91); }
div.DivClassName
{
background-color: #7F155B;
}
.BgClassName
{
background-color: #7F155B;
}
</style>
border-color css
<style>
span { border-color: #7F155B; }
span { border-color: rgb(127,21,91); }
td.TdClassName
{
border-color: #7F155B;
}
.TagClassName
{
border-color: #7F155B;
}
</style>