Shades of Eminence #7D4279
Tints of Eminence #7D4279
RGB
CMYK
RGB Variations
Color information
#7D4279 (or 0x7D4279) is known color: Eminence. HEX triplet: 7D, 42 and 79. RGB value is (125,66,121). Sum of RGB (Red+Green+Blue) = 125+66+121=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4279 is #82BD86. Grayscale: #595959. Windows color (decimal): -8568199 or 7946877. OLE color: 7946877.
HSL color Cylindrical-coordinate representation of color #7D4279: hue angle of 304.07º 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 #7D4279 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 121 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.51 |
| HSL | 304.07º | 0.31% | 0.37% | - |
| HSV(B) | 304.07º | 0.47% | 0.49% | - |
| XYZ | 13.86 | 9.64 | 19.22 | - |
| YUV | 89.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 121 | 0 | 0.47 | 0.03 | 0.51 | 304.07 | 0.31 | 0.37 |
| Hex | 7D | 42 | 79 | 0 | 2F | 3 | 33 | 130 | 1F | 25 |
| Octal | 175 | 102 | 171 | 0 | 57 | 3 | 63 | 460 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1111001 | 0 | 101111 | 11 | 110011 | 100110000 | 11111 | 100101 |
Color Harmonies of #7D4279
Complementary color
Monochromatic Colors of #7D4279
Black with #7D4279
Text Example
Text Example
White with #7D4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4279; }
p { color: rgb(125,66,121); }
H1.HeaderClassName
{
color: #7D4279;
}
.AnyTagClassName
{
color: #7D4279;
}
</style>
background-color css
<style>
a { background-color: #7D4279; }
a { background-color: rgb(125,66,121); }
div.DivClassName
{
background-color: #7D4279;
}
.BgClassName
{
background-color: #7D4279;
}
</style>
border-color css
<style>
span { border-color: #7D4279; }
span { border-color: rgb(125,66,121); }
td.TdClassName
{
border-color: #7D4279;
}
.TagClassName
{
border-color: #7D4279;
}
</style>