Shades of Eminence #7F377E
Tints of Eminence #7F377E
RGB
CMYK
RGB Variations
Color information
#7F377E (or 0x7F377E) is known color: Eminence. HEX triplet: 7F, 37 and 7E. RGB value is (127,55,126). Sum of RGB (Red+Green+Blue) = 127+55+126=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F377E is #80C881. Grayscale: #545454. Windows color (decimal): -8439938 or 8271743. OLE color: 8271743.
HSL color Cylindrical-coordinate representation of color #7F377E: hue angle of 300.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F377E is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 55 | 126 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.50 |
| HSL | 300.83º | 0.4% | 0.36% | - |
| HSV(B) | 300.83º | 0.57% | 0.5% | - |
| XYZ | 13.88 | 8.75 | 20.7 | - |
| YUV | 84.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 126 | 0 | 0.57 | 0.01 | 0.50 | 300.83 | 0.4 | 0.36 |
| Hex | 7F | 37 | 7E | 0 | 39 | 1 | 32 | 12D | 28 | 24 |
| Octal | 177 | 67 | 176 | 0 | 71 | 1 | 62 | 455 | 50 | 44 |
| Binary | 1111111 | 110111 | 1111110 | 0 | 111001 | 1 | 110010 | 100101101 | 101000 | 100100 |
Color Harmonies of #7F377E
Complementary color
Monochromatic Colors of #7F377E
Black with #7F377E
Text Example
Text Example
White with #7F377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F377E; }
p { color: rgb(127,55,126); }
H1.HeaderClassName
{
color: #7F377E;
}
.AnyTagClassName
{
color: #7F377E;
}
</style>
background-color css
<style>
a { background-color: #7F377E; }
a { background-color: rgb(127,55,126); }
div.DivClassName
{
background-color: #7F377E;
}
.BgClassName
{
background-color: #7F377E;
}
</style>
border-color css
<style>
span { border-color: #7F377E; }
span { border-color: rgb(127,55,126); }
td.TdClassName
{
border-color: #7F377E;
}
.TagClassName
{
border-color: #7F377E;
}
</style>