Shades of Eggplant #7F0152
Tints of Eggplant #7F0152
RGB
CMYK
RGB Variations
Color information
#7F0152 (or 0x7F0152) is known color: Eggplant. HEX triplet: 7F, 01 and 52. RGB value is (127,1,82). Sum of RGB (Red+Green+Blue) = 127+1+82=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0152 is #80FEAD. Grayscale: #2F2F2F. Windows color (decimal): -8453806 or 5374335. OLE color: 5374335.
HSL color Cylindrical-coordinate representation of color #7F0152: hue angle of 321.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0152 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.50 |
| HSL | 321.43º | 0.98% | 0.25% | - |
| HSV(B) | 321.43º | 0.99% | 0.5% | - |
| XYZ | 10.29 | 5.14 | 8.43 | - |
| YUV | 47.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 82 | 0 | 0.99 | 0.35 | 0.50 | 321.43 | 0.98 | 0.25 |
| Hex | 7F | 1 | 52 | 0 | 63 | 23 | 32 | 141 | 62 | 19 |
| Octal | 177 | 1 | 122 | 0 | 143 | 43 | 62 | 501 | 142 | 31 |
| Binary | 1111111 | 1 | 1010010 | 0 | 1100011 | 100011 | 110010 | 101000001 | 1100010 | 11001 |
Color Harmonies of #7F0152
Complementary color
Monochromatic Colors of #7F0152
Black with #7F0152
Text Example
Text Example
White with #7F0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0152; }
p { color: rgb(127,1,82); }
H1.HeaderClassName
{
color: #7F0152;
}
.AnyTagClassName
{
color: #7F0152;
}
</style>
background-color css
<style>
a { background-color: #7F0152; }
a { background-color: rgb(127,1,82); }
div.DivClassName
{
background-color: #7F0152;
}
.BgClassName
{
background-color: #7F0152;
}
</style>
border-color css
<style>
span { border-color: #7F0152; }
span { border-color: rgb(127,1,82); }
td.TdClassName
{
border-color: #7F0152;
}
.TagClassName
{
border-color: #7F0152;
}
</style>