Shades of Eminence #7E427F
Tints of Eminence #7E427F
RGB
CMYK
RGB Variations
Color information
#7E427F (or 0x7E427F) is known color: Eminence. HEX triplet: 7E, 42 and 7F. RGB value is (126,66,127). Sum of RGB (Red+Green+Blue) = 126+66+127=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E427F is #81BD80. Grayscale: #5A5A5A. Windows color (decimal): -8502657 or 8340094. OLE color: 8340094.
HSL color Cylindrical-coordinate representation of color #7E427F: hue angle of 299.02º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E427F is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 66 | 127 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.50 |
| HSL | 299.02º | 0.32% | 0.38% | - |
| HSV(B) | 299.02º | 0.48% | 0.5% | - |
| XYZ | 14.38 | 9.86 | 21.22 | - |
| YUV | 90.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 127 | 0.01 | 0.48 | 0 | 0.50 | 299.02 | 0.32 | 0.38 |
| Hex | 7E | 42 | 7F | 1 | 30 | 0 | 32 | 12B | 20 | 26 |
| Octal | 176 | 102 | 177 | 1 | 60 | 0 | 62 | 453 | 40 | 46 |
| Binary | 1111110 | 1000010 | 1111111 | 1 | 110000 | 0 | 110010 | 100101011 | 100000 | 100110 |
Color Harmonies of #7E427F
Complementary color
Monochromatic Colors of #7E427F
Black with #7E427F
Text Example
Text Example
White with #7E427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E427F; }
p { color: rgb(126,66,127); }
H1.HeaderClassName
{
color: #7E427F;
}
.AnyTagClassName
{
color: #7E427F;
}
</style>
background-color css
<style>
a { background-color: #7E427F; }
a { background-color: rgb(126,66,127); }
div.DivClassName
{
background-color: #7E427F;
}
.BgClassName
{
background-color: #7E427F;
}
</style>
border-color css
<style>
span { border-color: #7E427F; }
span { border-color: rgb(126,66,127); }
td.TdClassName
{
border-color: #7E427F;
}
.TagClassName
{
border-color: #7E427F;
}
</style>