Shades of Eminence #6E3774
Tints of Eminence #6E3774
RGB
CMYK
RGB Variations
Color information
#6E3774 (or 0x6E3774) is known color: Eminence. HEX triplet: 6E, 37 and 74. RGB value is (110,55,116). Sum of RGB (Red+Green+Blue) = 110+55+116=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E3774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3774 is #91C88B. Grayscale: #4E4E4E. Windows color (decimal): -9554060 or 7616366. OLE color: 7616366.
HSL color Cylindrical-coordinate representation of color #6E3774: hue angle of 294.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3774 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 55 | 116 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.55 |
| HSL | 294.1º | 0.36% | 0.34% | - |
| HSV(B) | 294.1º | 0.53% | 0.45% | - |
| XYZ | 10.95 | 7.31 | 17.36 | - |
| YUV | 78.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 116 | 0.05 | 0.53 | 0 | 0.55 | 294.1 | 0.36 | 0.34 |
| Hex | 6E | 37 | 74 | 5 | 35 | 0 | 37 | 126 | 24 | 22 |
| Octal | 156 | 67 | 164 | 5 | 65 | 0 | 67 | 446 | 44 | 42 |
| Binary | 1101110 | 110111 | 1110100 | 101 | 110101 | 0 | 110111 | 100100110 | 100100 | 100010 |
Color Harmonies of #6E3774
Complementary color
Monochromatic Colors of #6E3774
Black with #6E3774
Text Example
Text Example
White with #6E3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3774; }
p { color: rgb(110,55,116); }
H1.HeaderClassName
{
color: #6E3774;
}
.AnyTagClassName
{
color: #6E3774;
}
</style>
background-color css
<style>
a { background-color: #6E3774; }
a { background-color: rgb(110,55,116); }
div.DivClassName
{
background-color: #6E3774;
}
.BgClassName
{
background-color: #6E3774;
}
</style>
border-color css
<style>
span { border-color: #6E3774; }
span { border-color: rgb(110,55,116); }
td.TdClassName
{
border-color: #6E3774;
}
.TagClassName
{
border-color: #6E3774;
}
</style>