Shades of Eminence #73376E
Tints of Eminence #73376E
RGB
CMYK
RGB Variations
Color information
#73376E (or 0x73376E) is known color: Eminence. HEX triplet: 73, 37 and 6E. RGB value is (115,55,110). Sum of RGB (Red+Green+Blue) = 115+55+110=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73376E is #8CC891. Grayscale: #4F4F4F. Windows color (decimal): -9226386 or 7223155. OLE color: 7223155.
HSL color Cylindrical-coordinate representation of color #73376E: hue angle of 305º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73376E is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 110 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.55 |
| HSL | 305º | 0.35% | 0.33% | - |
| HSV(B) | 305º | 0.52% | 0.45% | - |
| XYZ | 11.25 | 7.5 | 15.61 | - |
| YUV | 79.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 110 | 0 | 0.52 | 0.04 | 0.55 | 305 | 0.35 | 0.33 |
| Hex | 73 | 37 | 6E | 0 | 34 | 4 | 37 | 131 | 23 | 21 |
| Octal | 163 | 67 | 156 | 0 | 64 | 4 | 67 | 461 | 43 | 41 |
| Binary | 1110011 | 110111 | 1101110 | 0 | 110100 | 100 | 110111 | 100110001 | 100011 | 100001 |
Color Harmonies of #73376E
Complementary color
Monochromatic Colors of #73376E
Black with #73376E
Text Example
Text Example
White with #73376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73376E; }
p { color: rgb(115,55,110); }
H1.HeaderClassName
{
color: #73376E;
}
.AnyTagClassName
{
color: #73376E;
}
</style>
background-color css
<style>
a { background-color: #73376E; }
a { background-color: rgb(115,55,110); }
div.DivClassName
{
background-color: #73376E;
}
.BgClassName
{
background-color: #73376E;
}
</style>
border-color css
<style>
span { border-color: #73376E; }
span { border-color: rgb(115,55,110); }
td.TdClassName
{
border-color: #73376E;
}
.TagClassName
{
border-color: #73376E;
}
</style>