Shades of Eminence #6A3976
Tints of Eminence #6A3976
RGB
CMYK
RGB Variations
Color information
#6A3976 (or 0x6A3976) is known color: Eminence. HEX triplet: 6A, 39 and 76. RGB value is (106,57,118). Sum of RGB (Red+Green+Blue) = 106+57+118=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A3976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3976 is #95C689. Grayscale: #4E4E4E. Windows color (decimal): -9815690 or 7747946. OLE color: 7747946.
HSL color Cylindrical-coordinate representation of color #6A3976: hue angle of 288.2º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3976 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 57 | 118 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.54 |
| HSL | 288.2º | 0.35% | 0.34% | - |
| HSV(B) | 288.2º | 0.52% | 0.46% | - |
| XYZ | 10.68 | 7.3 | 17.99 | - |
| YUV | 78.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 118 | 0.10 | 0.52 | 0 | 0.54 | 288.2 | 0.35 | 0.34 |
| Hex | 6A | 39 | 76 | A | 34 | 0 | 36 | 120 | 23 | 22 |
| Octal | 152 | 71 | 166 | 12 | 64 | 0 | 66 | 440 | 43 | 42 |
| Binary | 1101010 | 111001 | 1110110 | 1010 | 110100 | 0 | 110110 | 100100000 | 100011 | 100010 |
Color Harmonies of #6A3976
Complementary color
Monochromatic Colors of #6A3976
Black with #6A3976
Text Example
Text Example
White with #6A3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3976; }
p { color: rgb(106,57,118); }
H1.HeaderClassName
{
color: #6A3976;
}
.AnyTagClassName
{
color: #6A3976;
}
</style>
background-color css
<style>
a { background-color: #6A3976; }
a { background-color: rgb(106,57,118); }
div.DivClassName
{
background-color: #6A3976;
}
.BgClassName
{
background-color: #6A3976;
}
</style>
border-color css
<style>
span { border-color: #6A3976; }
span { border-color: rgb(106,57,118); }
td.TdClassName
{
border-color: #6A3976;
}
.TagClassName
{
border-color: #6A3976;
}
</style>