Shades of Eminence #7B3875
Tints of Eminence #7B3875
RGB
CMYK
RGB Variations
Color information
#7B3875 (or 0x7B3875) is known color: Eminence. HEX triplet: 7B, 38 and 75. RGB value is (123,56,117). Sum of RGB (Red+Green+Blue) = 123+56+117=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3875 is #84C78A. Grayscale: #525252. Windows color (decimal): -8701835 or 7682171. OLE color: 7682171.
HSL color Cylindrical-coordinate representation of color #7B3875: hue angle of 305.37º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B3875 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 117 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.52 |
| HSL | 305.37º | 0.37% | 0.35% | - |
| HSV(B) | 305.37º | 0.54% | 0.48% | - |
| XYZ | 12.79 | 8.32 | 17.76 | - |
| YUV | 82.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 117 | 0 | 0.54 | 0.05 | 0.52 | 305.37 | 0.37 | 0.35 |
| Hex | 7B | 38 | 75 | 0 | 36 | 5 | 34 | 131 | 25 | 23 |
| Octal | 173 | 70 | 165 | 0 | 66 | 5 | 64 | 461 | 45 | 43 |
| Binary | 1111011 | 111000 | 1110101 | 0 | 110110 | 101 | 110100 | 100110001 | 100101 | 100011 |
Color Harmonies of #7B3875
Complementary color
Monochromatic Colors of #7B3875
Black with #7B3875
Text Example
Text Example
White with #7B3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3875; }
p { color: rgb(123,56,117); }
H1.HeaderClassName
{
color: #7B3875;
}
.AnyTagClassName
{
color: #7B3875;
}
</style>
background-color css
<style>
a { background-color: #7B3875; }
a { background-color: rgb(123,56,117); }
div.DivClassName
{
background-color: #7B3875;
}
.BgClassName
{
background-color: #7B3875;
}
</style>
border-color css
<style>
span { border-color: #7B3875; }
span { border-color: rgb(123,56,117); }
td.TdClassName
{
border-color: #7B3875;
}
.TagClassName
{
border-color: #7B3875;
}
</style>