Shades of Eminence #7C397E
Tints of Eminence #7C397E
RGB
CMYK
RGB Variations
Color information
#7C397E (or 0x7C397E) is known color: Eminence. HEX triplet: 7C, 39 and 7E. RGB value is (124,57,126). Sum of RGB (Red+Green+Blue) = 124+57+126=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C397E is #83C681. Grayscale: #545454. Windows color (decimal): -8636034 or 8272252. OLE color: 8272252.
HSL color Cylindrical-coordinate representation of color #7C397E: hue angle of 298.26º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C397E is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 126 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.51 |
| HSL | 298.26º | 0.38% | 0.36% | - |
| HSV(B) | 298.26º | 0.55% | 0.49% | - |
| XYZ | 13.54 | 8.72 | 20.71 | - |
| YUV | 84.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 126 | 0.02 | 0.55 | 0 | 0.51 | 298.26 | 0.38 | 0.36 |
| Hex | 7C | 39 | 7E | 2 | 37 | 0 | 33 | 12A | 26 | 24 |
| Octal | 174 | 71 | 176 | 2 | 67 | 0 | 63 | 452 | 46 | 44 |
| Binary | 1111100 | 111001 | 1111110 | 10 | 110111 | 0 | 110011 | 100101010 | 100110 | 100100 |
Color Harmonies of #7C397E
Complementary color
Monochromatic Colors of #7C397E
Black with #7C397E
Text Example
Text Example
White with #7C397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C397E; }
p { color: rgb(124,57,126); }
H1.HeaderClassName
{
color: #7C397E;
}
.AnyTagClassName
{
color: #7C397E;
}
</style>
background-color css
<style>
a { background-color: #7C397E; }
a { background-color: rgb(124,57,126); }
div.DivClassName
{
background-color: #7C397E;
}
.BgClassName
{
background-color: #7C397E;
}
</style>
border-color css
<style>
span { border-color: #7C397E; }
span { border-color: rgb(124,57,126); }
td.TdClassName
{
border-color: #7C397E;
}
.TagClassName
{
border-color: #7C397E;
}
</style>