Shades of Eminence #7C3C76
Tints of Eminence #7C3C76
RGB
CMYK
RGB Variations
Color information
#7C3C76 (or 0x7C3C76) is known color: Eminence. HEX triplet: 7C, 3C and 76. RGB value is (124,60,118). Sum of RGB (Red+Green+Blue) = 124+60+118=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3C76 is #83C389. Grayscale: #555555. Windows color (decimal): -8635274 or 7748732. OLE color: 7748732.
HSL color Cylindrical-coordinate representation of color #7C3C76: hue angle of 305.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3C76 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 118 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.51 |
| HSL | 305.63º | 0.35% | 0.36% | - |
| HSV(B) | 305.63º | 0.52% | 0.49% | - |
| XYZ | 13.2 | 8.82 | 18.15 | - |
| YUV | 85.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 118 | 0 | 0.52 | 0.05 | 0.51 | 305.63 | 0.35 | 0.36 |
| Hex | 7C | 3C | 76 | 0 | 34 | 5 | 33 | 132 | 23 | 24 |
| Octal | 174 | 74 | 166 | 0 | 64 | 5 | 63 | 462 | 43 | 44 |
| Binary | 1111100 | 111100 | 1110110 | 0 | 110100 | 101 | 110011 | 100110010 | 100011 | 100100 |
Color Harmonies of #7C3C76
Complementary color
Monochromatic Colors of #7C3C76
Black with #7C3C76
Text Example
Text Example
White with #7C3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C76; }
p { color: rgb(124,60,118); }
H1.HeaderClassName
{
color: #7C3C76;
}
.AnyTagClassName
{
color: #7C3C76;
}
</style>
background-color css
<style>
a { background-color: #7C3C76; }
a { background-color: rgb(124,60,118); }
div.DivClassName
{
background-color: #7C3C76;
}
.BgClassName
{
background-color: #7C3C76;
}
</style>
border-color css
<style>
span { border-color: #7C3C76; }
span { border-color: rgb(124,60,118); }
td.TdClassName
{
border-color: #7C3C76;
}
.TagClassName
{
border-color: #7C3C76;
}
</style>