Shades of Eminence #73387F
Tints of Eminence #73387F
RGB
CMYK
RGB Variations
Color information
#73387F (or 0x73387F) is known color: Eminence. HEX triplet: 73, 38 and 7F. RGB value is (115,56,127). Sum of RGB (Red+Green+Blue) = 115+56+127=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #73387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73387F is #8CC780. Grayscale: #515151. Windows color (decimal): -9226113 or 8337523. OLE color: 8337523.
HSL color Cylindrical-coordinate representation of color #73387F: hue angle of 289.86º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73387F is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 56 | 127 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.50 |
| HSL | 289.86º | 0.39% | 0.36% | - |
| HSV(B) | 289.86º | 0.56% | 0.5% | - |
| XYZ | 12.32 | 8.01 | 20.97 | - |
| YUV | 81.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 127 | 0.09 | 0.56 | 0 | 0.50 | 289.86 | 0.39 | 0.36 |
| Hex | 73 | 38 | 7F | 9 | 38 | 0 | 32 | 122 | 27 | 24 |
| Octal | 163 | 70 | 177 | 11 | 70 | 0 | 62 | 442 | 47 | 44 |
| Binary | 1110011 | 111000 | 1111111 | 1001 | 111000 | 0 | 110010 | 100100010 | 100111 | 100100 |
Color Harmonies of #73387F
Complementary color
Monochromatic Colors of #73387F
Black with #73387F
Text Example
Text Example
White with #73387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73387F; }
p { color: rgb(115,56,127); }
H1.HeaderClassName
{
color: #73387F;
}
.AnyTagClassName
{
color: #73387F;
}
</style>
background-color css
<style>
a { background-color: #73387F; }
a { background-color: rgb(115,56,127); }
div.DivClassName
{
background-color: #73387F;
}
.BgClassName
{
background-color: #73387F;
}
</style>
border-color css
<style>
span { border-color: #73387F; }
span { border-color: rgb(115,56,127); }
td.TdClassName
{
border-color: #73387F;
}
.TagClassName
{
border-color: #73387F;
}
</style>