Shades of Eminence #6A4773
Tints of Eminence #6A4773
RGB
CMYK
RGB Variations
Color information
#6A4773 (or 0x6A4773) is known color: Eminence. HEX triplet: 6A, 47 and 73. RGB value is (106,71,115). Sum of RGB (Red+Green+Blue) = 106+71+115=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A4773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4773 is #95B88C. Grayscale: #565656. Windows color (decimal): -9812109 or 7554922. OLE color: 7554922.
HSL color Cylindrical-coordinate representation of color #6A4773: hue angle of 287.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A4773 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 71 | 115 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.55 |
| HSL | 287.73º | 0.24% | 0.36% | - |
| HSV(B) | 287.73º | 0.38% | 0.45% | - |
| XYZ | 11.29 | 8.81 | 17.32 | - |
| YUV | 86.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 115 | 0.08 | 0.38 | 0 | 0.55 | 287.73 | 0.24 | 0.36 |
| Hex | 6A | 47 | 73 | 8 | 26 | 0 | 37 | 120 | 18 | 24 |
| Octal | 152 | 107 | 163 | 10 | 46 | 0 | 67 | 440 | 30 | 44 |
| Binary | 1101010 | 1000111 | 1110011 | 1000 | 100110 | 0 | 110111 | 100100000 | 11000 | 100100 |
Color Harmonies of #6A4773
Complementary color
Monochromatic Colors of #6A4773
Black with #6A4773
Text Example
Text Example
White with #6A4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4773; }
p { color: rgb(106,71,115); }
H1.HeaderClassName
{
color: #6A4773;
}
.AnyTagClassName
{
color: #6A4773;
}
</style>
background-color css
<style>
a { background-color: #6A4773; }
a { background-color: rgb(106,71,115); }
div.DivClassName
{
background-color: #6A4773;
}
.BgClassName
{
background-color: #6A4773;
}
</style>
border-color css
<style>
span { border-color: #6A4773; }
span { border-color: rgb(106,71,115); }
td.TdClassName
{
border-color: #6A4773;
}
.TagClassName
{
border-color: #6A4773;
}
</style>