Shades of Eminence #7D4272
Tints of Eminence #7D4272
RGB
CMYK
RGB Variations
Color information
#7D4272 (or 0x7D4272) is known color: Eminence. HEX triplet: 7D, 42 and 72. RGB value is (125,66,114). Sum of RGB (Red+Green+Blue) = 125+66+114=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4272 is #82BD8D. Grayscale: #585858. Windows color (decimal): -8568206 or 7488125. OLE color: 7488125.
HSL color Cylindrical-coordinate representation of color #7D4272: hue angle of 311.19º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4272 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 114 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.51 |
| HSL | 311.19º | 0.31% | 0.37% | - |
| HSV(B) | 311.19º | 0.47% | 0.49% | - |
| XYZ | 13.44 | 9.47 | 17.04 | - |
| YUV | 89.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 114 | 0 | 0.47 | 0.09 | 0.51 | 311.19 | 0.31 | 0.37 |
| Hex | 7D | 42 | 72 | 0 | 2F | 9 | 33 | 137 | 1F | 25 |
| Octal | 175 | 102 | 162 | 0 | 57 | 11 | 63 | 467 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1110010 | 0 | 101111 | 1001 | 110011 | 100110111 | 11111 | 100101 |
Color Harmonies of #7D4272
Complementary color
Monochromatic Colors of #7D4272
Black with #7D4272
Text Example
Text Example
White with #7D4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4272; }
p { color: rgb(125,66,114); }
H1.HeaderClassName
{
color: #7D4272;
}
.AnyTagClassName
{
color: #7D4272;
}
</style>
background-color css
<style>
a { background-color: #7D4272; }
a { background-color: rgb(125,66,114); }
div.DivClassName
{
background-color: #7D4272;
}
.BgClassName
{
background-color: #7D4272;
}
</style>
border-color css
<style>
span { border-color: #7D4272; }
span { border-color: rgb(125,66,114); }
td.TdClassName
{
border-color: #7D4272;
}
.TagClassName
{
border-color: #7D4272;
}
</style>