Shades of Eminence #6E3A82
Tints of Eminence #6E3A82
RGB
CMYK
RGB Variations
Color information
#6E3A82 (or 0x6E3A82) is known color: Eminence. HEX triplet: 6E, 3A and 82. RGB value is (110,58,130). Sum of RGB (Red+Green+Blue) = 110+58+130=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E3A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3A82 is #91C57D. Grayscale: #515151. Windows color (decimal): -9553278 or 8534638. OLE color: 8534638.
HSL color Cylindrical-coordinate representation of color #6E3A82: hue angle of 283.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3A82 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 58 | 130 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.49 |
| HSL | 283.33º | 0.38% | 0.37% | - |
| HSV(B) | 283.33º | 0.55% | 0.51% | - |
| XYZ | 11.97 | 7.95 | 22.02 | - |
| YUV | 81.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 130 | 0.15 | 0.55 | 0 | 0.49 | 283.33 | 0.38 | 0.37 |
| Hex | 6E | 3A | 82 | F | 37 | 0 | 31 | 11B | 26 | 25 |
| Octal | 156 | 72 | 202 | 17 | 67 | 0 | 61 | 433 | 46 | 45 |
| Binary | 1101110 | 111010 | 10000010 | 1111 | 110111 | 0 | 110001 | 100011011 | 100110 | 100101 |
Color Harmonies of #6E3A82
Complementary color
Monochromatic Colors of #6E3A82
Black with #6E3A82
Text Example
Text Example
White with #6E3A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A82; }
p { color: rgb(110,58,130); }
H1.HeaderClassName
{
color: #6E3A82;
}
.AnyTagClassName
{
color: #6E3A82;
}
</style>
background-color css
<style>
a { background-color: #6E3A82; }
a { background-color: rgb(110,58,130); }
div.DivClassName
{
background-color: #6E3A82;
}
.BgClassName
{
background-color: #6E3A82;
}
</style>
border-color css
<style>
span { border-color: #6E3A82; }
span { border-color: rgb(110,58,130); }
td.TdClassName
{
border-color: #6E3A82;
}
.TagClassName
{
border-color: #6E3A82;
}
</style>