Shades of Eminence #733B6C
Tints of Eminence #733B6C
RGB
CMYK
RGB Variations
Color information
#733B6C (or 0x733B6C) is known color: Eminence. HEX triplet: 73, 3B and 6C. RGB value is (115,59,108). Sum of RGB (Red+Green+Blue) = 115+59+108=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #733B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733B6C is #8CC493. Grayscale: #515151. Windows color (decimal): -9225364 or 7093107. OLE color: 7093107.
HSL color Cylindrical-coordinate representation of color #733B6C: hue angle of 307.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #733B6C is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 108 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.55 |
| HSL | 307.5º | 0.32% | 0.34% | - |
| HSV(B) | 307.5º | 0.49% | 0.45% | - |
| XYZ | 11.34 | 7.86 | 15.11 | - |
| YUV | 81.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 108 | 0 | 0.49 | 0.06 | 0.55 | 307.5 | 0.32 | 0.34 |
| Hex | 73 | 3B | 6C | 0 | 31 | 6 | 37 | 134 | 20 | 22 |
| Octal | 163 | 73 | 154 | 0 | 61 | 6 | 67 | 464 | 40 | 42 |
| Binary | 1110011 | 111011 | 1101100 | 0 | 110001 | 110 | 110111 | 100110100 | 100000 | 100010 |
Color Harmonies of #733B6C
Complementary color
Monochromatic Colors of #733B6C
Black with #733B6C
Text Example
Text Example
White with #733B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B6C; }
p { color: rgb(115,59,108); }
H1.HeaderClassName
{
color: #733B6C;
}
.AnyTagClassName
{
color: #733B6C;
}
</style>
background-color css
<style>
a { background-color: #733B6C; }
a { background-color: rgb(115,59,108); }
div.DivClassName
{
background-color: #733B6C;
}
.BgClassName
{
background-color: #733B6C;
}
</style>
border-color css
<style>
span { border-color: #733B6C; }
span { border-color: rgb(115,59,108); }
td.TdClassName
{
border-color: #733B6C;
}
.TagClassName
{
border-color: #733B6C;
}
</style>