Shades of Eggplant #7C0262
Tints of Eggplant #7C0262
RGB
CMYK
RGB Variations
Color information
#7C0262 (or 0x7C0262) is known color: Eggplant. HEX triplet: 7C, 02 and 62. RGB value is (124,2,98). Sum of RGB (Red+Green+Blue) = 124+2+98=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0262 is #83FD9D. Grayscale: #313131. Windows color (decimal): -8650142 or 6423164. OLE color: 6423164.
HSL color Cylindrical-coordinate representation of color #7C0262: hue angle of 312.79º 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 #7C0262 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.51 |
| HSL | 312.79º | 0.97% | 0.25% | - |
| HSV(B) | 312.79º | 0.98% | 0.49% | - |
| XYZ | 10.54 | 5.21 | 12.01 | - |
| YUV | 49.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 98 | 0 | 0.98 | 0.21 | 0.51 | 312.79 | 0.97 | 0.25 |
| Hex | 7C | 2 | 62 | 0 | 62 | 15 | 33 | 139 | 61 | 19 |
| Octal | 174 | 2 | 142 | 0 | 142 | 25 | 63 | 471 | 141 | 31 |
| Binary | 1111100 | 10 | 1100010 | 0 | 1100010 | 10101 | 110011 | 100111001 | 1100001 | 11001 |
Color Harmonies of #7C0262
Complementary color
Monochromatic Colors of #7C0262
Black with #7C0262
Text Example
Text Example
White with #7C0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0262; }
p { color: rgb(124,2,98); }
H1.HeaderClassName
{
color: #7C0262;
}
.AnyTagClassName
{
color: #7C0262;
}
</style>
background-color css
<style>
a { background-color: #7C0262; }
a { background-color: rgb(124,2,98); }
div.DivClassName
{
background-color: #7C0262;
}
.BgClassName
{
background-color: #7C0262;
}
</style>
border-color css
<style>
span { border-color: #7C0262; }
span { border-color: rgb(124,2,98); }
td.TdClassName
{
border-color: #7C0262;
}
.TagClassName
{
border-color: #7C0262;
}
</style>