Shades of Eminence #6E417A
Tints of Eminence #6E417A
RGB
CMYK
RGB Variations
Color information
#6E417A (or 0x6E417A) is known color: Eminence. HEX triplet: 6E, 41 and 7A. RGB value is (110,65,122). Sum of RGB (Red+Green+Blue) = 110+65+122=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E417A is #91BE85. Grayscale: #545454. Windows color (decimal): -9551494 or 8012142. OLE color: 8012142.
HSL color Cylindrical-coordinate representation of color #6E417A: hue angle of 287.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E417A is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 65 | 122 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.52 |
| HSL | 287.37º | 0.3% | 0.37% | - |
| HSV(B) | 287.37º | 0.47% | 0.48% | - |
| XYZ | 11.83 | 8.5 | 19.43 | - |
| YUV | 84.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 122 | 0.10 | 0.47 | 0 | 0.52 | 287.37 | 0.3 | 0.37 |
| Hex | 6E | 41 | 7A | A | 2F | 0 | 34 | 11F | 1E | 25 |
| Octal | 156 | 101 | 172 | 12 | 57 | 0 | 64 | 437 | 36 | 45 |
| Binary | 1101110 | 1000001 | 1111010 | 1010 | 101111 | 0 | 110100 | 100011111 | 11110 | 100101 |
Color Harmonies of #6E417A
Complementary color
Monochromatic Colors of #6E417A
Black with #6E417A
Text Example
Text Example
White with #6E417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E417A; }
p { color: rgb(110,65,122); }
H1.HeaderClassName
{
color: #6E417A;
}
.AnyTagClassName
{
color: #6E417A;
}
</style>
background-color css
<style>
a { background-color: #6E417A; }
a { background-color: rgb(110,65,122); }
div.DivClassName
{
background-color: #6E417A;
}
.BgClassName
{
background-color: #6E417A;
}
</style>
border-color css
<style>
span { border-color: #6E417A; }
span { border-color: rgb(110,65,122); }
td.TdClassName
{
border-color: #6E417A;
}
.TagClassName
{
border-color: #6E417A;
}
</style>