Shades of Eminence #7C387F
Tints of Eminence #7C387F
RGB
CMYK
RGB Variations
Color information
#7C387F (or 0x7C387F) is known color: Eminence. HEX triplet: 7C, 38 and 7F. RGB value is (124,56,127). Sum of RGB (Red+Green+Blue) = 124+56+127=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C387F is #83C780. Grayscale: #545454. Windows color (decimal): -8636289 or 8337532. OLE color: 8337532.
HSL color Cylindrical-coordinate representation of color #7C387F: hue angle of 297.46º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C387F is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 56 | 127 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.50 |
| HSL | 297.46º | 0.39% | 0.36% | - |
| HSV(B) | 297.46º | 0.56% | 0.5% | - |
| XYZ | 13.56 | 8.65 | 21.03 | - |
| YUV | 84.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 127 | 0.02 | 0.56 | 0 | 0.50 | 297.46 | 0.39 | 0.36 |
| Hex | 7C | 38 | 7F | 2 | 38 | 0 | 32 | 129 | 27 | 24 |
| Octal | 174 | 70 | 177 | 2 | 70 | 0 | 62 | 451 | 47 | 44 |
| Binary | 1111100 | 111000 | 1111111 | 10 | 111000 | 0 | 110010 | 100101001 | 100111 | 100100 |
Color Harmonies of #7C387F
Complementary color
Monochromatic Colors of #7C387F
Black with #7C387F
Text Example
Text Example
White with #7C387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C387F; }
p { color: rgb(124,56,127); }
H1.HeaderClassName
{
color: #7C387F;
}
.AnyTagClassName
{
color: #7C387F;
}
</style>
background-color css
<style>
a { background-color: #7C387F; }
a { background-color: rgb(124,56,127); }
div.DivClassName
{
background-color: #7C387F;
}
.BgClassName
{
background-color: #7C387F;
}
</style>
border-color css
<style>
span { border-color: #7C387F; }
span { border-color: rgb(124,56,127); }
td.TdClassName
{
border-color: #7C387F;
}
.TagClassName
{
border-color: #7C387F;
}
</style>