Shades of Eminence #7D3A75
Tints of Eminence #7D3A75
RGB
CMYK
RGB Variations
Color information
#7D3A75 (or 0x7D3A75) is known color: Eminence. HEX triplet: 7D, 3A and 75. RGB value is (125,58,117). Sum of RGB (Red+Green+Blue) = 125+58+117=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3A75 is #82C58A. Grayscale: #545454. Windows color (decimal): -8570251 or 7682685. OLE color: 7682685.
HSL color Cylindrical-coordinate representation of color #7D3A75: hue angle of 307.16º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3A75 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 117 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.51 |
| HSL | 307.16º | 0.37% | 0.36% | - |
| HSV(B) | 307.16º | 0.54% | 0.49% | - |
| XYZ | 13.18 | 8.67 | 17.81 | - |
| YUV | 84.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 117 | 0 | 0.54 | 0.06 | 0.51 | 307.16 | 0.37 | 0.36 |
| Hex | 7D | 3A | 75 | 0 | 36 | 6 | 33 | 133 | 25 | 24 |
| Octal | 175 | 72 | 165 | 0 | 66 | 6 | 63 | 463 | 45 | 44 |
| Binary | 1111101 | 111010 | 1110101 | 0 | 110110 | 110 | 110011 | 100110011 | 100101 | 100100 |
Color Harmonies of #7D3A75
Complementary color
Monochromatic Colors of #7D3A75
Black with #7D3A75
Text Example
Text Example
White with #7D3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A75; }
p { color: rgb(125,58,117); }
H1.HeaderClassName
{
color: #7D3A75;
}
.AnyTagClassName
{
color: #7D3A75;
}
</style>
background-color css
<style>
a { background-color: #7D3A75; }
a { background-color: rgb(125,58,117); }
div.DivClassName
{
background-color: #7D3A75;
}
.BgClassName
{
background-color: #7D3A75;
}
</style>
border-color css
<style>
span { border-color: #7D3A75; }
span { border-color: rgb(125,58,117); }
td.TdClassName
{
border-color: #7D3A75;
}
.TagClassName
{
border-color: #7D3A75;
}
</style>