Shades of Eminence #7C3872
Tints of Eminence #7C3872
RGB
CMYK
RGB Variations
Color information
#7C3872 (or 0x7C3872) is known color: Eminence. HEX triplet: 7C, 38 and 72. RGB value is (124,56,114). Sum of RGB (Red+Green+Blue) = 124+56+114=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3872 is #83C78D. Grayscale: #525252. Windows color (decimal): -8636302 or 7485564. OLE color: 7485564.
HSL color Cylindrical-coordinate representation of color #7C3872: hue angle of 308.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C3872 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 114 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.51 |
| HSL | 308.82º | 0.38% | 0.35% | - |
| HSV(B) | 308.82º | 0.55% | 0.49% | - |
| XYZ | 12.76 | 8.33 | 16.85 | - |
| YUV | 82.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 114 | 0 | 0.55 | 0.08 | 0.51 | 308.82 | 0.38 | 0.35 |
| Hex | 7C | 38 | 72 | 0 | 37 | 8 | 33 | 135 | 26 | 23 |
| Octal | 174 | 70 | 162 | 0 | 67 | 10 | 63 | 465 | 46 | 43 |
| Binary | 1111100 | 111000 | 1110010 | 0 | 110111 | 1000 | 110011 | 100110101 | 100110 | 100011 |
Color Harmonies of #7C3872
Complementary color
Monochromatic Colors of #7C3872
Black with #7C3872
Text Example
Text Example
White with #7C3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3872; }
p { color: rgb(124,56,114); }
H1.HeaderClassName
{
color: #7C3872;
}
.AnyTagClassName
{
color: #7C3872;
}
</style>
background-color css
<style>
a { background-color: #7C3872; }
a { background-color: rgb(124,56,114); }
div.DivClassName
{
background-color: #7C3872;
}
.BgClassName
{
background-color: #7C3872;
}
</style>
border-color css
<style>
span { border-color: #7C3872; }
span { border-color: rgb(124,56,114); }
td.TdClassName
{
border-color: #7C3872;
}
.TagClassName
{
border-color: #7C3872;
}
</style>