Shades of Eggplant #7C065A
Tints of Eggplant #7C065A
RGB
CMYK
RGB Variations
Color information
#7C065A (or 0x7C065A) is known color: Eggplant. HEX triplet: 7C, 06 and 5A. RGB value is (124,6,90). Sum of RGB (Red+Green+Blue) = 124+6+90=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C065A is #83F9A5. Grayscale: #323232. Windows color (decimal): -8649126 or 5899900. OLE color: 5899900.
HSL color Cylindrical-coordinate representation of color #7C065A: hue angle of 317.29º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C065A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 90 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.51 |
| HSL | 317.29º | 0.91% | 0.25% | - |
| HSV(B) | 317.29º | 0.95% | 0.49% | - |
| XYZ | 10.22 | 5.15 | 10.13 | - |
| YUV | 50.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 90 | 0 | 0.95 | 0.27 | 0.51 | 317.29 | 0.91 | 0.25 |
| Hex | 7C | 6 | 5A | 0 | 5F | 1B | 33 | 13D | 5B | 19 |
| Octal | 174 | 6 | 132 | 0 | 137 | 33 | 63 | 475 | 133 | 31 |
| Binary | 1111100 | 110 | 1011010 | 0 | 1011111 | 11011 | 110011 | 100111101 | 1011011 | 11001 |
Color Harmonies of #7C065A
Complementary color
Monochromatic Colors of #7C065A
Black with #7C065A
Text Example
Text Example
White with #7C065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C065A; }
p { color: rgb(124,6,90); }
H1.HeaderClassName
{
color: #7C065A;
}
.AnyTagClassName
{
color: #7C065A;
}
</style>
background-color css
<style>
a { background-color: #7C065A; }
a { background-color: rgb(124,6,90); }
div.DivClassName
{
background-color: #7C065A;
}
.BgClassName
{
background-color: #7C065A;
}
</style>
border-color css
<style>
span { border-color: #7C065A; }
span { border-color: rgb(124,6,90); }
td.TdClassName
{
border-color: #7C065A;
}
.TagClassName
{
border-color: #7C065A;
}
</style>