Shades of Eminence #7C447A
Tints of Eminence #7C447A
RGB
CMYK
RGB Variations
Color information
#7C447A (or 0x7C447A) is known color: Eminence. HEX triplet: 7C, 44 and 7A. RGB value is (124,68,122). Sum of RGB (Red+Green+Blue) = 124+68+122=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C447A is #83BB85. Grayscale: #5A5A5A. Windows color (decimal): -8633222 or 8012924. OLE color: 8012924.
HSL color Cylindrical-coordinate representation of color #7C447A: hue angle of 302.14º 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 #7C447A is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 122 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.51 |
| HSL | 302.14º | 0.29% | 0.38% | - |
| HSV(B) | 302.14º | 0.45% | 0.49% | - |
| XYZ | 13.89 | 9.82 | 19.58 | - |
| YUV | 90.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 122 | 0 | 0.45 | 0.02 | 0.51 | 302.14 | 0.29 | 0.38 |
| Hex | 7C | 44 | 7A | 0 | 2D | 2 | 33 | 12E | 1D | 26 |
| Octal | 174 | 104 | 172 | 0 | 55 | 2 | 63 | 456 | 35 | 46 |
| Binary | 1111100 | 1000100 | 1111010 | 0 | 101101 | 10 | 110011 | 100101110 | 11101 | 100110 |
Color Harmonies of #7C447A
Complementary color
Monochromatic Colors of #7C447A
Black with #7C447A
Text Example
Text Example
White with #7C447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C447A; }
p { color: rgb(124,68,122); }
H1.HeaderClassName
{
color: #7C447A;
}
.AnyTagClassName
{
color: #7C447A;
}
</style>
background-color css
<style>
a { background-color: #7C447A; }
a { background-color: rgb(124,68,122); }
div.DivClassName
{
background-color: #7C447A;
}
.BgClassName
{
background-color: #7C447A;
}
</style>
border-color css
<style>
span { border-color: #7C447A; }
span { border-color: rgb(124,68,122); }
td.TdClassName
{
border-color: #7C447A;
}
.TagClassName
{
border-color: #7C447A;
}
</style>