Shades of Eminence #7E3F7B
Tints of Eminence #7E3F7B
RGB
CMYK
RGB Variations
Color information
#7E3F7B (or 0x7E3F7B) is known color: Eminence. HEX triplet: 7E, 3F and 7B. RGB value is (126,63,123). Sum of RGB (Red+Green+Blue) = 126+63+123=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3F7B is #81C084. Grayscale: #585858. Windows color (decimal): -8503429 or 8077182. OLE color: 8077182.
HSL color Cylindrical-coordinate representation of color #7E3F7B: hue angle of 302.86º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E3F7B is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 63 | 123 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.51 |
| HSL | 302.86º | 0.33% | 0.37% | - |
| HSV(B) | 302.86º | 0.5% | 0.49% | - |
| XYZ | 13.96 | 9.42 | 19.82 | - |
| YUV | 88.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 63 | 123 | 0 | 0.50 | 0.02 | 0.51 | 302.86 | 0.33 | 0.37 |
| Hex | 7E | 3F | 7B | 0 | 32 | 2 | 33 | 12F | 21 | 25 |
| Octal | 176 | 77 | 173 | 0 | 62 | 2 | 63 | 457 | 41 | 45 |
| Binary | 1111110 | 111111 | 1111011 | 0 | 110010 | 10 | 110011 | 100101111 | 100001 | 100101 |
Color Harmonies of #7E3F7B
Complementary color
Monochromatic Colors of #7E3F7B
Black with #7E3F7B
Text Example
Text Example
White with #7E3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3F7B; }
p { color: rgb(126,63,123); }
H1.HeaderClassName
{
color: #7E3F7B;
}
.AnyTagClassName
{
color: #7E3F7B;
}
</style>
background-color css
<style>
a { background-color: #7E3F7B; }
a { background-color: rgb(126,63,123); }
div.DivClassName
{
background-color: #7E3F7B;
}
.BgClassName
{
background-color: #7E3F7B;
}
</style>
border-color css
<style>
span { border-color: #7E3F7B; }
span { border-color: rgb(126,63,123); }
td.TdClassName
{
border-color: #7E3F7B;
}
.TagClassName
{
border-color: #7E3F7B;
}
</style>