Shades of Eminence #6E317A
Tints of Eminence #6E317A
RGB
CMYK
RGB Variations
Color information
#6E317A (or 0x6E317A) is known color: Eminence. HEX triplet: 6E, 31 and 7A. RGB value is (110,49,122). Sum of RGB (Red+Green+Blue) = 110+49+122=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E317A is #91CE85. Grayscale: #4B4B4B. Windows color (decimal): -9555590 or 8008046. OLE color: 8008046.
HSL color Cylindrical-coordinate representation of color #6E317A: hue angle of 290.14º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E317A is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 49 | 122 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.52 |
| HSL | 290.14º | 0.43% | 0.34% | - |
| HSV(B) | 290.14º | 0.6% | 0.48% | - |
| XYZ | 11.04 | 6.92 | 19.17 | - |
| YUV | 75.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 122 | 0.10 | 0.60 | 0 | 0.52 | 290.14 | 0.43 | 0.34 |
| Hex | 6E | 31 | 7A | A | 3C | 0 | 34 | 122 | 2B | 22 |
| Octal | 156 | 61 | 172 | 12 | 74 | 0 | 64 | 442 | 53 | 42 |
| Binary | 1101110 | 110001 | 1111010 | 1010 | 111100 | 0 | 110100 | 100100010 | 101011 | 100010 |
Color Harmonies of #6E317A
Complementary color
Monochromatic Colors of #6E317A
Black with #6E317A
Text Example
Text Example
White with #6E317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E317A; }
p { color: rgb(110,49,122); }
H1.HeaderClassName
{
color: #6E317A;
}
.AnyTagClassName
{
color: #6E317A;
}
</style>
background-color css
<style>
a { background-color: #6E317A; }
a { background-color: rgb(110,49,122); }
div.DivClassName
{
background-color: #6E317A;
}
.BgClassName
{
background-color: #6E317A;
}
</style>
border-color css
<style>
span { border-color: #6E317A; }
span { border-color: rgb(110,49,122); }
td.TdClassName
{
border-color: #6E317A;
}
.TagClassName
{
border-color: #6E317A;
}
</style>