Shades of Eminence #73437A
Tints of Eminence #73437A
RGB
CMYK
RGB Variations
Color information
#73437A (or 0x73437A) is known color: Eminence. HEX triplet: 73, 43 and 7A. RGB value is (115,67,122). Sum of RGB (Red+Green+Blue) = 115+67+122=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #73437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73437A is #8CBC85. Grayscale: #575757. Windows color (decimal): -9223302 or 8012659. OLE color: 8012659.
HSL color Cylindrical-coordinate representation of color #73437A: hue angle of 292.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73437A is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 67 | 122 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.52 |
| HSL | 292.36º | 0.29% | 0.37% | - |
| HSV(B) | 292.36º | 0.45% | 0.48% | - |
| XYZ | 12.59 | 9.06 | 19.5 | - |
| YUV | 87.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 122 | 0.06 | 0.45 | 0 | 0.52 | 292.36 | 0.29 | 0.37 |
| Hex | 73 | 43 | 7A | 6 | 2D | 0 | 34 | 124 | 1D | 25 |
| Octal | 163 | 103 | 172 | 6 | 55 | 0 | 64 | 444 | 35 | 45 |
| Binary | 1110011 | 1000011 | 1111010 | 110 | 101101 | 0 | 110100 | 100100100 | 11101 | 100101 |
Color Harmonies of #73437A
Complementary color
Monochromatic Colors of #73437A
Black with #73437A
Text Example
Text Example
White with #73437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73437A; }
p { color: rgb(115,67,122); }
H1.HeaderClassName
{
color: #73437A;
}
.AnyTagClassName
{
color: #73437A;
}
</style>
background-color css
<style>
a { background-color: #73437A; }
a { background-color: rgb(115,67,122); }
div.DivClassName
{
background-color: #73437A;
}
.BgClassName
{
background-color: #73437A;
}
</style>
border-color css
<style>
span { border-color: #73437A; }
span { border-color: rgb(115,67,122); }
td.TdClassName
{
border-color: #73437A;
}
.TagClassName
{
border-color: #73437A;
}
</style>