Shades of Eminence #7C4278
Tints of Eminence #7C4278
RGB
CMYK
RGB Variations
Color information
#7C4278 (or 0x7C4278) is known color: Eminence. HEX triplet: 7C, 42 and 78. RGB value is (124,66,120). Sum of RGB (Red+Green+Blue) = 124+66+120=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4278 is #83BD87. Grayscale: #595959. Windows color (decimal): -8633736 or 7881340. OLE color: 7881340.
HSL color Cylindrical-coordinate representation of color #7C4278: hue angle of 304.14º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4278 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 120 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.51 |
| HSL | 304.14º | 0.31% | 0.37% | - |
| HSV(B) | 304.14º | 0.47% | 0.49% | - |
| XYZ | 13.65 | 9.54 | 18.89 | - |
| YUV | 89.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 120 | 0 | 0.47 | 0.03 | 0.51 | 304.14 | 0.31 | 0.37 |
| Hex | 7C | 42 | 78 | 0 | 2F | 3 | 33 | 130 | 1F | 25 |
| Octal | 174 | 102 | 170 | 0 | 57 | 3 | 63 | 460 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1111000 | 0 | 101111 | 11 | 110011 | 100110000 | 11111 | 100101 |
Color Harmonies of #7C4278
Complementary color
Monochromatic Colors of #7C4278
Black with #7C4278
Text Example
Text Example
White with #7C4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4278; }
p { color: rgb(124,66,120); }
H1.HeaderClassName
{
color: #7C4278;
}
.AnyTagClassName
{
color: #7C4278;
}
</style>
background-color css
<style>
a { background-color: #7C4278; }
a { background-color: rgb(124,66,120); }
div.DivClassName
{
background-color: #7C4278;
}
.BgClassName
{
background-color: #7C4278;
}
</style>
border-color css
<style>
span { border-color: #7C4278; }
span { border-color: rgb(124,66,120); }
td.TdClassName
{
border-color: #7C4278;
}
.TagClassName
{
border-color: #7C4278;
}
</style>