Shades of Eminence #6A3476
Tints of Eminence #6A3476
RGB
CMYK
RGB Variations
Color information
#6A3476 (or 0x6A3476) is known color: Eminence. HEX triplet: 6A, 34 and 76. RGB value is (106,52,118). Sum of RGB (Red+Green+Blue) = 106+52+118=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A3476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3476 is #95CB89. Grayscale: #4B4B4B. Windows color (decimal): -9816970 or 7746666. OLE color: 7746666.
HSL color Cylindrical-coordinate representation of color #6A3476: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A3476 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 52 | 118 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.54 |
| HSL | 289.09º | 0.39% | 0.33% | - |
| HSV(B) | 289.09º | 0.56% | 0.46% | - |
| XYZ | 10.44 | 6.83 | 17.91 | - |
| YUV | 75.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 118 | 0.10 | 0.56 | 0 | 0.54 | 289.09 | 0.39 | 0.33 |
| Hex | 6A | 34 | 76 | A | 38 | 0 | 36 | 121 | 27 | 21 |
| Octal | 152 | 64 | 166 | 12 | 70 | 0 | 66 | 441 | 47 | 41 |
| Binary | 1101010 | 110100 | 1110110 | 1010 | 111000 | 0 | 110110 | 100100001 | 100111 | 100001 |
Color Harmonies of #6A3476
Complementary color
Monochromatic Colors of #6A3476
Black with #6A3476
Text Example
Text Example
White with #6A3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3476; }
p { color: rgb(106,52,118); }
H1.HeaderClassName
{
color: #6A3476;
}
.AnyTagClassName
{
color: #6A3476;
}
</style>
background-color css
<style>
a { background-color: #6A3476; }
a { background-color: rgb(106,52,118); }
div.DivClassName
{
background-color: #6A3476;
}
.BgClassName
{
background-color: #6A3476;
}
</style>
border-color css
<style>
span { border-color: #6A3476; }
span { border-color: rgb(106,52,118); }
td.TdClassName
{
border-color: #6A3476;
}
.TagClassName
{
border-color: #6A3476;
}
</style>