Shades of Eminence #733A6C
Tints of Eminence #733A6C
RGB
CMYK
RGB Variations
Color information
#733A6C (or 0x733A6C) is known color: Eminence. HEX triplet: 73, 3A and 6C. RGB value is (115,58,108). Sum of RGB (Red+Green+Blue) = 115+58+108=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #733A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A6C is #8CC593. Grayscale: #505050. Windows color (decimal): -9225620 or 7092851. OLE color: 7092851.
HSL color Cylindrical-coordinate representation of color #733A6C: hue angle of 307.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A6C is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 108 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.55 |
| HSL | 307.37º | 0.33% | 0.34% | - |
| HSV(B) | 307.37º | 0.5% | 0.45% | - |
| XYZ | 11.29 | 7.75 | 15.09 | - |
| YUV | 80.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 108 | 0 | 0.50 | 0.06 | 0.55 | 307.37 | 0.33 | 0.34 |
| Hex | 73 | 3A | 6C | 0 | 32 | 6 | 37 | 133 | 21 | 22 |
| Octal | 163 | 72 | 154 | 0 | 62 | 6 | 67 | 463 | 41 | 42 |
| Binary | 1110011 | 111010 | 1101100 | 0 | 110010 | 110 | 110111 | 100110011 | 100001 | 100010 |
Color Harmonies of #733A6C
Complementary color
Monochromatic Colors of #733A6C
Black with #733A6C
Text Example
Text Example
White with #733A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A6C; }
p { color: rgb(115,58,108); }
H1.HeaderClassName
{
color: #733A6C;
}
.AnyTagClassName
{
color: #733A6C;
}
</style>
background-color css
<style>
a { background-color: #733A6C; }
a { background-color: rgb(115,58,108); }
div.DivClassName
{
background-color: #733A6C;
}
.BgClassName
{
background-color: #733A6C;
}
</style>
border-color css
<style>
span { border-color: #733A6C; }
span { border-color: rgb(115,58,108); }
td.TdClassName
{
border-color: #733A6C;
}
.TagClassName
{
border-color: #733A6C;
}
</style>