Shades of Eminence #7D3E6E
Tints of Eminence #7D3E6E
RGB
CMYK
RGB Variations
Color information
#7D3E6E (or 0x7D3E6E) is known color: Eminence. HEX triplet: 7D, 3E and 6E. RGB value is (125,62,110). Sum of RGB (Red+Green+Blue) = 125+62+110=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E6E is #82C191. Grayscale: #565656. Windows color (decimal): -8569234 or 7224957. OLE color: 7224957.
HSL color Cylindrical-coordinate representation of color #7D3E6E: hue angle of 314.29º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E6E is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 62 | 110 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.51 |
| HSL | 314.29º | 0.34% | 0.37% | - |
| HSV(B) | 314.29º | 0.5% | 0.49% | - |
| XYZ | 12.99 | 8.93 | 15.79 | - |
| YUV | 86.31 | 141.37 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 110 | 0 | 0.50 | 0.12 | 0.51 | 314.29 | 0.34 | 0.37 |
| Hex | 7D | 3E | 6E | 0 | 32 | C | 33 | 13A | 22 | 25 |
| Octal | 175 | 76 | 156 | 0 | 62 | 14 | 63 | 472 | 42 | 45 |
| Binary | 1111101 | 111110 | 1101110 | 0 | 110010 | 1100 | 110011 | 100111010 | 100010 | 100101 |
Color Harmonies of #7D3E6E
Complementary color
Monochromatic Colors of #7D3E6E
Black with #7D3E6E
Text Example
Text Example
White with #7D3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3E6E; }
p { color: rgb(125,62,110); }
H1.HeaderClassName
{
color: #7D3E6E;
}
.AnyTagClassName
{
color: #7D3E6E;
}
</style>
background-color css
<style>
a { background-color: #7D3E6E; }
a { background-color: rgb(125,62,110); }
div.DivClassName
{
background-color: #7D3E6E;
}
.BgClassName
{
background-color: #7D3E6E;
}
</style>
border-color css
<style>
span { border-color: #7D3E6E; }
span { border-color: rgb(125,62,110); }
td.TdClassName
{
border-color: #7D3E6E;
}
.TagClassName
{
border-color: #7D3E6E;
}
</style>