Shades of Eminence #7B3B70
Tints of Eminence #7B3B70
RGB
CMYK
RGB Variations
Color information
#7B3B70 (or 0x7B3B70) is known color: Eminence. HEX triplet: 7B, 3B and 70. RGB value is (123,59,112). Sum of RGB (Red+Green+Blue) = 123+59+112=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3B70 is #84C48F. Grayscale: #545454. Windows color (decimal): -8701072 or 7355259. OLE color: 7355259.
HSL color Cylindrical-coordinate representation of color #7B3B70: hue angle of 310.31º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B3B70 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 59 | 112 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.52 |
| HSL | 310.31º | 0.35% | 0.36% | - |
| HSV(B) | 310.31º | 0.52% | 0.48% | - |
| XYZ | 12.66 | 8.51 | 16.3 | - |
| YUV | 84.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 112 | 0 | 0.52 | 0.09 | 0.52 | 310.31 | 0.35 | 0.36 |
| Hex | 7B | 3B | 70 | 0 | 34 | 9 | 34 | 136 | 23 | 24 |
| Octal | 173 | 73 | 160 | 0 | 64 | 11 | 64 | 466 | 43 | 44 |
| Binary | 1111011 | 111011 | 1110000 | 0 | 110100 | 1001 | 110100 | 100110110 | 100011 | 100100 |
Color Harmonies of #7B3B70
Complementary color
Monochromatic Colors of #7B3B70
Black with #7B3B70
Text Example
Text Example
White with #7B3B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3B70; }
p { color: rgb(123,59,112); }
H1.HeaderClassName
{
color: #7B3B70;
}
.AnyTagClassName
{
color: #7B3B70;
}
</style>
background-color css
<style>
a { background-color: #7B3B70; }
a { background-color: rgb(123,59,112); }
div.DivClassName
{
background-color: #7B3B70;
}
.BgClassName
{
background-color: #7B3B70;
}
</style>
border-color css
<style>
span { border-color: #7B3B70; }
span { border-color: rgb(123,59,112); }
td.TdClassName
{
border-color: #7B3B70;
}
.TagClassName
{
border-color: #7B3B70;
}
</style>