Shades of Eminence #73287B
Tints of Eminence #73287B
RGB
CMYK
RGB Variations
Color information
#73287B (or 0x73287B) is known color: Eminence. HEX triplet: 73, 28 and 7B. RGB value is (115,40,123). Sum of RGB (Red+Green+Blue) = 115+40+123=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #73287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73287B is #8CD784. Grayscale: #474747. Windows color (decimal): -9230213 or 8071283. OLE color: 8071283.
HSL color Cylindrical-coordinate representation of color #73287B: hue angle of 294.22º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73287B is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 40 | 123 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.52 |
| HSL | 294.22º | 0.51% | 0.32% | - |
| HSV(B) | 294.22º | 0.67% | 0.48% | - |
| XYZ | 11.4 | 6.59 | 19.41 | - |
| YUV | 71.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 123 | 0.07 | 0.67 | 0 | 0.52 | 294.22 | 0.51 | 0.32 |
| Hex | 73 | 28 | 7B | 7 | 43 | 0 | 34 | 126 | 33 | 20 |
| Octal | 163 | 50 | 173 | 7 | 103 | 0 | 64 | 446 | 63 | 40 |
| Binary | 1110011 | 101000 | 1111011 | 111 | 1000011 | 0 | 110100 | 100100110 | 110011 | 100000 |
Color Harmonies of #73287B
Complementary color
Monochromatic Colors of #73287B
Black with #73287B
Text Example
Text Example
White with #73287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73287B; }
p { color: rgb(115,40,123); }
H1.HeaderClassName
{
color: #73287B;
}
.AnyTagClassName
{
color: #73287B;
}
</style>
background-color css
<style>
a { background-color: #73287B; }
a { background-color: rgb(115,40,123); }
div.DivClassName
{
background-color: #73287B;
}
.BgClassName
{
background-color: #73287B;
}
</style>
border-color css
<style>
span { border-color: #73287B; }
span { border-color: rgb(115,40,123); }
td.TdClassName
{
border-color: #73287B;
}
.TagClassName
{
border-color: #73287B;
}
</style>