Shades of Eminence #7B4071
Tints of Eminence #7B4071
RGB
CMYK
RGB Variations
Color information
#7B4071 (or 0x7B4071) is known color: Eminence. HEX triplet: 7B, 40 and 71. RGB value is (123,64,113). Sum of RGB (Red+Green+Blue) = 123+64+113=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4071 is #84BF8E. Grayscale: #575757. Windows color (decimal): -8699791 or 7422075. OLE color: 7422075.
HSL color Cylindrical-coordinate representation of color #7B4071: hue angle of 310.17º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B4071 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 113 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.52 |
| HSL | 310.17º | 0.32% | 0.37% | - |
| HSV(B) | 310.17º | 0.48% | 0.48% | - |
| XYZ | 12.98 | 9.07 | 16.69 | - |
| YUV | 87.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 113 | 0 | 0.48 | 0.08 | 0.52 | 310.17 | 0.32 | 0.37 |
| Hex | 7B | 40 | 71 | 0 | 30 | 8 | 34 | 136 | 20 | 25 |
| Octal | 173 | 100 | 161 | 0 | 60 | 10 | 64 | 466 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1110001 | 0 | 110000 | 1000 | 110100 | 100110110 | 100000 | 100101 |
Color Harmonies of #7B4071
Complementary color
Monochromatic Colors of #7B4071
Black with #7B4071
Text Example
Text Example
White with #7B4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4071; }
p { color: rgb(123,64,113); }
H1.HeaderClassName
{
color: #7B4071;
}
.AnyTagClassName
{
color: #7B4071;
}
</style>
background-color css
<style>
a { background-color: #7B4071; }
a { background-color: rgb(123,64,113); }
div.DivClassName
{
background-color: #7B4071;
}
.BgClassName
{
background-color: #7B4071;
}
</style>
border-color css
<style>
span { border-color: #7B4071; }
span { border-color: rgb(123,64,113); }
td.TdClassName
{
border-color: #7B4071;
}
.TagClassName
{
border-color: #7B4071;
}
</style>