Shades of Eminence #73417B
Tints of Eminence #73417B
RGB
CMYK
RGB Variations
Color information
#73417B (or 0x73417B) is known color: Eminence. HEX triplet: 73, 41 and 7B. RGB value is (115,65,123). Sum of RGB (Red+Green+Blue) = 115+65+123=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #73417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73417B is #8CBE84. Grayscale: #565656. Windows color (decimal): -9223813 or 8077683. OLE color: 8077683.
HSL color Cylindrical-coordinate representation of color #73417B: hue angle of 291.72º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73417B is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 65 | 123 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.52 |
| HSL | 291.72º | 0.31% | 0.37% | - |
| HSV(B) | 291.72º | 0.47% | 0.48% | - |
| XYZ | 12.54 | 8.86 | 19.79 | - |
| YUV | 86.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 123 | 0.07 | 0.47 | 0 | 0.52 | 291.72 | 0.31 | 0.37 |
| Hex | 73 | 41 | 7B | 7 | 2F | 0 | 34 | 124 | 1F | 25 |
| Octal | 163 | 101 | 173 | 7 | 57 | 0 | 64 | 444 | 37 | 45 |
| Binary | 1110011 | 1000001 | 1111011 | 111 | 101111 | 0 | 110100 | 100100100 | 11111 | 100101 |
Color Harmonies of #73417B
Complementary color
Monochromatic Colors of #73417B
Black with #73417B
Text Example
Text Example
White with #73417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73417B; }
p { color: rgb(115,65,123); }
H1.HeaderClassName
{
color: #73417B;
}
.AnyTagClassName
{
color: #73417B;
}
</style>
background-color css
<style>
a { background-color: #73417B; }
a { background-color: rgb(115,65,123); }
div.DivClassName
{
background-color: #73417B;
}
.BgClassName
{
background-color: #73417B;
}
</style>
border-color css
<style>
span { border-color: #73417B; }
span { border-color: rgb(115,65,123); }
td.TdClassName
{
border-color: #73417B;
}
.TagClassName
{
border-color: #73417B;
}
</style>