Shades of Eminence #7B3374
Tints of Eminence #7B3374
RGB
CMYK
RGB Variations
Color information
#7B3374 (or 0x7B3374) is known color: Eminence. HEX triplet: 7B, 33 and 74. RGB value is (123,51,116). Sum of RGB (Red+Green+Blue) = 123+51+116=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3374 is #84CC8B. Grayscale: #4F4F4F. Windows color (decimal): -8703116 or 7615355. OLE color: 7615355.
HSL color Cylindrical-coordinate representation of color #7B3374: hue angle of 305.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3374 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 116 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.52 |
| HSL | 305.83º | 0.41% | 0.34% | - |
| HSV(B) | 305.83º | 0.59% | 0.48% | - |
| XYZ | 12.5 | 7.84 | 17.38 | - |
| YUV | 79.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 116 | 0 | 0.59 | 0.06 | 0.52 | 305.83 | 0.41 | 0.34 |
| Hex | 7B | 33 | 74 | 0 | 3B | 6 | 34 | 132 | 29 | 22 |
| Octal | 173 | 63 | 164 | 0 | 73 | 6 | 64 | 462 | 51 | 42 |
| Binary | 1111011 | 110011 | 1110100 | 0 | 111011 | 110 | 110100 | 100110010 | 101001 | 100010 |
Color Harmonies of #7B3374
Complementary color
Monochromatic Colors of #7B3374
Black with #7B3374
Text Example
Text Example
White with #7B3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3374; }
p { color: rgb(123,51,116); }
H1.HeaderClassName
{
color: #7B3374;
}
.AnyTagClassName
{
color: #7B3374;
}
</style>
background-color css
<style>
a { background-color: #7B3374; }
a { background-color: rgb(123,51,116); }
div.DivClassName
{
background-color: #7B3374;
}
.BgClassName
{
background-color: #7B3374;
}
</style>
border-color css
<style>
span { border-color: #7B3374; }
span { border-color: rgb(123,51,116); }
td.TdClassName
{
border-color: #7B3374;
}
.TagClassName
{
border-color: #7B3374;
}
</style>