Shades of Eminence #6E3880
Tints of Eminence #6E3880
RGB
CMYK
RGB Variations
Color information
#6E3880 (or 0x6E3880) is known color: Eminence. HEX triplet: 6E, 38 and 80. RGB value is (110,56,128). Sum of RGB (Red+Green+Blue) = 110+56+128=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E3880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3880 is #91C77F. Grayscale: #505050. Windows color (decimal): -9553792 or 8403054. OLE color: 8403054.
HSL color Cylindrical-coordinate representation of color #6E3880: hue angle of 285º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3880 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 56 | 128 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.50 |
| HSL | 285º | 0.39% | 0.36% | - |
| HSV(B) | 285º | 0.56% | 0.5% | - |
| XYZ | 11.74 | 7.7 | 21.29 | - |
| YUV | 80.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 128 | 0.14 | 0.56 | 0 | 0.50 | 285 | 0.39 | 0.36 |
| Hex | 6E | 38 | 80 | E | 38 | 0 | 32 | 11D | 27 | 24 |
| Octal | 156 | 70 | 200 | 16 | 70 | 0 | 62 | 435 | 47 | 44 |
| Binary | 1101110 | 111000 | 10000000 | 1110 | 111000 | 0 | 110010 | 100011101 | 100111 | 100100 |
Color Harmonies of #6E3880
Complementary color
Monochromatic Colors of #6E3880
Black with #6E3880
Text Example
Text Example
White with #6E3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3880; }
p { color: rgb(110,56,128); }
H1.HeaderClassName
{
color: #6E3880;
}
.AnyTagClassName
{
color: #6E3880;
}
</style>
background-color css
<style>
a { background-color: #6E3880; }
a { background-color: rgb(110,56,128); }
div.DivClassName
{
background-color: #6E3880;
}
.BgClassName
{
background-color: #6E3880;
}
</style>
border-color css
<style>
span { border-color: #6E3880; }
span { border-color: rgb(110,56,128); }
td.TdClassName
{
border-color: #6E3880;
}
.TagClassName
{
border-color: #6E3880;
}
</style>