Shades of Eminence #7E397A
Tints of Eminence #7E397A
RGB
CMYK
RGB Variations
Color information
#7E397A (or 0x7E397A) is known color: Eminence. HEX triplet: 7E, 39 and 7A. RGB value is (126,57,122). Sum of RGB (Red+Green+Blue) = 126+57+122=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E397A is #81C685. Grayscale: #545454. Windows color (decimal): -8504966 or 8010110. OLE color: 8010110.
HSL color Cylindrical-coordinate representation of color #7E397A: hue angle of 303.48º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E397A is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 122 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.51 |
| HSL | 303.48º | 0.38% | 0.36% | - |
| HSV(B) | 303.48º | 0.55% | 0.49% | - |
| XYZ | 13.58 | 8.77 | 19.39 | - |
| YUV | 85.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 122 | 0 | 0.55 | 0.03 | 0.51 | 303.48 | 0.38 | 0.36 |
| Hex | 7E | 39 | 7A | 0 | 37 | 3 | 33 | 12F | 26 | 24 |
| Octal | 176 | 71 | 172 | 0 | 67 | 3 | 63 | 457 | 46 | 44 |
| Binary | 1111110 | 111001 | 1111010 | 0 | 110111 | 11 | 110011 | 100101111 | 100110 | 100100 |
Color Harmonies of #7E397A
Complementary color
Monochromatic Colors of #7E397A
Black with #7E397A
Text Example
Text Example
White with #7E397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E397A; }
p { color: rgb(126,57,122); }
H1.HeaderClassName
{
color: #7E397A;
}
.AnyTagClassName
{
color: #7E397A;
}
</style>
background-color css
<style>
a { background-color: #7E397A; }
a { background-color: rgb(126,57,122); }
div.DivClassName
{
background-color: #7E397A;
}
.BgClassName
{
background-color: #7E397A;
}
</style>
border-color css
<style>
span { border-color: #7E397A; }
span { border-color: rgb(126,57,122); }
td.TdClassName
{
border-color: #7E397A;
}
.TagClassName
{
border-color: #7E397A;
}
</style>