Shades of Eggplant #7F005C
Tints of Eggplant #7F005C
RGB
CMYK
RGB Variations
Color information
#7F005C (or 0x7F005C) is known color: Eggplant. HEX triplet: 7F, 00 and 5C. RGB value is (127,0,92). Sum of RGB (Red+Green+Blue) = 127+0+92=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F005C is #80FFA3. Grayscale: #303030. Windows color (decimal): -8454052 or 6029439. OLE color: 6029439.
HSL color Cylindrical-coordinate representation of color #7F005C: hue angle of 316.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F005C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.28 | 0.50 |
| HSL | 316.54º | 1% | 0.25% | - |
| HSV(B) | 316.54º | 1% | 0.5% | - |
| XYZ | 10.68 | 5.28 | 10.58 | - |
| YUV | 48.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 92 | 0 | 1 | 0.28 | 0.50 | 316.54 | 1 | 0.25 |
| Hex | 7F | 0 | 5C | 0 | 64 | 1C | 32 | 13D | 64 | 19 |
| Octal | 177 | 0 | 134 | 0 | 144 | 34 | 62 | 475 | 144 | 31 |
| Binary | 1111111 | 0 | 1011100 | 0 | 1100100 | 11100 | 110010 | 100111101 | 1100100 | 11001 |
Color Harmonies of #7F005C
Complementary color
Monochromatic Colors of #7F005C
Black with #7F005C
Text Example
Text Example
White with #7F005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F005C; }
p { color: rgb(127,0,92); }
H1.HeaderClassName
{
color: #7F005C;
}
.AnyTagClassName
{
color: #7F005C;
}
</style>
background-color css
<style>
a { background-color: #7F005C; }
a { background-color: rgb(127,0,92); }
div.DivClassName
{
background-color: #7F005C;
}
.BgClassName
{
background-color: #7F005C;
}
</style>
border-color css
<style>
span { border-color: #7F005C; }
span { border-color: rgb(127,0,92); }
td.TdClassName
{
border-color: #7F005C;
}
.TagClassName
{
border-color: #7F005C;
}
</style>