Shades of Eminence #7D377C
Tints of Eminence #7D377C
RGB
CMYK
RGB Variations
Color information
#7D377C (or 0x7D377C) is known color: Eminence. HEX triplet: 7D, 37 and 7C. RGB value is (125,55,124). Sum of RGB (Red+Green+Blue) = 125+55+124=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D377C is #82C883. Grayscale: #535353. Windows color (decimal): -8571012 or 8140669. OLE color: 8140669.
HSL color Cylindrical-coordinate representation of color #7D377C: hue angle of 300.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D377C is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 124 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.51 |
| HSL | 300.86º | 0.39% | 0.35% | - |
| HSV(B) | 300.86º | 0.56% | 0.49% | - |
| XYZ | 13.46 | 8.55 | 20.01 | - |
| YUV | 83.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 124 | 0 | 0.56 | 0.01 | 0.51 | 300.86 | 0.39 | 0.35 |
| Hex | 7D | 37 | 7C | 0 | 38 | 1 | 33 | 12D | 27 | 23 |
| Octal | 175 | 67 | 174 | 0 | 70 | 1 | 63 | 455 | 47 | 43 |
| Binary | 1111101 | 110111 | 1111100 | 0 | 111000 | 1 | 110011 | 100101101 | 100111 | 100011 |
Color Harmonies of #7D377C
Complementary color
Monochromatic Colors of #7D377C
Black with #7D377C
Text Example
Text Example
White with #7D377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D377C; }
p { color: rgb(125,55,124); }
H1.HeaderClassName
{
color: #7D377C;
}
.AnyTagClassName
{
color: #7D377C;
}
</style>
background-color css
<style>
a { background-color: #7D377C; }
a { background-color: rgb(125,55,124); }
div.DivClassName
{
background-color: #7D377C;
}
.BgClassName
{
background-color: #7D377C;
}
</style>
border-color css
<style>
span { border-color: #7D377C; }
span { border-color: rgb(125,55,124); }
td.TdClassName
{
border-color: #7D377C;
}
.TagClassName
{
border-color: #7D377C;
}
</style>