Shades of Eminence #6E3082
Tints of Eminence #6E3082
RGB
CMYK
RGB Variations
Color information
#6E3082 (or 0x6E3082) is known color: Eminence. HEX triplet: 6E, 30 and 82. RGB value is (110,48,130). Sum of RGB (Red+Green+Blue) = 110+48+130=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3082 is #91CF7D. Grayscale: #4B4B4B. Windows color (decimal): -9555838 or 8532078. OLE color: 8532078.
HSL color Cylindrical-coordinate representation of color #6E3082: hue angle of 285.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3082 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 48 | 130 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.49 |
| HSL | 285.37º | 0.46% | 0.35% | - |
| HSV(B) | 285.37º | 0.63% | 0.51% | - |
| XYZ | 11.52 | 7.04 | 21.87 | - |
| YUV | 75.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 130 | 0.15 | 0.63 | 0 | 0.49 | 285.37 | 0.46 | 0.35 |
| Hex | 6E | 30 | 82 | F | 3F | 0 | 31 | 11D | 2E | 23 |
| Octal | 156 | 60 | 202 | 17 | 77 | 0 | 61 | 435 | 56 | 43 |
| Binary | 1101110 | 110000 | 10000010 | 1111 | 111111 | 0 | 110001 | 100011101 | 101110 | 100011 |
Color Harmonies of #6E3082
Complementary color
Monochromatic Colors of #6E3082
Black with #6E3082
Text Example
Text Example
White with #6E3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3082; }
p { color: rgb(110,48,130); }
H1.HeaderClassName
{
color: #6E3082;
}
.AnyTagClassName
{
color: #6E3082;
}
</style>
background-color css
<style>
a { background-color: #6E3082; }
a { background-color: rgb(110,48,130); }
div.DivClassName
{
background-color: #6E3082;
}
.BgClassName
{
background-color: #6E3082;
}
</style>
border-color css
<style>
span { border-color: #6E3082; }
span { border-color: rgb(110,48,130); }
td.TdClassName
{
border-color: #6E3082;
}
.TagClassName
{
border-color: #6E3082;
}
</style>