Shades of Eminence #7B417F
Tints of Eminence #7B417F
RGB
CMYK
RGB Variations
Color information
#7B417F (or 0x7B417F) is known color: Eminence. HEX triplet: 7B, 41 and 7F. RGB value is (123,65,127). Sum of RGB (Red+Green+Blue) = 123+65+127=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B417F is #84BE80. Grayscale: #595959. Windows color (decimal): -8699521 or 8339835. OLE color: 8339835.
HSL color Cylindrical-coordinate representation of color #7B417F: hue angle of 296.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B417F is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 65 | 127 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.50 |
| HSL | 296.13º | 0.32% | 0.38% | - |
| HSV(B) | 296.13º | 0.49% | 0.5% | - |
| XYZ | 13.89 | 9.52 | 21.18 | - |
| YUV | 89.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 127 | 0.03 | 0.49 | 0 | 0.50 | 296.13 | 0.32 | 0.38 |
| Hex | 7B | 41 | 7F | 3 | 31 | 0 | 32 | 128 | 20 | 26 |
| Octal | 173 | 101 | 177 | 3 | 61 | 0 | 62 | 450 | 40 | 46 |
| Binary | 1111011 | 1000001 | 1111111 | 11 | 110001 | 0 | 110010 | 100101000 | 100000 | 100110 |
Color Harmonies of #7B417F
Complementary color
Monochromatic Colors of #7B417F
Black with #7B417F
Text Example
Text Example
White with #7B417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B417F; }
p { color: rgb(123,65,127); }
H1.HeaderClassName
{
color: #7B417F;
}
.AnyTagClassName
{
color: #7B417F;
}
</style>
background-color css
<style>
a { background-color: #7B417F; }
a { background-color: rgb(123,65,127); }
div.DivClassName
{
background-color: #7B417F;
}
.BgClassName
{
background-color: #7B417F;
}
</style>
border-color css
<style>
span { border-color: #7B417F; }
span { border-color: rgb(123,65,127); }
td.TdClassName
{
border-color: #7B417F;
}
.TagClassName
{
border-color: #7B417F;
}
</style>