Shades of Eminence #7F397E
Tints of Eminence #7F397E
RGB
CMYK
RGB Variations
Color information
#7F397E (or 0x7F397E) is known color: Eminence. HEX triplet: 7F, 39 and 7E. RGB value is (127,57,126). Sum of RGB (Red+Green+Blue) = 127+57+126=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F397E is #80C681. Grayscale: #555555. Windows color (decimal): -8439426 or 8272255. OLE color: 8272255.
HSL color Cylindrical-coordinate representation of color #7F397E: hue angle of 300.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F397E is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 126 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.50 |
| HSL | 300.86º | 0.38% | 0.36% | - |
| HSV(B) | 300.86º | 0.55% | 0.5% | - |
| XYZ | 13.98 | 8.94 | 20.73 | - |
| YUV | 85.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 126 | 0 | 0.55 | 0.01 | 0.50 | 300.86 | 0.38 | 0.36 |
| Hex | 7F | 39 | 7E | 0 | 37 | 1 | 32 | 12D | 26 | 24 |
| Octal | 177 | 71 | 176 | 0 | 67 | 1 | 62 | 455 | 46 | 44 |
| Binary | 1111111 | 111001 | 1111110 | 0 | 110111 | 1 | 110010 | 100101101 | 100110 | 100100 |
Color Harmonies of #7F397E
Complementary color
Monochromatic Colors of #7F397E
Black with #7F397E
Text Example
Text Example
White with #7F397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F397E; }
p { color: rgb(127,57,126); }
H1.HeaderClassName
{
color: #7F397E;
}
.AnyTagClassName
{
color: #7F397E;
}
</style>
background-color css
<style>
a { background-color: #7F397E; }
a { background-color: rgb(127,57,126); }
div.DivClassName
{
background-color: #7F397E;
}
.BgClassName
{
background-color: #7F397E;
}
</style>
border-color css
<style>
span { border-color: #7F397E; }
span { border-color: rgb(127,57,126); }
td.TdClassName
{
border-color: #7F397E;
}
.TagClassName
{
border-color: #7F397E;
}
</style>