Shades of Eminence #7B3475
Tints of Eminence #7B3475
RGB
CMYK
RGB Variations
Color information
#7B3475 (or 0x7B3475) is known color: Eminence. HEX triplet: 7B, 34 and 75. RGB value is (123,52,117). Sum of RGB (Red+Green+Blue) = 123+52+117=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3475 is #84CB8A. Grayscale: #505050. Windows color (decimal): -8702859 or 7681147. OLE color: 7681147.
HSL color Cylindrical-coordinate representation of color #7B3475: hue angle of 305.07º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B3475 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 117 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.52 |
| HSL | 305.07º | 0.41% | 0.34% | - |
| HSV(B) | 305.07º | 0.58% | 0.48% | - |
| XYZ | 12.61 | 7.95 | 17.7 | - |
| YUV | 80.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 117 | 0 | 0.58 | 0.05 | 0.52 | 305.07 | 0.41 | 0.34 |
| Hex | 7B | 34 | 75 | 0 | 3A | 5 | 34 | 131 | 29 | 22 |
| Octal | 173 | 64 | 165 | 0 | 72 | 5 | 64 | 461 | 51 | 42 |
| Binary | 1111011 | 110100 | 1110101 | 0 | 111010 | 101 | 110100 | 100110001 | 101001 | 100010 |
Color Harmonies of #7B3475
Complementary color
Monochromatic Colors of #7B3475
Black with #7B3475
Text Example
Text Example
White with #7B3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3475; }
p { color: rgb(123,52,117); }
H1.HeaderClassName
{
color: #7B3475;
}
.AnyTagClassName
{
color: #7B3475;
}
</style>
background-color css
<style>
a { background-color: #7B3475; }
a { background-color: rgb(123,52,117); }
div.DivClassName
{
background-color: #7B3475;
}
.BgClassName
{
background-color: #7B3475;
}
</style>
border-color css
<style>
span { border-color: #7B3475; }
span { border-color: rgb(123,52,117); }
td.TdClassName
{
border-color: #7B3475;
}
.TagClassName
{
border-color: #7B3475;
}
</style>