Shades of Eminence #6E3377
Tints of Eminence #6E3377
RGB
CMYK
RGB Variations
Color information
#6E3377 (or 0x6E3377) is known color: Eminence. HEX triplet: 6E, 33 and 77. RGB value is (110,51,119). Sum of RGB (Red+Green+Blue) = 110+51+119=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E3377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3377 is #91CC88. Grayscale: #4C4C4C. Windows color (decimal): -9555081 or 7811950. OLE color: 7811950.
HSL color Cylindrical-coordinate representation of color #6E3377: hue angle of 292.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E3377 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 51 | 119 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.53 |
| HSL | 292.06º | 0.4% | 0.33% | - |
| HSV(B) | 292.06º | 0.57% | 0.47% | - |
| XYZ | 10.94 | 7.01 | 18.23 | - |
| YUV | 76.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 119 | 0.08 | 0.57 | 0 | 0.53 | 292.06 | 0.4 | 0.33 |
| Hex | 6E | 33 | 77 | 8 | 39 | 0 | 35 | 124 | 28 | 21 |
| Octal | 156 | 63 | 167 | 10 | 71 | 0 | 65 | 444 | 50 | 41 |
| Binary | 1101110 | 110011 | 1110111 | 1000 | 111001 | 0 | 110101 | 100100100 | 101000 | 100001 |
Color Harmonies of #6E3377
Complementary color
Monochromatic Colors of #6E3377
Black with #6E3377
Text Example
Text Example
White with #6E3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3377; }
p { color: rgb(110,51,119); }
H1.HeaderClassName
{
color: #6E3377;
}
.AnyTagClassName
{
color: #6E3377;
}
</style>
background-color css
<style>
a { background-color: #6E3377; }
a { background-color: rgb(110,51,119); }
div.DivClassName
{
background-color: #6E3377;
}
.BgClassName
{
background-color: #6E3377;
}
</style>
border-color css
<style>
span { border-color: #6E3377; }
span { border-color: rgb(110,51,119); }
td.TdClassName
{
border-color: #6E3377;
}
.TagClassName
{
border-color: #6E3377;
}
</style>