Shades of Eminence #7E337F
Tints of Eminence #7E337F
RGB
CMYK
RGB Variations
Color information
#7E337F (or 0x7E337F) is known color: Eminence. HEX triplet: 7E, 33 and 7F. RGB value is (126,51,127). Sum of RGB (Red+Green+Blue) = 126+51+127=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E337F is #81CC80. Grayscale: #515151. Windows color (decimal): -8506497 or 8336254. OLE color: 8336254.
HSL color Cylindrical-coordinate representation of color #7E337F: hue angle of 299.21º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E337F is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 51 | 127 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.50 |
| HSL | 299.21º | 0.43% | 0.35% | - |
| HSV(B) | 299.21º | 0.6% | 0.5% | - |
| XYZ | 13.62 | 8.34 | 20.97 | - |
| YUV | 82.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 127 | 0.01 | 0.60 | 0 | 0.50 | 299.21 | 0.43 | 0.35 |
| Hex | 7E | 33 | 7F | 1 | 3C | 0 | 32 | 12B | 2B | 23 |
| Octal | 176 | 63 | 177 | 1 | 74 | 0 | 62 | 453 | 53 | 43 |
| Binary | 1111110 | 110011 | 1111111 | 1 | 111100 | 0 | 110010 | 100101011 | 101011 | 100011 |
Color Harmonies of #7E337F
Complementary color
Monochromatic Colors of #7E337F
Black with #7E337F
Text Example
Text Example
White with #7E337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E337F; }
p { color: rgb(126,51,127); }
H1.HeaderClassName
{
color: #7E337F;
}
.AnyTagClassName
{
color: #7E337F;
}
</style>
background-color css
<style>
a { background-color: #7E337F; }
a { background-color: rgb(126,51,127); }
div.DivClassName
{
background-color: #7E337F;
}
.BgClassName
{
background-color: #7E337F;
}
</style>
border-color css
<style>
span { border-color: #7E337F; }
span { border-color: rgb(126,51,127); }
td.TdClassName
{
border-color: #7E337F;
}
.TagClassName
{
border-color: #7E337F;
}
</style>