Shades of Eggplant #7F0C57
Tints of Eggplant #7F0C57
RGB
CMYK
RGB Variations
Color information
#7F0C57 (or 0x7F0C57) is known color: Eggplant. HEX triplet: 7F, 0C and 57. RGB value is (127,12,87). Sum of RGB (Red+Green+Blue) = 127+12+87=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C57 is #80F3A8. Grayscale: #363636. Windows color (decimal): -8450985 or 5704831. OLE color: 5704831.
HSL color Cylindrical-coordinate representation of color #7F0C57: hue angle of 320.87º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C57 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 12 | 87 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.50 |
| HSL | 320.87º | 0.83% | 0.27% | - |
| HSV(B) | 320.87º | 0.91% | 0.5% | - |
| XYZ | 10.6 | 5.46 | 9.51 | - |
| YUV | 54.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 12 | 87 | 0 | 0.91 | 0.31 | 0.50 | 320.87 | 0.83 | 0.27 |
| Hex | 7F | C | 57 | 0 | 5B | 1F | 32 | 141 | 53 | 1B |
| Octal | 177 | 14 | 127 | 0 | 133 | 37 | 62 | 501 | 123 | 33 |
| Binary | 1111111 | 1100 | 1010111 | 0 | 1011011 | 11111 | 110010 | 101000001 | 1010011 | 11011 |
Color Harmonies of #7F0C57
Complementary color
Monochromatic Colors of #7F0C57
Black with #7F0C57
Text Example
Text Example
White with #7F0C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0C57; }
p { color: rgb(127,12,87); }
H1.HeaderClassName
{
color: #7F0C57;
}
.AnyTagClassName
{
color: #7F0C57;
}
</style>
background-color css
<style>
a { background-color: #7F0C57; }
a { background-color: rgb(127,12,87); }
div.DivClassName
{
background-color: #7F0C57;
}
.BgClassName
{
background-color: #7F0C57;
}
</style>
border-color css
<style>
span { border-color: #7F0C57; }
span { border-color: rgb(127,12,87); }
td.TdClassName
{
border-color: #7F0C57;
}
.TagClassName
{
border-color: #7F0C57;
}
</style>