Shades of Eminence #7C4275
Tints of Eminence #7C4275
RGB
CMYK
RGB Variations
Color information
#7C4275 (or 0x7C4275) is known color: Eminence. HEX triplet: 7C, 42 and 75. RGB value is (124,66,117). Sum of RGB (Red+Green+Blue) = 124+66+117=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4275 is #83BD8A. Grayscale: #595959. Windows color (decimal): -8633739 or 7684732. OLE color: 7684732.
HSL color Cylindrical-coordinate representation of color #7C4275: hue angle of 307.24º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4275 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 117 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.51 |
| HSL | 307.24º | 0.31% | 0.37% | - |
| HSV(B) | 307.24º | 0.47% | 0.49% | - |
| XYZ | 13.47 | 9.47 | 17.95 | - |
| YUV | 89.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 117 | 0 | 0.47 | 0.06 | 0.51 | 307.24 | 0.31 | 0.37 |
| Hex | 7C | 42 | 75 | 0 | 2F | 6 | 33 | 133 | 1F | 25 |
| Octal | 174 | 102 | 165 | 0 | 57 | 6 | 63 | 463 | 37 | 45 |
| Binary | 1111100 | 1000010 | 1110101 | 0 | 101111 | 110 | 110011 | 100110011 | 11111 | 100101 |
Color Harmonies of #7C4275
Complementary color
Monochromatic Colors of #7C4275
Black with #7C4275
Text Example
Text Example
White with #7C4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4275; }
p { color: rgb(124,66,117); }
H1.HeaderClassName
{
color: #7C4275;
}
.AnyTagClassName
{
color: #7C4275;
}
</style>
background-color css
<style>
a { background-color: #7C4275; }
a { background-color: rgb(124,66,117); }
div.DivClassName
{
background-color: #7C4275;
}
.BgClassName
{
background-color: #7C4275;
}
</style>
border-color css
<style>
span { border-color: #7C4275; }
span { border-color: rgb(124,66,117); }
td.TdClassName
{
border-color: #7C4275;
}
.TagClassName
{
border-color: #7C4275;
}
</style>