Shades of Eminence #7B457C
Tints of Eminence #7B457C
RGB
CMYK
RGB Variations
Color information
#7B457C (or 0x7B457C) is known color: Eminence. HEX triplet: 7B, 45 and 7C. RGB value is (123,69,124). Sum of RGB (Red+Green+Blue) = 123+69+124=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B457C is #84BA83. Grayscale: #5B5B5B. Windows color (decimal): -8698500 or 8144251. OLE color: 8144251.
HSL color Cylindrical-coordinate representation of color #7B457C: hue angle of 298.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B457C is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 69 | 124 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.51 |
| HSL | 298.91º | 0.28% | 0.38% | - |
| HSV(B) | 298.91º | 0.44% | 0.49% | - |
| XYZ | 13.93 | 9.92 | 20.25 | - |
| YUV | 91.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 124 | 0.01 | 0.44 | 0 | 0.51 | 298.91 | 0.28 | 0.38 |
| Hex | 7B | 45 | 7C | 1 | 2C | 0 | 33 | 12B | 1C | 26 |
| Octal | 173 | 105 | 174 | 1 | 54 | 0 | 63 | 453 | 34 | 46 |
| Binary | 1111011 | 1000101 | 1111100 | 1 | 101100 | 0 | 110011 | 100101011 | 11100 | 100110 |
Color Harmonies of #7B457C
Complementary color
Monochromatic Colors of #7B457C
Black with #7B457C
Text Example
Text Example
White with #7B457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B457C; }
p { color: rgb(123,69,124); }
H1.HeaderClassName
{
color: #7B457C;
}
.AnyTagClassName
{
color: #7B457C;
}
</style>
background-color css
<style>
a { background-color: #7B457C; }
a { background-color: rgb(123,69,124); }
div.DivClassName
{
background-color: #7B457C;
}
.BgClassName
{
background-color: #7B457C;
}
</style>
border-color css
<style>
span { border-color: #7B457C; }
span { border-color: rgb(123,69,124); }
td.TdClassName
{
border-color: #7B457C;
}
.TagClassName
{
border-color: #7B457C;
}
</style>