Shades of Eminence #733C6C
Tints of Eminence #733C6C
RGB
CMYK
RGB Variations
Color information
#733C6C (or 0x733C6C) is known color: Eminence. HEX triplet: 73, 3C and 6C. RGB value is (115,60,108). Sum of RGB (Red+Green+Blue) = 115+60+108=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #733C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C6C is #8CC393. Grayscale: #515151. Windows color (decimal): -9225108 or 7093363. OLE color: 7093363.
HSL color Cylindrical-coordinate representation of color #733C6C: hue angle of 307.64º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C6C is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 108 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.55 |
| HSL | 307.64º | 0.31% | 0.34% | - |
| HSV(B) | 307.64º | 0.48% | 0.45% | - |
| XYZ | 11.39 | 7.96 | 15.12 | - |
| YUV | 81.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 108 | 0 | 0.48 | 0.06 | 0.55 | 307.64 | 0.31 | 0.34 |
| Hex | 73 | 3C | 6C | 0 | 30 | 6 | 37 | 134 | 1F | 22 |
| Octal | 163 | 74 | 154 | 0 | 60 | 6 | 67 | 464 | 37 | 42 |
| Binary | 1110011 | 111100 | 1101100 | 0 | 110000 | 110 | 110111 | 100110100 | 11111 | 100010 |
Color Harmonies of #733C6C
Complementary color
Monochromatic Colors of #733C6C
Black with #733C6C
Text Example
Text Example
White with #733C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C6C; }
p { color: rgb(115,60,108); }
H1.HeaderClassName
{
color: #733C6C;
}
.AnyTagClassName
{
color: #733C6C;
}
</style>
background-color css
<style>
a { background-color: #733C6C; }
a { background-color: rgb(115,60,108); }
div.DivClassName
{
background-color: #733C6C;
}
.BgClassName
{
background-color: #733C6C;
}
</style>
border-color css
<style>
span { border-color: #733C6C; }
span { border-color: rgb(115,60,108); }
td.TdClassName
{
border-color: #733C6C;
}
.TagClassName
{
border-color: #733C6C;
}
</style>