Shades of Eminence #7C377E
Tints of Eminence #7C377E
RGB
CMYK
RGB Variations
Color information
#7C377E (or 0x7C377E) is known color: Eminence. HEX triplet: 7C, 37 and 7E. RGB value is (124,55,126). Sum of RGB (Red+Green+Blue) = 124+55+126=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C377E is #83C881. Grayscale: #535353. Windows color (decimal): -8636546 or 8271740. OLE color: 8271740.
HSL color Cylindrical-coordinate representation of color #7C377E: hue angle of 298.31º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C377E is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 126 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.51 |
| HSL | 298.31º | 0.39% | 0.35% | - |
| HSV(B) | 298.31º | 0.56% | 0.49% | - |
| XYZ | 13.44 | 8.52 | 20.68 | - |
| YUV | 83.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 126 | 0.02 | 0.56 | 0 | 0.51 | 298.31 | 0.39 | 0.35 |
| Hex | 7C | 37 | 7E | 2 | 38 | 0 | 33 | 12A | 27 | 23 |
| Octal | 174 | 67 | 176 | 2 | 70 | 0 | 63 | 452 | 47 | 43 |
| Binary | 1111100 | 110111 | 1111110 | 10 | 111000 | 0 | 110011 | 100101010 | 100111 | 100011 |
Color Harmonies of #7C377E
Complementary color
Monochromatic Colors of #7C377E
Black with #7C377E
Text Example
Text Example
White with #7C377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C377E; }
p { color: rgb(124,55,126); }
H1.HeaderClassName
{
color: #7C377E;
}
.AnyTagClassName
{
color: #7C377E;
}
</style>
background-color css
<style>
a { background-color: #7C377E; }
a { background-color: rgb(124,55,126); }
div.DivClassName
{
background-color: #7C377E;
}
.BgClassName
{
background-color: #7C377E;
}
</style>
border-color css
<style>
span { border-color: #7C377E; }
span { border-color: rgb(124,55,126); }
td.TdClassName
{
border-color: #7C377E;
}
.TagClassName
{
border-color: #7C377E;
}
</style>