Shades of Eminence #7D417F
Tints of Eminence #7D417F
RGB
CMYK
RGB Variations
Color information
#7D417F (or 0x7D417F) is known color: Eminence. HEX triplet: 7D, 41 and 7F. RGB value is (125,65,127). Sum of RGB (Red+Green+Blue) = 125+65+127=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D417F is #82BE80. Grayscale: #595959. Windows color (decimal): -8568449 or 8339837. OLE color: 8339837.
HSL color Cylindrical-coordinate representation of color #7D417F: hue angle of 298.06º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D417F is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 65 | 127 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.50 |
| HSL | 298.06º | 0.32% | 0.38% | - |
| HSV(B) | 298.06º | 0.49% | 0.5% | - |
| XYZ | 14.18 | 9.67 | 21.2 | - |
| YUV | 90.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 127 | 0.02 | 0.49 | 0 | 0.50 | 298.06 | 0.32 | 0.38 |
| Hex | 7D | 41 | 7F | 2 | 31 | 0 | 32 | 12A | 20 | 26 |
| Octal | 175 | 101 | 177 | 2 | 61 | 0 | 62 | 452 | 40 | 46 |
| Binary | 1111101 | 1000001 | 1111111 | 10 | 110001 | 0 | 110010 | 100101010 | 100000 | 100110 |
Color Harmonies of #7D417F
Complementary color
Monochromatic Colors of #7D417F
Black with #7D417F
Text Example
Text Example
White with #7D417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D417F; }
p { color: rgb(125,65,127); }
H1.HeaderClassName
{
color: #7D417F;
}
.AnyTagClassName
{
color: #7D417F;
}
</style>
background-color css
<style>
a { background-color: #7D417F; }
a { background-color: rgb(125,65,127); }
div.DivClassName
{
background-color: #7D417F;
}
.BgClassName
{
background-color: #7D417F;
}
</style>
border-color css
<style>
span { border-color: #7D417F; }
span { border-color: rgb(125,65,127); }
td.TdClassName
{
border-color: #7D417F;
}
.TagClassName
{
border-color: #7D417F;
}
</style>