Shades of Eminence #73456C
Tints of Eminence #73456C
RGB
CMYK
RGB Variations
Color information
#73456C (or 0x73456C) is known color: Eminence. HEX triplet: 73, 45 and 6C. RGB value is (115,69,108). Sum of RGB (Red+Green+Blue) = 115+69+108=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #73456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73456C is #8CBA93. Grayscale: #575757. Windows color (decimal): -9222804 or 7095667. OLE color: 7095667.
HSL color Cylindrical-coordinate representation of color #73456C: hue angle of 309.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73456C is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 108 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.55 |
| HSL | 309.13º | 0.25% | 0.36% | - |
| HSV(B) | 309.13º | 0.4% | 0.45% | - |
| XYZ | 11.91 | 8.98 | 15.29 | - |
| YUV | 87.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 108 | 0 | 0.4 | 0.06 | 0.55 | 309.13 | 0.25 | 0.36 |
| Hex | 73 | 45 | 6C | 0 | 28 | 6 | 37 | 135 | 19 | 24 |
| Octal | 163 | 105 | 154 | 0 | 50 | 6 | 67 | 465 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1101100 | 0 | 101000 | 110 | 110111 | 100110101 | 11001 | 100100 |
Color Harmonies of #73456C
Complementary color
Monochromatic Colors of #73456C
Black with #73456C
Text Example
Text Example
White with #73456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73456C; }
p { color: rgb(115,69,108); }
H1.HeaderClassName
{
color: #73456C;
}
.AnyTagClassName
{
color: #73456C;
}
</style>
background-color css
<style>
a { background-color: #73456C; }
a { background-color: rgb(115,69,108); }
div.DivClassName
{
background-color: #73456C;
}
.BgClassName
{
background-color: #73456C;
}
</style>
border-color css
<style>
span { border-color: #73456C; }
span { border-color: rgb(115,69,108); }
td.TdClassName
{
border-color: #73456C;
}
.TagClassName
{
border-color: #73456C;
}
</style>