Shades of Eminence #7E3B7B
Tints of Eminence #7E3B7B
RGB
CMYK
RGB Variations
Color information
#7E3B7B (or 0x7E3B7B) is known color: Eminence. HEX triplet: 7E, 3B and 7B. RGB value is (126,59,123). Sum of RGB (Red+Green+Blue) = 126+59+123=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B7B is #81C484. Grayscale: #565656. Windows color (decimal): -8504453 or 8076158. OLE color: 8076158.
HSL color Cylindrical-coordinate representation of color #7E3B7B: hue angle of 302.69º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B7B is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 123 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.51 |
| HSL | 302.69º | 0.36% | 0.36% | - |
| HSV(B) | 302.69º | 0.53% | 0.49% | - |
| XYZ | 13.74 | 8.99 | 19.75 | - |
| YUV | 86.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 123 | 0 | 0.53 | 0.02 | 0.51 | 302.69 | 0.36 | 0.36 |
| Hex | 7E | 3B | 7B | 0 | 35 | 2 | 33 | 12F | 24 | 24 |
| Octal | 176 | 73 | 173 | 0 | 65 | 2 | 63 | 457 | 44 | 44 |
| Binary | 1111110 | 111011 | 1111011 | 0 | 110101 | 10 | 110011 | 100101111 | 100100 | 100100 |
Color Harmonies of #7E3B7B
Complementary color
Monochromatic Colors of #7E3B7B
Black with #7E3B7B
Text Example
Text Example
White with #7E3B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B7B; }
p { color: rgb(126,59,123); }
H1.HeaderClassName
{
color: #7E3B7B;
}
.AnyTagClassName
{
color: #7E3B7B;
}
</style>
background-color css
<style>
a { background-color: #7E3B7B; }
a { background-color: rgb(126,59,123); }
div.DivClassName
{
background-color: #7E3B7B;
}
.BgClassName
{
background-color: #7E3B7B;
}
</style>
border-color css
<style>
span { border-color: #7E3B7B; }
span { border-color: rgb(126,59,123); }
td.TdClassName
{
border-color: #7E3B7B;
}
.TagClassName
{
border-color: #7E3B7B;
}
</style>