Shades of Eggplant #7C0465
Tints of Eggplant #7C0465
RGB
CMYK
RGB Variations
Color information
#7C0465 (or 0x7C0465) is known color: Eggplant. HEX triplet: 7C, 04 and 65. RGB value is (124,4,101). Sum of RGB (Red+Green+Blue) = 124+4+101=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0465 is #83FB9A. Grayscale: #323232. Windows color (decimal): -8649627 or 6620284. OLE color: 6620284.
HSL color Cylindrical-coordinate representation of color #7C0465: hue angle of 311.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0465 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.51 |
| HSL | 311.5º | 0.94% | 0.25% | - |
| HSV(B) | 311.5º | 0.97% | 0.49% | - |
| XYZ | 10.7 | 5.31 | 12.77 | - |
| YUV | 50.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 101 | 0 | 0.97 | 0.19 | 0.51 | 311.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 65 | 0 | 61 | 13 | 33 | 138 | 5E | 19 |
| Octal | 174 | 4 | 145 | 0 | 141 | 23 | 63 | 470 | 136 | 31 |
| Binary | 1111100 | 100 | 1100101 | 0 | 1100001 | 10011 | 110011 | 100111000 | 1011110 | 11001 |
Color Harmonies of #7C0465
Complementary color
Monochromatic Colors of #7C0465
Black with #7C0465
Text Example
Text Example
White with #7C0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0465; }
p { color: rgb(124,4,101); }
H1.HeaderClassName
{
color: #7C0465;
}
.AnyTagClassName
{
color: #7C0465;
}
</style>
background-color css
<style>
a { background-color: #7C0465; }
a { background-color: rgb(124,4,101); }
div.DivClassName
{
background-color: #7C0465;
}
.BgClassName
{
background-color: #7C0465;
}
</style>
border-color css
<style>
span { border-color: #7C0465; }
span { border-color: rgb(124,4,101); }
td.TdClassName
{
border-color: #7C0465;
}
.TagClassName
{
border-color: #7C0465;
}
</style>