Shades of Eminence #7C397D
Tints of Eminence #7C397D
RGB
CMYK
RGB Variations
Color information
#7C397D (or 0x7C397D) is known color: Eminence. HEX triplet: 7C, 39 and 7D. RGB value is (124,57,125). Sum of RGB (Red+Green+Blue) = 124+57+125=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C397D is #83C682. Grayscale: #545454. Windows color (decimal): -8636035 or 8206716. OLE color: 8206716.
HSL color Cylindrical-coordinate representation of color #7C397D: hue angle of 299.12º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C397D is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 125 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.51 |
| HSL | 299.12º | 0.37% | 0.36% | - |
| HSV(B) | 299.12º | 0.54% | 0.49% | - |
| XYZ | 13.48 | 8.69 | 20.37 | - |
| YUV | 84.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 125 | 0.01 | 0.54 | 0 | 0.51 | 299.12 | 0.37 | 0.36 |
| Hex | 7C | 39 | 7D | 1 | 36 | 0 | 33 | 12B | 25 | 24 |
| Octal | 174 | 71 | 175 | 1 | 66 | 0 | 63 | 453 | 45 | 44 |
| Binary | 1111100 | 111001 | 1111101 | 1 | 110110 | 0 | 110011 | 100101011 | 100101 | 100100 |
Color Harmonies of #7C397D
Complementary color
Monochromatic Colors of #7C397D
Black with #7C397D
Text Example
Text Example
White with #7C397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C397D; }
p { color: rgb(124,57,125); }
H1.HeaderClassName
{
color: #7C397D;
}
.AnyTagClassName
{
color: #7C397D;
}
</style>
background-color css
<style>
a { background-color: #7C397D; }
a { background-color: rgb(124,57,125); }
div.DivClassName
{
background-color: #7C397D;
}
.BgClassName
{
background-color: #7C397D;
}
</style>
border-color css
<style>
span { border-color: #7C397D; }
span { border-color: rgb(124,57,125); }
td.TdClassName
{
border-color: #7C397D;
}
.TagClassName
{
border-color: #7C397D;
}
</style>