Shades of Eminence #7B4671
Tints of Eminence #7B4671
RGB
CMYK
RGB Variations
Color information
#7B4671 (or 0x7B4671) is known color: Eminence. HEX triplet: 7B, 46 and 71. RGB value is (123,70,113). Sum of RGB (Red+Green+Blue) = 123+70+113=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4671 is #84B98E. Grayscale: #5A5A5A. Windows color (decimal): -8698255 or 7423611. OLE color: 7423611.
HSL color Cylindrical-coordinate representation of color #7B4671: hue angle of 311.32º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B4671 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 113 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.52 |
| HSL | 311.32º | 0.27% | 0.38% | - |
| HSV(B) | 311.32º | 0.43% | 0.48% | - |
| XYZ | 13.34 | 9.78 | 16.81 | - |
| YUV | 90.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 113 | 0 | 0.43 | 0.08 | 0.52 | 311.32 | 0.27 | 0.38 |
| Hex | 7B | 46 | 71 | 0 | 2B | 8 | 34 | 137 | 1B | 26 |
| Octal | 173 | 106 | 161 | 0 | 53 | 10 | 64 | 467 | 33 | 46 |
| Binary | 1111011 | 1000110 | 1110001 | 0 | 101011 | 1000 | 110100 | 100110111 | 11011 | 100110 |
Color Harmonies of #7B4671
Complementary color
Monochromatic Colors of #7B4671
Black with #7B4671
Text Example
Text Example
White with #7B4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4671; }
p { color: rgb(123,70,113); }
H1.HeaderClassName
{
color: #7B4671;
}
.AnyTagClassName
{
color: #7B4671;
}
</style>
background-color css
<style>
a { background-color: #7B4671; }
a { background-color: rgb(123,70,113); }
div.DivClassName
{
background-color: #7B4671;
}
.BgClassName
{
background-color: #7B4671;
}
</style>
border-color css
<style>
span { border-color: #7B4671; }
span { border-color: rgb(123,70,113); }
td.TdClassName
{
border-color: #7B4671;
}
.TagClassName
{
border-color: #7B4671;
}
</style>