Shades of Eminence #7B3472
Tints of Eminence #7B3472
RGB
CMYK
RGB Variations
Color information
#7B3472 (or 0x7B3472) is known color: Eminence. HEX triplet: 7B, 34 and 72. RGB value is (123,52,114). Sum of RGB (Red+Green+Blue) = 123+52+114=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3472 is #84CB8D. Grayscale: #505050. Windows color (decimal): -8702862 or 7484539. OLE color: 7484539.
HSL color Cylindrical-coordinate representation of color #7B3472: hue angle of 307.61º 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 #7B3472 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 114 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.52 |
| HSL | 307.61º | 0.41% | 0.34% | - |
| HSV(B) | 307.61º | 0.58% | 0.48% | - |
| XYZ | 12.43 | 7.88 | 16.79 | - |
| YUV | 80.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 114 | 0 | 0.58 | 0.07 | 0.52 | 307.61 | 0.41 | 0.34 |
| Hex | 7B | 34 | 72 | 0 | 3A | 7 | 34 | 134 | 29 | 22 |
| Octal | 173 | 64 | 162 | 0 | 72 | 7 | 64 | 464 | 51 | 42 |
| Binary | 1111011 | 110100 | 1110010 | 0 | 111010 | 111 | 110100 | 100110100 | 101001 | 100010 |
Color Harmonies of #7B3472
Complementary color
Monochromatic Colors of #7B3472
Black with #7B3472
Text Example
Text Example
White with #7B3472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3472; }
p { color: rgb(123,52,114); }
H1.HeaderClassName
{
color: #7B3472;
}
.AnyTagClassName
{
color: #7B3472;
}
</style>
background-color css
<style>
a { background-color: #7B3472; }
a { background-color: rgb(123,52,114); }
div.DivClassName
{
background-color: #7B3472;
}
.BgClassName
{
background-color: #7B3472;
}
</style>
border-color css
<style>
span { border-color: #7B3472; }
span { border-color: rgb(123,52,114); }
td.TdClassName
{
border-color: #7B3472;
}
.TagClassName
{
border-color: #7B3472;
}
</style>