Shades of Eminence #7E317F
Tints of Eminence #7E317F
RGB
CMYK
RGB Variations
Color information
#7E317F (or 0x7E317F) is known color: Eminence. HEX triplet: 7E, 31 and 7F. RGB value is (126,49,127). Sum of RGB (Red+Green+Blue) = 126+49+127=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E317F is #81CE80. Grayscale: #505050. Windows color (decimal): -8507009 or 8335742. OLE color: 8335742.
HSL color Cylindrical-coordinate representation of color #7E317F: hue angle of 299.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E317F is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 49 | 127 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.50 |
| HSL | 299.23º | 0.44% | 0.35% | - |
| HSV(B) | 299.23º | 0.61% | 0.5% | - |
| XYZ | 13.53 | 8.16 | 20.94 | - |
| YUV | 80.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 127 | 0.01 | 0.61 | 0 | 0.50 | 299.23 | 0.44 | 0.35 |
| Hex | 7E | 31 | 7F | 1 | 3D | 0 | 32 | 12B | 2C | 23 |
| Octal | 176 | 61 | 177 | 1 | 75 | 0 | 62 | 453 | 54 | 43 |
| Binary | 1111110 | 110001 | 1111111 | 1 | 111101 | 0 | 110010 | 100101011 | 101100 | 100011 |
Color Harmonies of #7E317F
Complementary color
Monochromatic Colors of #7E317F
Black with #7E317F
Text Example
Text Example
White with #7E317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E317F; }
p { color: rgb(126,49,127); }
H1.HeaderClassName
{
color: #7E317F;
}
.AnyTagClassName
{
color: #7E317F;
}
</style>
background-color css
<style>
a { background-color: #7E317F; }
a { background-color: rgb(126,49,127); }
div.DivClassName
{
background-color: #7E317F;
}
.BgClassName
{
background-color: #7E317F;
}
</style>
border-color css
<style>
span { border-color: #7E317F; }
span { border-color: rgb(126,49,127); }
td.TdClassName
{
border-color: #7E317F;
}
.TagClassName
{
border-color: #7E317F;
}
</style>