Shades of Eminence #733882
Tints of Eminence #733882
RGB
CMYK
RGB Variations
Color information
#733882 (or 0x733882) is known color: Eminence. HEX triplet: 73, 38 and 82. RGB value is (115,56,130). Sum of RGB (Red+Green+Blue) = 115+56+130=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #733882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733882 is #8CC77D. Grayscale: #515151. Windows color (decimal): -9226110 or 8534131. OLE color: 8534131.
HSL color Cylindrical-coordinate representation of color #733882: hue angle of 287.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733882 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 56 | 130 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.49 |
| HSL | 287.84º | 0.4% | 0.36% | - |
| HSV(B) | 287.84º | 0.57% | 0.51% | - |
| XYZ | 12.51 | 8.08 | 22.02 | - |
| YUV | 82.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 130 | 0.12 | 0.57 | 0 | 0.49 | 287.84 | 0.4 | 0.36 |
| Hex | 73 | 38 | 82 | C | 39 | 0 | 31 | 120 | 28 | 24 |
| Octal | 163 | 70 | 202 | 14 | 71 | 0 | 61 | 440 | 50 | 44 |
| Binary | 1110011 | 111000 | 10000010 | 1100 | 111001 | 0 | 110001 | 100100000 | 101000 | 100100 |
Color Harmonies of #733882
Complementary color
Monochromatic Colors of #733882
Black with #733882
Text Example
Text Example
White with #733882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733882; }
p { color: rgb(115,56,130); }
H1.HeaderClassName
{
color: #733882;
}
.AnyTagClassName
{
color: #733882;
}
</style>
background-color css
<style>
a { background-color: #733882; }
a { background-color: rgb(115,56,130); }
div.DivClassName
{
background-color: #733882;
}
.BgClassName
{
background-color: #733882;
}
</style>
border-color css
<style>
span { border-color: #733882; }
span { border-color: rgb(115,56,130); }
td.TdClassName
{
border-color: #733882;
}
.TagClassName
{
border-color: #733882;
}
</style>