Shades of Eminence #7C3474
Tints of Eminence #7C3474
RGB
CMYK
RGB Variations
Color information
#7C3474 (or 0x7C3474) is known color: Eminence. HEX triplet: 7C, 34 and 74. RGB value is (124,52,116). Sum of RGB (Red+Green+Blue) = 124+52+116=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3474 is #83CB8B. Grayscale: #505050. Windows color (decimal): -8637324 or 7615612. OLE color: 7615612.
HSL color Cylindrical-coordinate representation of color #7C3474: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3474 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 116 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.51 |
| HSL | 306.67º | 0.41% | 0.35% | - |
| HSV(B) | 306.67º | 0.58% | 0.49% | - |
| XYZ | 12.69 | 8 | 17.4 | - |
| YUV | 80.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 116 | 0 | 0.58 | 0.06 | 0.51 | 306.67 | 0.41 | 0.35 |
| Hex | 7C | 34 | 74 | 0 | 3A | 6 | 33 | 133 | 29 | 23 |
| Octal | 174 | 64 | 164 | 0 | 72 | 6 | 63 | 463 | 51 | 43 |
| Binary | 1111100 | 110100 | 1110100 | 0 | 111010 | 110 | 110011 | 100110011 | 101001 | 100011 |
Color Harmonies of #7C3474
Complementary color
Monochromatic Colors of #7C3474
Black with #7C3474
Text Example
Text Example
White with #7C3474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3474; }
p { color: rgb(124,52,116); }
H1.HeaderClassName
{
color: #7C3474;
}
.AnyTagClassName
{
color: #7C3474;
}
</style>
background-color css
<style>
a { background-color: #7C3474; }
a { background-color: rgb(124,52,116); }
div.DivClassName
{
background-color: #7C3474;
}
.BgClassName
{
background-color: #7C3474;
}
</style>
border-color css
<style>
span { border-color: #7C3474; }
span { border-color: rgb(124,52,116); }
td.TdClassName
{
border-color: #7C3474;
}
.TagClassName
{
border-color: #7C3474;
}
</style>