Shades of Eminence #6A4971
Tints of Eminence #6A4971
RGB
CMYK
RGB Variations
Color information
#6A4971 (or 0x6A4971) is known color: Eminence. HEX triplet: 6A, 49 and 71. RGB value is (106,73,113). Sum of RGB (Red+Green+Blue) = 106+73+113=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A4971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4971 is #95B68E. Grayscale: #575757. Windows color (decimal): -9811599 or 7424362. OLE color: 7424362.
HSL color Cylindrical-coordinate representation of color #6A4971: hue angle of 289.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A4971 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 73 | 113 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.56 |
| HSL | 289.5º | 0.22% | 0.36% | - |
| HSV(B) | 289.5º | 0.35% | 0.44% | - |
| XYZ | 11.31 | 9.02 | 16.77 | - |
| YUV | 87.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 113 | 0.06 | 0.35 | 0 | 0.56 | 289.5 | 0.22 | 0.36 |
| Hex | 6A | 49 | 71 | 6 | 23 | 0 | 38 | 122 | 16 | 24 |
| Octal | 152 | 111 | 161 | 6 | 43 | 0 | 70 | 442 | 26 | 44 |
| Binary | 1101010 | 1001001 | 1110001 | 110 | 100011 | 0 | 111000 | 100100010 | 10110 | 100100 |
Color Harmonies of #6A4971
Complementary color
Monochromatic Colors of #6A4971
Black with #6A4971
Text Example
Text Example
White with #6A4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4971; }
p { color: rgb(106,73,113); }
H1.HeaderClassName
{
color: #6A4971;
}
.AnyTagClassName
{
color: #6A4971;
}
</style>
background-color css
<style>
a { background-color: #6A4971; }
a { background-color: rgb(106,73,113); }
div.DivClassName
{
background-color: #6A4971;
}
.BgClassName
{
background-color: #6A4971;
}
</style>
border-color css
<style>
span { border-color: #6A4971; }
span { border-color: rgb(106,73,113); }
td.TdClassName
{
border-color: #6A4971;
}
.TagClassName
{
border-color: #6A4971;
}
</style>