Shades of Eminence #73416B
Tints of Eminence #73416B
RGB
CMYK
RGB Variations
Color information
#73416B (or 0x73416B) is known color: Eminence. HEX triplet: 73, 41 and 6B. RGB value is (115,65,107). Sum of RGB (Red+Green+Blue) = 115+65+107=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73416B is #8CBE94. Grayscale: #545454. Windows color (decimal): -9223829 or 7029107. OLE color: 7029107.
HSL color Cylindrical-coordinate representation of color #73416B: hue angle of 309.6º 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 #73416B is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 107 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.55 |
| HSL | 309.6º | 0.28% | 0.35% | - |
| HSV(B) | 309.6º | 0.43% | 0.45% | - |
| XYZ | 11.61 | 8.49 | 14.94 | - |
| YUV | 84.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 107 | 0 | 0.43 | 0.07 | 0.55 | 309.6 | 0.28 | 0.35 |
| Hex | 73 | 41 | 6B | 0 | 2B | 7 | 37 | 136 | 1C | 23 |
| Octal | 163 | 101 | 153 | 0 | 53 | 7 | 67 | 466 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1101011 | 0 | 101011 | 111 | 110111 | 100110110 | 11100 | 100011 |
Color Harmonies of #73416B
Complementary color
Monochromatic Colors of #73416B
Black with #73416B
Text Example
Text Example
White with #73416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73416B; }
p { color: rgb(115,65,107); }
H1.HeaderClassName
{
color: #73416B;
}
.AnyTagClassName
{
color: #73416B;
}
</style>
background-color css
<style>
a { background-color: #73416B; }
a { background-color: rgb(115,65,107); }
div.DivClassName
{
background-color: #73416B;
}
.BgClassName
{
background-color: #73416B;
}
</style>
border-color css
<style>
span { border-color: #73416B; }
span { border-color: rgb(115,65,107); }
td.TdClassName
{
border-color: #73416B;
}
.TagClassName
{
border-color: #73416B;
}
</style>