Shades of Eminence #6E3277
Tints of Eminence #6E3277
RGB
CMYK
RGB Variations
Color information
#6E3277 (or 0x6E3277) is known color: Eminence. HEX triplet: 6E, 32 and 77. RGB value is (110,50,119). Sum of RGB (Red+Green+Blue) = 110+50+119=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E3277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3277 is #91CD88. Grayscale: #4B4B4B. Windows color (decimal): -9555337 or 7811694. OLE color: 7811694.
HSL color Cylindrical-coordinate representation of color #6E3277: hue angle of 292.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E3277 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 50 | 119 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.53 |
| HSL | 292.17º | 0.41% | 0.33% | - |
| HSV(B) | 292.17º | 0.58% | 0.47% | - |
| XYZ | 10.9 | 6.93 | 18.22 | - |
| YUV | 75.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 119 | 0.08 | 0.58 | 0 | 0.53 | 292.17 | 0.41 | 0.33 |
| Hex | 6E | 32 | 77 | 8 | 3A | 0 | 35 | 124 | 29 | 21 |
| Octal | 156 | 62 | 167 | 10 | 72 | 0 | 65 | 444 | 51 | 41 |
| Binary | 1101110 | 110010 | 1110111 | 1000 | 111010 | 0 | 110101 | 100100100 | 101001 | 100001 |
Color Harmonies of #6E3277
Complementary color
Monochromatic Colors of #6E3277
Black with #6E3277
Text Example
Text Example
White with #6E3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3277; }
p { color: rgb(110,50,119); }
H1.HeaderClassName
{
color: #6E3277;
}
.AnyTagClassName
{
color: #6E3277;
}
</style>
background-color css
<style>
a { background-color: #6E3277; }
a { background-color: rgb(110,50,119); }
div.DivClassName
{
background-color: #6E3277;
}
.BgClassName
{
background-color: #6E3277;
}
</style>
border-color css
<style>
span { border-color: #6E3277; }
span { border-color: rgb(110,50,119); }
td.TdClassName
{
border-color: #6E3277;
}
.TagClassName
{
border-color: #6E3277;
}
</style>