Shades of Eggplant #7C025B
Tints of Eggplant #7C025B
RGB
CMYK
RGB Variations
Color information
#7C025B (or 0x7C025B) is known color: Eggplant. HEX triplet: 7C, 02 and 5B. RGB value is (124,2,91). Sum of RGB (Red+Green+Blue) = 124+2+91=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C025B is #83FDA4. Grayscale: #303030. Windows color (decimal): -8650149 or 5964412. OLE color: 5964412.
HSL color Cylindrical-coordinate representation of color #7C025B: hue angle of 316.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C025B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 91 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.51 |
| HSL | 316.23º | 0.97% | 0.25% | - |
| HSV(B) | 316.23º | 0.98% | 0.49% | - |
| XYZ | 10.22 | 5.08 | 10.34 | - |
| YUV | 48.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 91 | 0 | 0.98 | 0.27 | 0.51 | 316.23 | 0.97 | 0.25 |
| Hex | 7C | 2 | 5B | 0 | 62 | 1B | 33 | 13C | 61 | 19 |
| Octal | 174 | 2 | 133 | 0 | 142 | 33 | 63 | 474 | 141 | 31 |
| Binary | 1111100 | 10 | 1011011 | 0 | 1100010 | 11011 | 110011 | 100111100 | 1100001 | 11001 |
Color Harmonies of #7C025B
Complementary color
Monochromatic Colors of #7C025B
Black with #7C025B
Text Example
Text Example
White with #7C025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C025B; }
p { color: rgb(124,2,91); }
H1.HeaderClassName
{
color: #7C025B;
}
.AnyTagClassName
{
color: #7C025B;
}
</style>
background-color css
<style>
a { background-color: #7C025B; }
a { background-color: rgb(124,2,91); }
div.DivClassName
{
background-color: #7C025B;
}
.BgClassName
{
background-color: #7C025B;
}
</style>
border-color css
<style>
span { border-color: #7C025B; }
span { border-color: rgb(124,2,91); }
td.TdClassName
{
border-color: #7C025B;
}
.TagClassName
{
border-color: #7C025B;
}
</style>