Shades of Eminence #6E3C81
Tints of Eminence #6E3C81
RGB
CMYK
RGB Variations
Color information
#6E3C81 (or 0x6E3C81) is known color: Eminence. HEX triplet: 6E, 3C and 81. RGB value is (110,60,129). Sum of RGB (Red+Green+Blue) = 110+60+129=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E3C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3C81 is #91C37E. Grayscale: #525252. Windows color (decimal): -9552767 or 8469614. OLE color: 8469614.
HSL color Cylindrical-coordinate representation of color #6E3C81: hue angle of 283.48º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3C81 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 60 | 129 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.49 |
| HSL | 283.48º | 0.37% | 0.37% | - |
| HSV(B) | 283.48º | 0.53% | 0.51% | - |
| XYZ | 12.01 | 8.13 | 21.71 | - |
| YUV | 82.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 129 | 0.15 | 0.53 | 0 | 0.49 | 283.48 | 0.37 | 0.37 |
| Hex | 6E | 3C | 81 | F | 35 | 0 | 31 | 11B | 25 | 25 |
| Octal | 156 | 74 | 201 | 17 | 65 | 0 | 61 | 433 | 45 | 45 |
| Binary | 1101110 | 111100 | 10000001 | 1111 | 110101 | 0 | 110001 | 100011011 | 100101 | 100101 |
Color Harmonies of #6E3C81
Complementary color
Monochromatic Colors of #6E3C81
Black with #6E3C81
Text Example
Text Example
White with #6E3C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3C81; }
p { color: rgb(110,60,129); }
H1.HeaderClassName
{
color: #6E3C81;
}
.AnyTagClassName
{
color: #6E3C81;
}
</style>
background-color css
<style>
a { background-color: #6E3C81; }
a { background-color: rgb(110,60,129); }
div.DivClassName
{
background-color: #6E3C81;
}
.BgClassName
{
background-color: #6E3C81;
}
</style>
border-color css
<style>
span { border-color: #6E3C81; }
span { border-color: rgb(110,60,129); }
td.TdClassName
{
border-color: #6E3C81;
}
.TagClassName
{
border-color: #6E3C81;
}
</style>