Shades of Eminence #6E327C
Tints of Eminence #6E327C
RGB
CMYK
RGB Variations
Color information
#6E327C (or 0x6E327C) is known color: Eminence. HEX triplet: 6E, 32 and 7C. RGB value is (110,50,124). Sum of RGB (Red+Green+Blue) = 110+50+124=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E327C is #91CD83. Grayscale: #4C4C4C. Windows color (decimal): -9555332 or 8139374. OLE color: 8139374.
HSL color Cylindrical-coordinate representation of color #6E327C: hue angle of 288.65º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E327C is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 50 | 124 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.51 |
| HSL | 288.65º | 0.43% | 0.34% | - |
| HSV(B) | 288.65º | 0.6% | 0.49% | - |
| XYZ | 11.21 | 7.05 | 19.84 | - |
| YUV | 76.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 124 | 0.11 | 0.60 | 0 | 0.51 | 288.65 | 0.43 | 0.34 |
| Hex | 6E | 32 | 7C | B | 3C | 0 | 33 | 121 | 2B | 22 |
| Octal | 156 | 62 | 174 | 13 | 74 | 0 | 63 | 441 | 53 | 42 |
| Binary | 1101110 | 110010 | 1111100 | 1011 | 111100 | 0 | 110011 | 100100001 | 101011 | 100010 |
Color Harmonies of #6E327C
Complementary color
Monochromatic Colors of #6E327C
Black with #6E327C
Text Example
Text Example
White with #6E327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E327C; }
p { color: rgb(110,50,124); }
H1.HeaderClassName
{
color: #6E327C;
}
.AnyTagClassName
{
color: #6E327C;
}
</style>
background-color css
<style>
a { background-color: #6E327C; }
a { background-color: rgb(110,50,124); }
div.DivClassName
{
background-color: #6E327C;
}
.BgClassName
{
background-color: #6E327C;
}
</style>
border-color css
<style>
span { border-color: #6E327C; }
span { border-color: rgb(110,50,124); }
td.TdClassName
{
border-color: #6E327C;
}
.TagClassName
{
border-color: #6E327C;
}
</style>