Shades of Eminence #7C387A
Tints of Eminence #7C387A
RGB
CMYK
RGB Variations
Color information
#7C387A (or 0x7C387A) is known color: Eminence. HEX triplet: 7C, 38 and 7A. RGB value is (124,56,122). Sum of RGB (Red+Green+Blue) = 124+56+122=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C387A is #83C785. Grayscale: #535353. Windows color (decimal): -8636294 or 8009852. OLE color: 8009852.
HSL color Cylindrical-coordinate representation of color #7C387A: hue angle of 301.76º 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 #7C387A is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 122 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.51 |
| HSL | 301.76º | 0.38% | 0.35% | - |
| HSV(B) | 301.76º | 0.55% | 0.49% | - |
| XYZ | 13.24 | 8.52 | 19.36 | - |
| YUV | 83.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 122 | 0 | 0.55 | 0.02 | 0.51 | 301.76 | 0.38 | 0.35 |
| Hex | 7C | 38 | 7A | 0 | 37 | 2 | 33 | 12E | 26 | 23 |
| Octal | 174 | 70 | 172 | 0 | 67 | 2 | 63 | 456 | 46 | 43 |
| Binary | 1111100 | 111000 | 1111010 | 0 | 110111 | 10 | 110011 | 100101110 | 100110 | 100011 |
Color Harmonies of #7C387A
Complementary color
Monochromatic Colors of #7C387A
Black with #7C387A
Text Example
Text Example
White with #7C387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C387A; }
p { color: rgb(124,56,122); }
H1.HeaderClassName
{
color: #7C387A;
}
.AnyTagClassName
{
color: #7C387A;
}
</style>
background-color css
<style>
a { background-color: #7C387A; }
a { background-color: rgb(124,56,122); }
div.DivClassName
{
background-color: #7C387A;
}
.BgClassName
{
background-color: #7C387A;
}
</style>
border-color css
<style>
span { border-color: #7C387A; }
span { border-color: rgb(124,56,122); }
td.TdClassName
{
border-color: #7C387A;
}
.TagClassName
{
border-color: #7C387A;
}
</style>