Shades of Eminence #73426C
Tints of Eminence #73426C
RGB
CMYK
RGB Variations
Color information
#73426C (or 0x73426C) is known color: Eminence. HEX triplet: 73, 42 and 6C. RGB value is (115,66,108). Sum of RGB (Red+Green+Blue) = 115+66+108=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73426C is #8CBD93. Grayscale: #555555. Windows color (decimal): -9223572 or 7094899. OLE color: 7094899.
HSL color Cylindrical-coordinate representation of color #73426C: hue angle of 308.57º degrees, saturation: 0.27, 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 #73426C is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 108 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.55 |
| HSL | 308.57º | 0.27% | 0.35% | - |
| HSV(B) | 308.57º | 0.43% | 0.45% | - |
| XYZ | 11.73 | 8.62 | 15.23 | - |
| YUV | 85.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 108 | 0 | 0.43 | 0.06 | 0.55 | 308.57 | 0.27 | 0.35 |
| Hex | 73 | 42 | 6C | 0 | 2B | 6 | 37 | 135 | 1B | 23 |
| Octal | 163 | 102 | 154 | 0 | 53 | 6 | 67 | 465 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1101100 | 0 | 101011 | 110 | 110111 | 100110101 | 11011 | 100011 |
Color Harmonies of #73426C
Complementary color
Monochromatic Colors of #73426C
Black with #73426C
Text Example
Text Example
White with #73426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73426C; }
p { color: rgb(115,66,108); }
H1.HeaderClassName
{
color: #73426C;
}
.AnyTagClassName
{
color: #73426C;
}
</style>
background-color css
<style>
a { background-color: #73426C; }
a { background-color: rgb(115,66,108); }
div.DivClassName
{
background-color: #73426C;
}
.BgClassName
{
background-color: #73426C;
}
</style>
border-color css
<style>
span { border-color: #73426C; }
span { border-color: rgb(115,66,108); }
td.TdClassName
{
border-color: #73426C;
}
.TagClassName
{
border-color: #73426C;
}
</style>