Shades of Eminence #7B4073
Tints of Eminence #7B4073
RGB
CMYK
RGB Variations
Color information
#7B4073 (or 0x7B4073) is known color: Eminence. HEX triplet: 7B, 40 and 73. RGB value is (123,64,115). Sum of RGB (Red+Green+Blue) = 123+64+115=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4073 is #84BF8C. Grayscale: #575757. Windows color (decimal): -8699789 or 7553147. OLE color: 7553147.
HSL color Cylindrical-coordinate representation of color #7B4073: hue angle of 308.14º 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 #7B4073 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 115 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.52 |
| HSL | 308.14º | 0.32% | 0.37% | - |
| HSV(B) | 308.14º | 0.48% | 0.48% | - |
| XYZ | 13.1 | 9.12 | 17.29 | - |
| YUV | 87.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 115 | 0 | 0.48 | 0.07 | 0.52 | 308.14 | 0.32 | 0.37 |
| Hex | 7B | 40 | 73 | 0 | 30 | 7 | 34 | 134 | 20 | 25 |
| Octal | 173 | 100 | 163 | 0 | 60 | 7 | 64 | 464 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1110011 | 0 | 110000 | 111 | 110100 | 100110100 | 100000 | 100101 |
Color Harmonies of #7B4073
Complementary color
Monochromatic Colors of #7B4073
Black with #7B4073
Text Example
Text Example
White with #7B4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4073; }
p { color: rgb(123,64,115); }
H1.HeaderClassName
{
color: #7B4073;
}
.AnyTagClassName
{
color: #7B4073;
}
</style>
background-color css
<style>
a { background-color: #7B4073; }
a { background-color: rgb(123,64,115); }
div.DivClassName
{
background-color: #7B4073;
}
.BgClassName
{
background-color: #7B4073;
}
</style>
border-color css
<style>
span { border-color: #7B4073; }
span { border-color: rgb(123,64,115); }
td.TdClassName
{
border-color: #7B4073;
}
.TagClassName
{
border-color: #7B4073;
}
</style>