Shades of Eminence #733483
Tints of Eminence #733483
RGB
CMYK
RGB Variations
Color information
#733483 (or 0x733483) is known color: Eminence. HEX triplet: 73, 34 and 83. RGB value is (115,52,131). Sum of RGB (Red+Green+Blue) = 115+52+131=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #733483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733483 is #8CCB7C. Grayscale: #4F4F4F. Windows color (decimal): -9227133 or 8598643. OLE color: 8598643.
HSL color Cylindrical-coordinate representation of color #733483: hue angle of 287.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #733483 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 52 | 131 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.49 |
| HSL | 287.85º | 0.43% | 0.36% | - |
| HSV(B) | 287.85º | 0.6% | 0.51% | - |
| XYZ | 12.39 | 7.74 | 22.31 | - |
| YUV | 79.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 131 | 0.12 | 0.60 | 0 | 0.49 | 287.85 | 0.43 | 0.36 |
| Hex | 73 | 34 | 83 | C | 3C | 0 | 31 | 120 | 2B | 24 |
| Octal | 163 | 64 | 203 | 14 | 74 | 0 | 61 | 440 | 53 | 44 |
| Binary | 1110011 | 110100 | 10000011 | 1100 | 111100 | 0 | 110001 | 100100000 | 101011 | 100100 |
Color Harmonies of #733483
Complementary color
Monochromatic Colors of #733483
Black with #733483
Text Example
Text Example
White with #733483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733483; }
p { color: rgb(115,52,131); }
H1.HeaderClassName
{
color: #733483;
}
.AnyTagClassName
{
color: #733483;
}
</style>
background-color css
<style>
a { background-color: #733483; }
a { background-color: rgb(115,52,131); }
div.DivClassName
{
background-color: #733483;
}
.BgClassName
{
background-color: #733483;
}
</style>
border-color css
<style>
span { border-color: #733483; }
span { border-color: rgb(115,52,131); }
td.TdClassName
{
border-color: #733483;
}
.TagClassName
{
border-color: #733483;
}
</style>