Shades of Eminence #73406C
Tints of Eminence #73406C
RGB
CMYK
RGB Variations
Color information
#73406C (or 0x73406C) is known color: Eminence. HEX triplet: 73, 40 and 6C. RGB value is (115,64,108). Sum of RGB (Red+Green+Blue) = 115+64+108=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73406C is #8CBF93. Grayscale: #545454. Windows color (decimal): -9224084 or 7094387. OLE color: 7094387.
HSL color Cylindrical-coordinate representation of color #73406C: hue angle of 308.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73406C is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 108 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.55 |
| HSL | 308.24º | 0.28% | 0.35% | - |
| HSV(B) | 308.24º | 0.44% | 0.45% | - |
| XYZ | 11.61 | 8.39 | 15.2 | - |
| YUV | 84.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 108 | 0 | 0.44 | 0.06 | 0.55 | 308.24 | 0.28 | 0.35 |
| Hex | 73 | 40 | 6C | 0 | 2C | 6 | 37 | 134 | 1C | 23 |
| Octal | 163 | 100 | 154 | 0 | 54 | 6 | 67 | 464 | 34 | 43 |
| Binary | 1110011 | 1000000 | 1101100 | 0 | 101100 | 110 | 110111 | 100110100 | 11100 | 100011 |
Color Harmonies of #73406C
Complementary color
Monochromatic Colors of #73406C
Black with #73406C
Text Example
Text Example
White with #73406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73406C; }
p { color: rgb(115,64,108); }
H1.HeaderClassName
{
color: #73406C;
}
.AnyTagClassName
{
color: #73406C;
}
</style>
background-color css
<style>
a { background-color: #73406C; }
a { background-color: rgb(115,64,108); }
div.DivClassName
{
background-color: #73406C;
}
.BgClassName
{
background-color: #73406C;
}
</style>
border-color css
<style>
span { border-color: #73406C; }
span { border-color: rgb(115,64,108); }
td.TdClassName
{
border-color: #73406C;
}
.TagClassName
{
border-color: #73406C;
}
</style>