Shades of Eggplant #7F055B
Tints of Eggplant #7F055B
RGB
CMYK
RGB Variations
Color information
#7F055B (or 0x7F055B) is known color: Eggplant. HEX triplet: 7F, 05 and 5B. RGB value is (127,5,91). Sum of RGB (Red+Green+Blue) = 127+5+91=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F055B is #80FAA4. Grayscale: #333333. Windows color (decimal): -8452773 or 5965183. OLE color: 5965183.
HSL color Cylindrical-coordinate representation of color #7F055B: hue angle of 317.7º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F055B is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 5 | 91 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.50 |
| HSL | 317.7º | 0.92% | 0.26% | - |
| HSV(B) | 317.7º | 0.96% | 0.5% | - |
| XYZ | 10.7 | 5.38 | 10.37 | - |
| YUV | 51.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 5 | 91 | 0 | 0.96 | 0.28 | 0.50 | 317.7 | 0.92 | 0.26 |
| Hex | 7F | 5 | 5B | 0 | 60 | 1C | 32 | 13E | 5C | 1A |
| Octal | 177 | 5 | 133 | 0 | 140 | 34 | 62 | 476 | 134 | 32 |
| Binary | 1111111 | 101 | 1011011 | 0 | 1100000 | 11100 | 110010 | 100111110 | 1011100 | 11010 |
Color Harmonies of #7F055B
Complementary color
Monochromatic Colors of #7F055B
Black with #7F055B
Text Example
Text Example
White with #7F055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F055B; }
p { color: rgb(127,5,91); }
H1.HeaderClassName
{
color: #7F055B;
}
.AnyTagClassName
{
color: #7F055B;
}
</style>
background-color css
<style>
a { background-color: #7F055B; }
a { background-color: rgb(127,5,91); }
div.DivClassName
{
background-color: #7F055B;
}
.BgClassName
{
background-color: #7F055B;
}
</style>
border-color css
<style>
span { border-color: #7F055B; }
span { border-color: rgb(127,5,91); }
td.TdClassName
{
border-color: #7F055B;
}
.TagClassName
{
border-color: #7F055B;
}
</style>