Shades of Eminence #6A4972
Tints of Eminence #6A4972
RGB
CMYK
RGB Variations
Color information
#6A4972 (or 0x6A4972) is known color: Eminence. HEX triplet: 6A, 49 and 72. RGB value is (106,73,114). Sum of RGB (Red+Green+Blue) = 106+73+114=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A4972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4972 is #95B68D. Grayscale: #575757. Windows color (decimal): -9811598 or 7489898. OLE color: 7489898.
HSL color Cylindrical-coordinate representation of color #6A4972: hue angle of 288.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A4972 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 73 | 114 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.55 |
| HSL | 288.29º | 0.22% | 0.37% | - |
| HSV(B) | 288.29º | 0.36% | 0.45% | - |
| XYZ | 11.36 | 9.04 | 17.07 | - |
| YUV | 87.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 114 | 0.07 | 0.36 | 0 | 0.55 | 288.29 | 0.22 | 0.37 |
| Hex | 6A | 49 | 72 | 7 | 24 | 0 | 37 | 120 | 16 | 25 |
| Octal | 152 | 111 | 162 | 7 | 44 | 0 | 67 | 440 | 26 | 45 |
| Binary | 1101010 | 1001001 | 1110010 | 111 | 100100 | 0 | 110111 | 100100000 | 10110 | 100101 |
Color Harmonies of #6A4972
Complementary color
Monochromatic Colors of #6A4972
Black with #6A4972
Text Example
Text Example
White with #6A4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4972; }
p { color: rgb(106,73,114); }
H1.HeaderClassName
{
color: #6A4972;
}
.AnyTagClassName
{
color: #6A4972;
}
</style>
background-color css
<style>
a { background-color: #6A4972; }
a { background-color: rgb(106,73,114); }
div.DivClassName
{
background-color: #6A4972;
}
.BgClassName
{
background-color: #6A4972;
}
</style>
border-color css
<style>
span { border-color: #6A4972; }
span { border-color: rgb(106,73,114); }
td.TdClassName
{
border-color: #6A4972;
}
.TagClassName
{
border-color: #6A4972;
}
</style>