Shades of Eminence #6A3773
Tints of Eminence #6A3773
RGB
CMYK
RGB Variations
Color information
#6A3773 (or 0x6A3773) is known color: Eminence. HEX triplet: 6A, 37 and 73. RGB value is (106,55,115). Sum of RGB (Red+Green+Blue) = 106+55+115=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A3773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3773 is #95C88C. Grayscale: #4C4C4C. Windows color (decimal): -9816205 or 7550826. OLE color: 7550826.
HSL color Cylindrical-coordinate representation of color #6A3773: hue angle of 291º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3773 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 55 | 115 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.55 |
| HSL | 291º | 0.35% | 0.33% | - |
| HSV(B) | 291º | 0.52% | 0.45% | - |
| XYZ | 10.4 | 7.03 | 17.03 | - |
| YUV | 77.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 115 | 0.08 | 0.52 | 0 | 0.55 | 291 | 0.35 | 0.33 |
| Hex | 6A | 37 | 73 | 8 | 34 | 0 | 37 | 123 | 23 | 21 |
| Octal | 152 | 67 | 163 | 10 | 64 | 0 | 67 | 443 | 43 | 41 |
| Binary | 1101010 | 110111 | 1110011 | 1000 | 110100 | 0 | 110111 | 100100011 | 100011 | 100001 |
Color Harmonies of #6A3773
Complementary color
Monochromatic Colors of #6A3773
Black with #6A3773
Text Example
Text Example
White with #6A3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3773; }
p { color: rgb(106,55,115); }
H1.HeaderClassName
{
color: #6A3773;
}
.AnyTagClassName
{
color: #6A3773;
}
</style>
background-color css
<style>
a { background-color: #6A3773; }
a { background-color: rgb(106,55,115); }
div.DivClassName
{
background-color: #6A3773;
}
.BgClassName
{
background-color: #6A3773;
}
</style>
border-color css
<style>
span { border-color: #6A3773; }
span { border-color: rgb(106,55,115); }
td.TdClassName
{
border-color: #6A3773;
}
.TagClassName
{
border-color: #6A3773;
}
</style>