Shades of Eminence #7C3B6E
Tints of Eminence #7C3B6E
RGB
CMYK
RGB Variations
Color information
#7C3B6E (or 0x7C3B6E) is known color: Eminence. HEX triplet: 7C, 3B and 6E. RGB value is (124,59,110). Sum of RGB (Red+Green+Blue) = 124+59+110=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3B6E is #83C491. Grayscale: #545454. Windows color (decimal): -8635538 or 7224188. OLE color: 7224188.
HSL color Cylindrical-coordinate representation of color #7C3B6E: hue angle of 312.92º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C3B6E is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 110 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.51 |
| HSL | 312.92º | 0.36% | 0.36% | - |
| HSV(B) | 312.92º | 0.52% | 0.49% | - |
| XYZ | 12.69 | 8.54 | 15.73 | - |
| YUV | 84.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 110 | 0 | 0.52 | 0.11 | 0.51 | 312.92 | 0.36 | 0.36 |
| Hex | 7C | 3B | 6E | 0 | 34 | B | 33 | 139 | 24 | 24 |
| Octal | 174 | 73 | 156 | 0 | 64 | 13 | 63 | 471 | 44 | 44 |
| Binary | 1111100 | 111011 | 1101110 | 0 | 110100 | 1011 | 110011 | 100111001 | 100100 | 100100 |
Color Harmonies of #7C3B6E
Complementary color
Monochromatic Colors of #7C3B6E
Black with #7C3B6E
Text Example
Text Example
White with #7C3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B6E; }
p { color: rgb(124,59,110); }
H1.HeaderClassName
{
color: #7C3B6E;
}
.AnyTagClassName
{
color: #7C3B6E;
}
</style>
background-color css
<style>
a { background-color: #7C3B6E; }
a { background-color: rgb(124,59,110); }
div.DivClassName
{
background-color: #7C3B6E;
}
.BgClassName
{
background-color: #7C3B6E;
}
</style>
border-color css
<style>
span { border-color: #7C3B6E; }
span { border-color: rgb(124,59,110); }
td.TdClassName
{
border-color: #7C3B6E;
}
.TagClassName
{
border-color: #7C3B6E;
}
</style>