Shades of Eminence #73416F
Tints of Eminence #73416F
RGB
CMYK
RGB Variations
Color information
#73416F (or 0x73416F) is known color: Eminence. HEX triplet: 73, 41 and 6F. RGB value is (115,65,111). Sum of RGB (Red+Green+Blue) = 115+65+111=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73416F is #8CBE90. Grayscale: #555555. Windows color (decimal): -9223825 or 7291251. OLE color: 7291251.
HSL color Cylindrical-coordinate representation of color #73416F: hue angle of 304.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73416F is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 111 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.55 |
| HSL | 304.8º | 0.28% | 0.35% | - |
| HSV(B) | 304.8º | 0.43% | 0.45% | - |
| XYZ | 11.83 | 8.57 | 16.07 | - |
| YUV | 85.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 111 | 0 | 0.43 | 0.03 | 0.55 | 304.8 | 0.28 | 0.35 |
| Hex | 73 | 41 | 6F | 0 | 2B | 3 | 37 | 131 | 1C | 23 |
| Octal | 163 | 101 | 157 | 0 | 53 | 3 | 67 | 461 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1101111 | 0 | 101011 | 11 | 110111 | 100110001 | 11100 | 100011 |
Color Harmonies of #73416F
Complementary color
Monochromatic Colors of #73416F
Black with #73416F
Text Example
Text Example
White with #73416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73416F; }
p { color: rgb(115,65,111); }
H1.HeaderClassName
{
color: #73416F;
}
.AnyTagClassName
{
color: #73416F;
}
</style>
background-color css
<style>
a { background-color: #73416F; }
a { background-color: rgb(115,65,111); }
div.DivClassName
{
background-color: #73416F;
}
.BgClassName
{
background-color: #73416F;
}
</style>
border-color css
<style>
span { border-color: #73416F; }
span { border-color: rgb(115,65,111); }
td.TdClassName
{
border-color: #73416F;
}
.TagClassName
{
border-color: #73416F;
}
</style>