Shades of Eggplant #7C065B
Tints of Eggplant #7C065B
RGB
CMYK
RGB Variations
Color information
#7C065B (or 0x7C065B) is known color: Eggplant. HEX triplet: 7C, 06 and 5B. RGB value is (124,6,91). Sum of RGB (Red+Green+Blue) = 124+6+91=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C065B is #83F9A4. Grayscale: #323232. Windows color (decimal): -8649125 or 5965436. OLE color: 5965436.
HSL color Cylindrical-coordinate representation of color #7C065B: hue angle of 316.78º 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 #7C065B is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 91 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.51 |
| HSL | 316.78º | 0.91% | 0.25% | - |
| HSV(B) | 316.78º | 0.95% | 0.49% | - |
| XYZ | 10.27 | 5.17 | 10.35 | - |
| YUV | 50.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 91 | 0 | 0.95 | 0.27 | 0.51 | 316.78 | 0.91 | 0.25 |
| Hex | 7C | 6 | 5B | 0 | 5F | 1B | 33 | 13D | 5B | 19 |
| Octal | 174 | 6 | 133 | 0 | 137 | 33 | 63 | 475 | 133 | 31 |
| Binary | 1111100 | 110 | 1011011 | 0 | 1011111 | 11011 | 110011 | 100111101 | 1011011 | 11001 |
Color Harmonies of #7C065B
Complementary color
Monochromatic Colors of #7C065B
Black with #7C065B
Text Example
Text Example
White with #7C065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C065B; }
p { color: rgb(124,6,91); }
H1.HeaderClassName
{
color: #7C065B;
}
.AnyTagClassName
{
color: #7C065B;
}
</style>
background-color css
<style>
a { background-color: #7C065B; }
a { background-color: rgb(124,6,91); }
div.DivClassName
{
background-color: #7C065B;
}
.BgClassName
{
background-color: #7C065B;
}
</style>
border-color css
<style>
span { border-color: #7C065B; }
span { border-color: rgb(124,6,91); }
td.TdClassName
{
border-color: #7C065B;
}
.TagClassName
{
border-color: #7C065B;
}
</style>