Shades of Eminence #7D3F75
Tints of Eminence #7D3F75
RGB
CMYK
RGB Variations
Color information
#7D3F75 (or 0x7D3F75) is known color: Eminence. HEX triplet: 7D, 3F and 75. RGB value is (125,63,117). Sum of RGB (Red+Green+Blue) = 125+63+117=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F75 is #82C08A. Grayscale: #575757. Windows color (decimal): -8568971 or 7683965. OLE color: 7683965.
HSL color Cylindrical-coordinate representation of color #7D3F75: hue angle of 307.74º degrees, saturation: 0.33, 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 #7D3F75 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 117 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.51 |
| HSL | 307.74º | 0.33% | 0.37% | - |
| HSV(B) | 307.74º | 0.5% | 0.49% | - |
| XYZ | 13.45 | 9.2 | 17.9 | - |
| YUV | 87.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 117 | 0 | 0.50 | 0.06 | 0.51 | 307.74 | 0.33 | 0.37 |
| Hex | 7D | 3F | 75 | 0 | 32 | 6 | 33 | 134 | 21 | 25 |
| Octal | 175 | 77 | 165 | 0 | 62 | 6 | 63 | 464 | 41 | 45 |
| Binary | 1111101 | 111111 | 1110101 | 0 | 110010 | 110 | 110011 | 100110100 | 100001 | 100101 |
Color Harmonies of #7D3F75
Complementary color
Monochromatic Colors of #7D3F75
Black with #7D3F75
Text Example
Text Example
White with #7D3F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F75; }
p { color: rgb(125,63,117); }
H1.HeaderClassName
{
color: #7D3F75;
}
.AnyTagClassName
{
color: #7D3F75;
}
</style>
background-color css
<style>
a { background-color: #7D3F75; }
a { background-color: rgb(125,63,117); }
div.DivClassName
{
background-color: #7D3F75;
}
.BgClassName
{
background-color: #7D3F75;
}
</style>
border-color css
<style>
span { border-color: #7D3F75; }
span { border-color: rgb(125,63,117); }
td.TdClassName
{
border-color: #7D3F75;
}
.TagClassName
{
border-color: #7D3F75;
}
</style>