Shades of Eminence #7B3A7C
Tints of Eminence #7B3A7C
RGB
CMYK
RGB Variations
Color information
#7B3A7C (or 0x7B3A7C) is known color: Eminence. HEX triplet: 7B, 3A and 7C. RGB value is (123,58,124). Sum of RGB (Red+Green+Blue) = 123+58+124=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B3A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3A7C is #84C583. Grayscale: #545454. Windows color (decimal): -8701316 or 8141435. OLE color: 8141435.
HSL color Cylindrical-coordinate representation of color #7B3A7C: hue angle of 299.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B3A7C is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 58 | 124 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.51 |
| HSL | 299.09º | 0.36% | 0.36% | - |
| HSV(B) | 299.09º | 0.53% | 0.49% | - |
| XYZ | 13.32 | 8.69 | 20.04 | - |
| YUV | 84.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 124 | 0.01 | 0.53 | 0 | 0.51 | 299.09 | 0.36 | 0.36 |
| Hex | 7B | 3A | 7C | 1 | 35 | 0 | 33 | 12B | 24 | 24 |
| Octal | 173 | 72 | 174 | 1 | 65 | 0 | 63 | 453 | 44 | 44 |
| Binary | 1111011 | 111010 | 1111100 | 1 | 110101 | 0 | 110011 | 100101011 | 100100 | 100100 |
Color Harmonies of #7B3A7C
Complementary color
Monochromatic Colors of #7B3A7C
Black with #7B3A7C
Text Example
Text Example
White with #7B3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3A7C; }
p { color: rgb(123,58,124); }
H1.HeaderClassName
{
color: #7B3A7C;
}
.AnyTagClassName
{
color: #7B3A7C;
}
</style>
background-color css
<style>
a { background-color: #7B3A7C; }
a { background-color: rgb(123,58,124); }
div.DivClassName
{
background-color: #7B3A7C;
}
.BgClassName
{
background-color: #7B3A7C;
}
</style>
border-color css
<style>
span { border-color: #7B3A7C; }
span { border-color: rgb(123,58,124); }
td.TdClassName
{
border-color: #7B3A7C;
}
.TagClassName
{
border-color: #7B3A7C;
}
</style>