Shades of Eminence #7C3A74
Tints of Eminence #7C3A74
RGB
CMYK
RGB Variations
Color information
#7C3A74 (or 0x7C3A74) is known color: Eminence. HEX triplet: 7C, 3A and 74. RGB value is (124,58,116). Sum of RGB (Red+Green+Blue) = 124+58+116=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A74 is #83C58B. Grayscale: #545454. Windows color (decimal): -8635788 or 7617148. OLE color: 7617148.
HSL color Cylindrical-coordinate representation of color #7C3A74: hue angle of 307.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3A74 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 116 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.51 |
| HSL | 307.27º | 0.36% | 0.36% | - |
| HSV(B) | 307.27º | 0.53% | 0.49% | - |
| XYZ | 12.98 | 8.57 | 17.49 | - |
| YUV | 84.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 116 | 0 | 0.53 | 0.06 | 0.51 | 307.27 | 0.36 | 0.36 |
| Hex | 7C | 3A | 74 | 0 | 35 | 6 | 33 | 133 | 24 | 24 |
| Octal | 174 | 72 | 164 | 0 | 65 | 6 | 63 | 463 | 44 | 44 |
| Binary | 1111100 | 111010 | 1110100 | 0 | 110101 | 110 | 110011 | 100110011 | 100100 | 100100 |
Color Harmonies of #7C3A74
Complementary color
Monochromatic Colors of #7C3A74
Black with #7C3A74
Text Example
Text Example
White with #7C3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A74; }
p { color: rgb(124,58,116); }
H1.HeaderClassName
{
color: #7C3A74;
}
.AnyTagClassName
{
color: #7C3A74;
}
</style>
background-color css
<style>
a { background-color: #7C3A74; }
a { background-color: rgb(124,58,116); }
div.DivClassName
{
background-color: #7C3A74;
}
.BgClassName
{
background-color: #7C3A74;
}
</style>
border-color css
<style>
span { border-color: #7C3A74; }
span { border-color: rgb(124,58,116); }
td.TdClassName
{
border-color: #7C3A74;
}
.TagClassName
{
border-color: #7C3A74;
}
</style>