Shades of Eminence #7C3378
Tints of Eminence #7C3378
RGB
CMYK
RGB Variations
Color information
#7C3378 (or 0x7C3378) is known color: Eminence. HEX triplet: 7C, 33 and 78. RGB value is (124,51,120). Sum of RGB (Red+Green+Blue) = 124+51+120=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3378 is #83CC87. Grayscale: #505050. Windows color (decimal): -8637576 or 7877500. OLE color: 7877500.
HSL color Cylindrical-coordinate representation of color #7C3378: hue angle of 303.29º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3378 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 120 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.51 |
| HSL | 303.29º | 0.42% | 0.34% | - |
| HSV(B) | 303.29º | 0.59% | 0.49% | - |
| XYZ | 12.89 | 8.01 | 18.64 | - |
| YUV | 80.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 120 | 0 | 0.59 | 0.03 | 0.51 | 303.29 | 0.42 | 0.34 |
| Hex | 7C | 33 | 78 | 0 | 3B | 3 | 33 | 12F | 2A | 22 |
| Octal | 174 | 63 | 170 | 0 | 73 | 3 | 63 | 457 | 52 | 42 |
| Binary | 1111100 | 110011 | 1111000 | 0 | 111011 | 11 | 110011 | 100101111 | 101010 | 100010 |
Color Harmonies of #7C3378
Complementary color
Monochromatic Colors of #7C3378
Black with #7C3378
Text Example
Text Example
White with #7C3378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3378; }
p { color: rgb(124,51,120); }
H1.HeaderClassName
{
color: #7C3378;
}
.AnyTagClassName
{
color: #7C3378;
}
</style>
background-color css
<style>
a { background-color: #7C3378; }
a { background-color: rgb(124,51,120); }
div.DivClassName
{
background-color: #7C3378;
}
.BgClassName
{
background-color: #7C3378;
}
</style>
border-color css
<style>
span { border-color: #7C3378; }
span { border-color: rgb(124,51,120); }
td.TdClassName
{
border-color: #7C3378;
}
.TagClassName
{
border-color: #7C3378;
}
</style>