Shades of Eminence #7D3975
Tints of Eminence #7D3975
RGB
CMYK
RGB Variations
Color information
#7D3975 (or 0x7D3975) is known color: Eminence. HEX triplet: 7D, 39 and 75. RGB value is (125,57,117). Sum of RGB (Red+Green+Blue) = 125+57+117=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3975 is #82C68A. Grayscale: #545454. Windows color (decimal): -8570507 or 7682429. OLE color: 7682429.
HSL color Cylindrical-coordinate representation of color #7D3975: hue angle of 307.06º 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 #7D3975 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 117 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.51 |
| HSL | 307.06º | 0.37% | 0.36% | - |
| HSV(B) | 307.06º | 0.54% | 0.49% | - |
| XYZ | 13.13 | 8.57 | 17.79 | - |
| YUV | 84.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 117 | 0 | 0.54 | 0.06 | 0.51 | 307.06 | 0.37 | 0.36 |
| Hex | 7D | 39 | 75 | 0 | 36 | 6 | 33 | 133 | 25 | 24 |
| Octal | 175 | 71 | 165 | 0 | 66 | 6 | 63 | 463 | 45 | 44 |
| Binary | 1111101 | 111001 | 1110101 | 0 | 110110 | 110 | 110011 | 100110011 | 100101 | 100100 |
Color Harmonies of #7D3975
Complementary color
Monochromatic Colors of #7D3975
Black with #7D3975
Text Example
Text Example
White with #7D3975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3975; }
p { color: rgb(125,57,117); }
H1.HeaderClassName
{
color: #7D3975;
}
.AnyTagClassName
{
color: #7D3975;
}
</style>
background-color css
<style>
a { background-color: #7D3975; }
a { background-color: rgb(125,57,117); }
div.DivClassName
{
background-color: #7D3975;
}
.BgClassName
{
background-color: #7D3975;
}
</style>
border-color css
<style>
span { border-color: #7D3975; }
span { border-color: rgb(125,57,117); }
td.TdClassName
{
border-color: #7D3975;
}
.TagClassName
{
border-color: #7D3975;
}
</style>