Shades of Eminence #733D7B
Tints of Eminence #733D7B
RGB
CMYK
RGB Variations
Color information
#733D7B (or 0x733D7B) is known color: Eminence. HEX triplet: 73, 3D and 7B. RGB value is (115,61,123). Sum of RGB (Red+Green+Blue) = 115+61+123=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #733D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D7B is #8CC284. Grayscale: #545454. Windows color (decimal): -9224837 or 8076659. OLE color: 8076659.
HSL color Cylindrical-coordinate representation of color #733D7B: hue angle of 292.26º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733D7B is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 61 | 123 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.52 |
| HSL | 292.26º | 0.34% | 0.36% | - |
| HSV(B) | 292.26º | 0.5% | 0.48% | - |
| XYZ | 12.31 | 8.41 | 19.71 | - |
| YUV | 84.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 123 | 0.07 | 0.50 | 0 | 0.52 | 292.26 | 0.34 | 0.36 |
| Hex | 73 | 3D | 7B | 7 | 32 | 0 | 34 | 124 | 22 | 24 |
| Octal | 163 | 75 | 173 | 7 | 62 | 0 | 64 | 444 | 42 | 44 |
| Binary | 1110011 | 111101 | 1111011 | 111 | 110010 | 0 | 110100 | 100100100 | 100010 | 100100 |
Color Harmonies of #733D7B
Complementary color
Monochromatic Colors of #733D7B
Black with #733D7B
Text Example
Text Example
White with #733D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D7B; }
p { color: rgb(115,61,123); }
H1.HeaderClassName
{
color: #733D7B;
}
.AnyTagClassName
{
color: #733D7B;
}
</style>
background-color css
<style>
a { background-color: #733D7B; }
a { background-color: rgb(115,61,123); }
div.DivClassName
{
background-color: #733D7B;
}
.BgClassName
{
background-color: #733D7B;
}
</style>
border-color css
<style>
span { border-color: #733D7B; }
span { border-color: rgb(115,61,123); }
td.TdClassName
{
border-color: #733D7B;
}
.TagClassName
{
border-color: #733D7B;
}
</style>