Shades of Eminence #6A4174
Tints of Eminence #6A4174
RGB
CMYK
RGB Variations
Color information
#6A4174 (or 0x6A4174) is known color: Eminence. HEX triplet: 6A, 41 and 74. RGB value is (106,65,116). Sum of RGB (Red+Green+Blue) = 106+65+116=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A4174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4174 is #95BE8B. Grayscale: #525252. Windows color (decimal): -9813644 or 7618922. OLE color: 7618922.
HSL color Cylindrical-coordinate representation of color #6A4174: hue angle of 288.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A4174 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 65 | 116 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.55 |
| HSL | 288.24º | 0.28% | 0.35% | - |
| HSV(B) | 288.24º | 0.44% | 0.45% | - |
| XYZ | 10.99 | 8.11 | 17.51 | - |
| YUV | 83.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 116 | 0.09 | 0.44 | 0 | 0.55 | 288.24 | 0.28 | 0.35 |
| Hex | 6A | 41 | 74 | 9 | 2C | 0 | 37 | 120 | 1C | 23 |
| Octal | 152 | 101 | 164 | 11 | 54 | 0 | 67 | 440 | 34 | 43 |
| Binary | 1101010 | 1000001 | 1110100 | 1001 | 101100 | 0 | 110111 | 100100000 | 11100 | 100011 |
Color Harmonies of #6A4174
Complementary color
Monochromatic Colors of #6A4174
Black with #6A4174
Text Example
Text Example
White with #6A4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4174; }
p { color: rgb(106,65,116); }
H1.HeaderClassName
{
color: #6A4174;
}
.AnyTagClassName
{
color: #6A4174;
}
</style>
background-color css
<style>
a { background-color: #6A4174; }
a { background-color: rgb(106,65,116); }
div.DivClassName
{
background-color: #6A4174;
}
.BgClassName
{
background-color: #6A4174;
}
</style>
border-color css
<style>
span { border-color: #6A4174; }
span { border-color: rgb(106,65,116); }
td.TdClassName
{
border-color: #6A4174;
}
.TagClassName
{
border-color: #6A4174;
}
</style>