Shades of Eminence #7C4473
Tints of Eminence #7C4473
RGB
CMYK
RGB Variations
Color information
#7C4473 (or 0x7C4473) is known color: Eminence. HEX triplet: 7C, 44 and 73. RGB value is (124,68,115). Sum of RGB (Red+Green+Blue) = 124+68+115=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4473 is #83BB8C. Grayscale: #595959. Windows color (decimal): -8633229 or 7554172. OLE color: 7554172.
HSL color Cylindrical-coordinate representation of color #7C4473: hue angle of 309.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4473 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 115 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.51 |
| HSL | 309.64º | 0.29% | 0.38% | - |
| HSV(B) | 309.64º | 0.45% | 0.49% | - |
| XYZ | 13.47 | 9.66 | 17.37 | - |
| YUV | 90.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 115 | 0 | 0.45 | 0.07 | 0.51 | 309.64 | 0.29 | 0.38 |
| Hex | 7C | 44 | 73 | 0 | 2D | 7 | 33 | 136 | 1D | 26 |
| Octal | 174 | 104 | 163 | 0 | 55 | 7 | 63 | 466 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1110011 | 0 | 101101 | 111 | 110011 | 100110110 | 11101 | 100110 |
Color Harmonies of #7C4473
Complementary color
Monochromatic Colors of #7C4473
Black with #7C4473
Text Example
Text Example
White with #7C4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4473; }
p { color: rgb(124,68,115); }
H1.HeaderClassName
{
color: #7C4473;
}
.AnyTagClassName
{
color: #7C4473;
}
</style>
background-color css
<style>
a { background-color: #7C4473; }
a { background-color: rgb(124,68,115); }
div.DivClassName
{
background-color: #7C4473;
}
.BgClassName
{
background-color: #7C4473;
}
</style>
border-color css
<style>
span { border-color: #7C4473; }
span { border-color: rgb(124,68,115); }
td.TdClassName
{
border-color: #7C4473;
}
.TagClassName
{
border-color: #7C4473;
}
</style>