Shades of Eminence #7B347D
Tints of Eminence #7B347D
RGB
CMYK
RGB Variations
Color information
#7B347D (or 0x7B347D) is known color: Eminence. HEX triplet: 7B, 34 and 7D. RGB value is (123,52,125). Sum of RGB (Red+Green+Blue) = 123+52+125=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B347D is #84CB82. Grayscale: #515151. Windows color (decimal): -8702851 or 8205435. OLE color: 8205435.
HSL color Cylindrical-coordinate representation of color #7B347D: hue angle of 298.36º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B347D is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 52 | 125 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.51 |
| HSL | 298.36º | 0.41% | 0.35% | - |
| HSV(B) | 298.36º | 0.58% | 0.49% | - |
| XYZ | 13.1 | 8.15 | 20.28 | - |
| YUV | 81.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 125 | 0.02 | 0.58 | 0 | 0.51 | 298.36 | 0.41 | 0.35 |
| Hex | 7B | 34 | 7D | 2 | 3A | 0 | 33 | 12A | 29 | 23 |
| Octal | 173 | 64 | 175 | 2 | 72 | 0 | 63 | 452 | 51 | 43 |
| Binary | 1111011 | 110100 | 1111101 | 10 | 111010 | 0 | 110011 | 100101010 | 101001 | 100011 |
Color Harmonies of #7B347D
Complementary color
Monochromatic Colors of #7B347D
Black with #7B347D
Text Example
Text Example
White with #7B347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B347D; }
p { color: rgb(123,52,125); }
H1.HeaderClassName
{
color: #7B347D;
}
.AnyTagClassName
{
color: #7B347D;
}
</style>
background-color css
<style>
a { background-color: #7B347D; }
a { background-color: rgb(123,52,125); }
div.DivClassName
{
background-color: #7B347D;
}
.BgClassName
{
background-color: #7B347D;
}
</style>
border-color css
<style>
span { border-color: #7B347D; }
span { border-color: rgb(123,52,125); }
td.TdClassName
{
border-color: #7B347D;
}
.TagClassName
{
border-color: #7B347D;
}
</style>