Shades of Eminence #7B407C
Tints of Eminence #7B407C
RGB
CMYK
RGB Variations
Color information
#7B407C (or 0x7B407C) is known color: Eminence. HEX triplet: 7B, 40 and 7C. RGB value is (123,64,124). Sum of RGB (Red+Green+Blue) = 123+64+124=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B407C is #84BF83. Grayscale: #585858. Windows color (decimal): -8699780 or 8142971. OLE color: 8142971.
HSL color Cylindrical-coordinate representation of color #7B407C: hue angle of 299º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B407C is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 64 | 124 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.51 |
| HSL | 299º | 0.32% | 0.37% | - |
| HSV(B) | 299º | 0.48% | 0.49% | - |
| XYZ | 13.64 | 9.33 | 20.15 | - |
| YUV | 88.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 124 | 0.01 | 0.48 | 0 | 0.51 | 299 | 0.32 | 0.37 |
| Hex | 7B | 40 | 7C | 1 | 30 | 0 | 33 | 12B | 20 | 25 |
| Octal | 173 | 100 | 174 | 1 | 60 | 0 | 63 | 453 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1111100 | 1 | 110000 | 0 | 110011 | 100101011 | 100000 | 100101 |
Color Harmonies of #7B407C
Complementary color
Monochromatic Colors of #7B407C
Black with #7B407C
Text Example
Text Example
White with #7B407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B407C; }
p { color: rgb(123,64,124); }
H1.HeaderClassName
{
color: #7B407C;
}
.AnyTagClassName
{
color: #7B407C;
}
</style>
background-color css
<style>
a { background-color: #7B407C; }
a { background-color: rgb(123,64,124); }
div.DivClassName
{
background-color: #7B407C;
}
.BgClassName
{
background-color: #7B407C;
}
</style>
border-color css
<style>
span { border-color: #7B407C; }
span { border-color: rgb(123,64,124); }
td.TdClassName
{
border-color: #7B407C;
}
.TagClassName
{
border-color: #7B407C;
}
</style>