Shades of Eggplant #7F0352
Tints of Eggplant #7F0352
RGB
CMYK
RGB Variations
Color information
#7F0352 (or 0x7F0352) is known color: Eggplant. HEX triplet: 7F, 03 and 52. RGB value is (127,3,82). Sum of RGB (Red+Green+Blue) = 127+3+82=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0352 is #80FCAD. Grayscale: #303030. Windows color (decimal): -8453294 or 5374847. OLE color: 5374847.
HSL color Cylindrical-coordinate representation of color #7F0352: hue angle of 321.77º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F0352 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.50 |
| HSL | 321.77º | 0.95% | 0.25% | - |
| HSV(B) | 321.77º | 0.98% | 0.5% | - |
| XYZ | 10.31 | 5.19 | 8.44 | - |
| YUV | 49.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 82 | 0 | 0.98 | 0.35 | 0.50 | 321.77 | 0.95 | 0.25 |
| Hex | 7F | 3 | 52 | 0 | 62 | 23 | 32 | 142 | 5F | 19 |
| Octal | 177 | 3 | 122 | 0 | 142 | 43 | 62 | 502 | 137 | 31 |
| Binary | 1111111 | 11 | 1010010 | 0 | 1100010 | 100011 | 110010 | 101000010 | 1011111 | 11001 |
Color Harmonies of #7F0352
Complementary color
Monochromatic Colors of #7F0352
Black with #7F0352
Text Example
Text Example
White with #7F0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0352; }
p { color: rgb(127,3,82); }
H1.HeaderClassName
{
color: #7F0352;
}
.AnyTagClassName
{
color: #7F0352;
}
</style>
background-color css
<style>
a { background-color: #7F0352; }
a { background-color: rgb(127,3,82); }
div.DivClassName
{
background-color: #7F0352;
}
.BgClassName
{
background-color: #7F0352;
}
</style>
border-color css
<style>
span { border-color: #7F0352; }
span { border-color: rgb(127,3,82); }
td.TdClassName
{
border-color: #7F0352;
}
.TagClassName
{
border-color: #7F0352;
}
</style>