Shades of Eminence #7B3670
Tints of Eminence #7B3670
RGB
CMYK
RGB Variations
Color information
#7B3670 (or 0x7B3670) is known color: Eminence. HEX triplet: 7B, 36 and 70. RGB value is (123,54,112). Sum of RGB (Red+Green+Blue) = 123+54+112=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3670 is #84C98F. Grayscale: #515151. Windows color (decimal): -8702352 or 7353979. OLE color: 7353979.
HSL color Cylindrical-coordinate representation of color #7B3670: hue angle of 309.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B3670 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 112 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.52 |
| HSL | 309.57º | 0.39% | 0.35% | - |
| HSV(B) | 309.57º | 0.56% | 0.48% | - |
| XYZ | 12.41 | 8.02 | 16.22 | - |
| YUV | 81.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 112 | 0 | 0.56 | 0.09 | 0.52 | 309.57 | 0.39 | 0.35 |
| Hex | 7B | 36 | 70 | 0 | 38 | 9 | 34 | 136 | 27 | 23 |
| Octal | 173 | 66 | 160 | 0 | 70 | 11 | 64 | 466 | 47 | 43 |
| Binary | 1111011 | 110110 | 1110000 | 0 | 111000 | 1001 | 110100 | 100110110 | 100111 | 100011 |
Color Harmonies of #7B3670
Complementary color
Monochromatic Colors of #7B3670
Black with #7B3670
Text Example
Text Example
White with #7B3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3670; }
p { color: rgb(123,54,112); }
H1.HeaderClassName
{
color: #7B3670;
}
.AnyTagClassName
{
color: #7B3670;
}
</style>
background-color css
<style>
a { background-color: #7B3670; }
a { background-color: rgb(123,54,112); }
div.DivClassName
{
background-color: #7B3670;
}
.BgClassName
{
background-color: #7B3670;
}
</style>
border-color css
<style>
span { border-color: #7B3670; }
span { border-color: rgb(123,54,112); }
td.TdClassName
{
border-color: #7B3670;
}
.TagClassName
{
border-color: #7B3670;
}
</style>