Shades of Eminence #7C4174
Tints of Eminence #7C4174
RGB
CMYK
RGB Variations
Color information
#7C4174 (or 0x7C4174) is known color: Eminence. HEX triplet: 7C, 41 and 74. RGB value is (124,65,116). Sum of RGB (Red+Green+Blue) = 124+65+116=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4174 is #83BE8B. Grayscale: #585858. Windows color (decimal): -8633996 or 7618940. OLE color: 7618940.
HSL color Cylindrical-coordinate representation of color #7C4174: hue angle of 308.14º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C4174 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 116 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.51 |
| HSL | 308.14º | 0.31% | 0.37% | - |
| HSV(B) | 308.14º | 0.48% | 0.49% | - |
| XYZ | 13.35 | 9.33 | 17.62 | - |
| YUV | 88.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 116 | 0 | 0.48 | 0.06 | 0.51 | 308.14 | 0.31 | 0.37 |
| Hex | 7C | 41 | 74 | 0 | 30 | 6 | 33 | 134 | 1F | 25 |
| Octal | 174 | 101 | 164 | 0 | 60 | 6 | 63 | 464 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1110100 | 0 | 110000 | 110 | 110011 | 100110100 | 11111 | 100101 |
Color Harmonies of #7C4174
Complementary color
Monochromatic Colors of #7C4174
Black with #7C4174
Text Example
Text Example
White with #7C4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4174; }
p { color: rgb(124,65,116); }
H1.HeaderClassName
{
color: #7C4174;
}
.AnyTagClassName
{
color: #7C4174;
}
</style>
background-color css
<style>
a { background-color: #7C4174; }
a { background-color: rgb(124,65,116); }
div.DivClassName
{
background-color: #7C4174;
}
.BgClassName
{
background-color: #7C4174;
}
</style>
border-color css
<style>
span { border-color: #7C4174; }
span { border-color: rgb(124,65,116); }
td.TdClassName
{
border-color: #7C4174;
}
.TagClassName
{
border-color: #7C4174;
}
</style>