Shades of Eminence #7B406D
Tints of Eminence #7B406D
RGB
CMYK
RGB Variations
Color information
#7B406D (or 0x7B406D) is known color: Eminence. HEX triplet: 7B, 40 and 6D. RGB value is (123,64,109). Sum of RGB (Red+Green+Blue) = 123+64+109=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B406D is #84BF92. Grayscale: #565656. Windows color (decimal): -8699795 or 7159931. OLE color: 7159931.
HSL color Cylindrical-coordinate representation of color #7B406D: hue angle of 314.24º 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 #7B406D is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 109 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.52 |
| HSL | 314.24º | 0.32% | 0.37% | - |
| HSV(B) | 314.24º | 0.48% | 0.48% | - |
| XYZ | 12.76 | 8.98 | 15.53 | - |
| YUV | 86.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 109 | 0 | 0.48 | 0.11 | 0.52 | 314.24 | 0.32 | 0.37 |
| Hex | 7B | 40 | 6D | 0 | 30 | B | 34 | 13A | 20 | 25 |
| Octal | 173 | 100 | 155 | 0 | 60 | 13 | 64 | 472 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1101101 | 0 | 110000 | 1011 | 110100 | 100111010 | 100000 | 100101 |
Color Harmonies of #7B406D
Complementary color
Monochromatic Colors of #7B406D
Black with #7B406D
Text Example
Text Example
White with #7B406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B406D; }
p { color: rgb(123,64,109); }
H1.HeaderClassName
{
color: #7B406D;
}
.AnyTagClassName
{
color: #7B406D;
}
</style>
background-color css
<style>
a { background-color: #7B406D; }
a { background-color: rgb(123,64,109); }
div.DivClassName
{
background-color: #7B406D;
}
.BgClassName
{
background-color: #7B406D;
}
</style>
border-color css
<style>
span { border-color: #7B406D; }
span { border-color: rgb(123,64,109); }
td.TdClassName
{
border-color: #7B406D;
}
.TagClassName
{
border-color: #7B406D;
}
</style>