Shades of Eminence #7C3576
Tints of Eminence #7C3576
RGB
CMYK
RGB Variations
Color information
#7C3576 (or 0x7C3576) is known color: Eminence. HEX triplet: 7C, 35 and 76. RGB value is (124,53,118). Sum of RGB (Red+Green+Blue) = 124+53+118=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3576 is #83CA89. Grayscale: #515151. Windows color (decimal): -8637066 or 7746940. OLE color: 7746940.
HSL color Cylindrical-coordinate representation of color #7C3576: hue angle of 305.07º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C3576 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 118 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.51 |
| HSL | 305.07º | 0.4% | 0.35% | - |
| HSV(B) | 305.07º | 0.57% | 0.49% | - |
| XYZ | 12.86 | 8.14 | 18.03 | - |
| YUV | 81.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 118 | 0 | 0.57 | 0.05 | 0.51 | 305.07 | 0.4 | 0.35 |
| Hex | 7C | 35 | 76 | 0 | 39 | 5 | 33 | 131 | 28 | 23 |
| Octal | 174 | 65 | 166 | 0 | 71 | 5 | 63 | 461 | 50 | 43 |
| Binary | 1111100 | 110101 | 1110110 | 0 | 111001 | 101 | 110011 | 100110001 | 101000 | 100011 |
Color Harmonies of #7C3576
Complementary color
Monochromatic Colors of #7C3576
Black with #7C3576
Text Example
Text Example
White with #7C3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3576; }
p { color: rgb(124,53,118); }
H1.HeaderClassName
{
color: #7C3576;
}
.AnyTagClassName
{
color: #7C3576;
}
</style>
background-color css
<style>
a { background-color: #7C3576; }
a { background-color: rgb(124,53,118); }
div.DivClassName
{
background-color: #7C3576;
}
.BgClassName
{
background-color: #7C3576;
}
</style>
border-color css
<style>
span { border-color: #7C3576; }
span { border-color: rgb(124,53,118); }
td.TdClassName
{
border-color: #7C3576;
}
.TagClassName
{
border-color: #7C3576;
}
</style>