Shades of Eminence #7B3476
Tints of Eminence #7B3476
RGB
CMYK
RGB Variations
Color information
#7B3476 (or 0x7B3476) is known color: Eminence. HEX triplet: 7B, 34 and 76. RGB value is (123,52,118). Sum of RGB (Red+Green+Blue) = 123+52+118=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3476 is #84CB89. Grayscale: #505050. Windows color (decimal): -8702858 or 7746683. OLE color: 7746683.
HSL color Cylindrical-coordinate representation of color #7B3476: hue angle of 304.23º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B3476 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 118 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.52 |
| HSL | 304.23º | 0.41% | 0.34% | - |
| HSV(B) | 304.23º | 0.58% | 0.48% | - |
| XYZ | 12.67 | 7.97 | 18.01 | - |
| YUV | 80.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 118 | 0 | 0.58 | 0.04 | 0.52 | 304.23 | 0.41 | 0.34 |
| Hex | 7B | 34 | 76 | 0 | 3A | 4 | 34 | 130 | 29 | 22 |
| Octal | 173 | 64 | 166 | 0 | 72 | 4 | 64 | 460 | 51 | 42 |
| Binary | 1111011 | 110100 | 1110110 | 0 | 111010 | 100 | 110100 | 100110000 | 101001 | 100010 |
Color Harmonies of #7B3476
Complementary color
Monochromatic Colors of #7B3476
Black with #7B3476
Text Example
Text Example
White with #7B3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3476; }
p { color: rgb(123,52,118); }
H1.HeaderClassName
{
color: #7B3476;
}
.AnyTagClassName
{
color: #7B3476;
}
</style>
background-color css
<style>
a { background-color: #7B3476; }
a { background-color: rgb(123,52,118); }
div.DivClassName
{
background-color: #7B3476;
}
.BgClassName
{
background-color: #7B3476;
}
</style>
border-color css
<style>
span { border-color: #7B3476; }
span { border-color: rgb(123,52,118); }
td.TdClassName
{
border-color: #7B3476;
}
.TagClassName
{
border-color: #7B3476;
}
</style>