Shades of Eminence #7D3F72
Tints of Eminence #7D3F72
RGB
CMYK
RGB Variations
Color information
#7D3F72 (or 0x7D3F72) is known color: Eminence. HEX triplet: 7D, 3F and 72. RGB value is (125,63,114). Sum of RGB (Red+Green+Blue) = 125+63+114=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F72 is #82C08D. Grayscale: #575757. Windows color (decimal): -8568974 or 7487357. OLE color: 7487357.
HSL color Cylindrical-coordinate representation of color #7D3F72: hue angle of 310.65º 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 #7D3F72 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 63 | 114 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.51 |
| HSL | 310.65º | 0.33% | 0.37% | - |
| HSV(B) | 310.65º | 0.5% | 0.49% | - |
| XYZ | 13.27 | 9.13 | 16.98 | - |
| YUV | 87.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 114 | 0 | 0.50 | 0.09 | 0.51 | 310.65 | 0.33 | 0.37 |
| Hex | 7D | 3F | 72 | 0 | 32 | 9 | 33 | 137 | 21 | 25 |
| Octal | 175 | 77 | 162 | 0 | 62 | 11 | 63 | 467 | 41 | 45 |
| Binary | 1111101 | 111111 | 1110010 | 0 | 110010 | 1001 | 110011 | 100110111 | 100001 | 100101 |
Color Harmonies of #7D3F72
Complementary color
Monochromatic Colors of #7D3F72
Black with #7D3F72
Text Example
Text Example
White with #7D3F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F72; }
p { color: rgb(125,63,114); }
H1.HeaderClassName
{
color: #7D3F72;
}
.AnyTagClassName
{
color: #7D3F72;
}
</style>
background-color css
<style>
a { background-color: #7D3F72; }
a { background-color: rgb(125,63,114); }
div.DivClassName
{
background-color: #7D3F72;
}
.BgClassName
{
background-color: #7D3F72;
}
</style>
border-color css
<style>
span { border-color: #7D3F72; }
span { border-color: rgb(125,63,114); }
td.TdClassName
{
border-color: #7D3F72;
}
.TagClassName
{
border-color: #7D3F72;
}
</style>