Shades of Eminence #7C437C
Tints of Eminence #7C437C
RGB
CMYK
RGB Variations
Color information
#7C437C (or 0x7C437C) is known color: Eminence. HEX triplet: 7C, 43 and 7C. RGB value is (124,67,124). Sum of RGB (Red+Green+Blue) = 124+67+124=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C437C is #83BC83. Grayscale: #5A5A5A. Windows color (decimal): -8633476 or 8143740. OLE color: 8143740.
HSL color Cylindrical-coordinate representation of color #7C437C: hue angle of 300º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C437C is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 124 | - |
| CMYK | 0 | 0.46 | 0 | 0.51 |
| HSL | 300º | 0.3% | 0.37% | - |
| HSV(B) | 300º | 0.46% | 0.49% | - |
| XYZ | 13.96 | 9.75 | 20.22 | - |
| YUV | 90.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 124 | 0 | 0.46 | 0 | 0.51 | 300 | 0.3 | 0.37 |
| Hex | 7C | 43 | 7C | 0 | 2E | 0 | 33 | 12C | 1E | 25 |
| Octal | 174 | 103 | 174 | 0 | 56 | 0 | 63 | 454 | 36 | 45 |
| Binary | 1111100 | 1000011 | 1111100 | 0 | 101110 | 0 | 110011 | 100101100 | 11110 | 100101 |
Color Harmonies of #7C437C
Complementary color
Monochromatic Colors of #7C437C
Black with #7C437C
Text Example
Text Example
White with #7C437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C437C; }
p { color: rgb(124,67,124); }
H1.HeaderClassName
{
color: #7C437C;
}
.AnyTagClassName
{
color: #7C437C;
}
</style>
background-color css
<style>
a { background-color: #7C437C; }
a { background-color: rgb(124,67,124); }
div.DivClassName
{
background-color: #7C437C;
}
.BgClassName
{
background-color: #7C437C;
}
</style>
border-color css
<style>
span { border-color: #7C437C; }
span { border-color: rgb(124,67,124); }
td.TdClassName
{
border-color: #7C437C;
}
.TagClassName
{
border-color: #7C437C;
}
</style>