Shades of Eminence #6A3577
Tints of Eminence #6A3577
RGB
CMYK
RGB Variations
Color information
#6A3577 (or 0x6A3577) is known color: Eminence. HEX triplet: 6A, 35 and 77. RGB value is (106,53,119). Sum of RGB (Red+Green+Blue) = 106+53+119=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A3577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3577 is #95CA88. Grayscale: #4C4C4C. Windows color (decimal): -9816713 or 7812458. OLE color: 7812458.
HSL color Cylindrical-coordinate representation of color #6A3577: hue angle of 288.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3577 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 53 | 119 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.53 |
| HSL | 288.18º | 0.38% | 0.34% | - |
| HSV(B) | 288.18º | 0.55% | 0.47% | - |
| XYZ | 10.55 | 6.94 | 18.24 | - |
| YUV | 76.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 119 | 0.11 | 0.55 | 0 | 0.53 | 288.18 | 0.38 | 0.34 |
| Hex | 6A | 35 | 77 | B | 37 | 0 | 35 | 120 | 26 | 22 |
| Octal | 152 | 65 | 167 | 13 | 67 | 0 | 65 | 440 | 46 | 42 |
| Binary | 1101010 | 110101 | 1110111 | 1011 | 110111 | 0 | 110101 | 100100000 | 100110 | 100010 |
Color Harmonies of #6A3577
Complementary color
Monochromatic Colors of #6A3577
Black with #6A3577
Text Example
Text Example
White with #6A3577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3577; }
p { color: rgb(106,53,119); }
H1.HeaderClassName
{
color: #6A3577;
}
.AnyTagClassName
{
color: #6A3577;
}
</style>
background-color css
<style>
a { background-color: #6A3577; }
a { background-color: rgb(106,53,119); }
div.DivClassName
{
background-color: #6A3577;
}
.BgClassName
{
background-color: #6A3577;
}
</style>
border-color css
<style>
span { border-color: #6A3577; }
span { border-color: rgb(106,53,119); }
td.TdClassName
{
border-color: #6A3577;
}
.TagClassName
{
border-color: #6A3577;
}
</style>