Shades of Eminence #7B3779
Tints of Eminence #7B3779
RGB
CMYK
RGB Variations
Color information
#7B3779 (or 0x7B3779) is known color: Eminence. HEX triplet: 7B, 37 and 79. RGB value is (123,55,121). Sum of RGB (Red+Green+Blue) = 123+55+121=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3779 is #84C886. Grayscale: #525252. Windows color (decimal): -8702087 or 7944059. OLE color: 7944059.
HSL color Cylindrical-coordinate representation of color #7B3779: hue angle of 301.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B3779 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 121 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.52 |
| HSL | 301.76º | 0.38% | 0.35% | - |
| HSV(B) | 301.76º | 0.55% | 0.48% | - |
| XYZ | 12.99 | 8.32 | 19.01 | - |
| YUV | 82.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 121 | 0 | 0.55 | 0.02 | 0.52 | 301.76 | 0.38 | 0.35 |
| Hex | 7B | 37 | 79 | 0 | 37 | 2 | 34 | 12E | 26 | 23 |
| Octal | 173 | 67 | 171 | 0 | 67 | 2 | 64 | 456 | 46 | 43 |
| Binary | 1111011 | 110111 | 1111001 | 0 | 110111 | 10 | 110100 | 100101110 | 100110 | 100011 |
Color Harmonies of #7B3779
Complementary color
Monochromatic Colors of #7B3779
Black with #7B3779
Text Example
Text Example
White with #7B3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3779; }
p { color: rgb(123,55,121); }
H1.HeaderClassName
{
color: #7B3779;
}
.AnyTagClassName
{
color: #7B3779;
}
</style>
background-color css
<style>
a { background-color: #7B3779; }
a { background-color: rgb(123,55,121); }
div.DivClassName
{
background-color: #7B3779;
}
.BgClassName
{
background-color: #7B3779;
}
</style>
border-color css
<style>
span { border-color: #7B3779; }
span { border-color: rgb(123,55,121); }
td.TdClassName
{
border-color: #7B3779;
}
.TagClassName
{
border-color: #7B3779;
}
</style>