Shades of Eminence #6A3778
Tints of Eminence #6A3778
RGB
CMYK
RGB Variations
Color information
#6A3778 (or 0x6A3778) is known color: Eminence. HEX triplet: 6A, 37 and 78. RGB value is (106,55,120). Sum of RGB (Red+Green+Blue) = 106+55+120=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A3778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3778 is #95C887. Grayscale: #4D4D4D. Windows color (decimal): -9816200 or 7878506. OLE color: 7878506.
HSL color Cylindrical-coordinate representation of color #6A3778: hue angle of 287.08º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3778 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 55 | 120 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.53 |
| HSL | 287.08º | 0.37% | 0.34% | - |
| HSV(B) | 287.08º | 0.54% | 0.47% | - |
| XYZ | 10.7 | 7.15 | 18.59 | - |
| YUV | 77.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 120 | 0.12 | 0.54 | 0 | 0.53 | 287.08 | 0.37 | 0.34 |
| Hex | 6A | 37 | 78 | C | 36 | 0 | 35 | 11F | 25 | 22 |
| Octal | 152 | 67 | 170 | 14 | 66 | 0 | 65 | 437 | 45 | 42 |
| Binary | 1101010 | 110111 | 1111000 | 1100 | 110110 | 0 | 110101 | 100011111 | 100101 | 100010 |
Color Harmonies of #6A3778
Complementary color
Monochromatic Colors of #6A3778
Black with #6A3778
Text Example
Text Example
White with #6A3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3778; }
p { color: rgb(106,55,120); }
H1.HeaderClassName
{
color: #6A3778;
}
.AnyTagClassName
{
color: #6A3778;
}
</style>
background-color css
<style>
a { background-color: #6A3778; }
a { background-color: rgb(106,55,120); }
div.DivClassName
{
background-color: #6A3778;
}
.BgClassName
{
background-color: #6A3778;
}
</style>
border-color css
<style>
span { border-color: #6A3778; }
span { border-color: rgb(106,55,120); }
td.TdClassName
{
border-color: #6A3778;
}
.TagClassName
{
border-color: #6A3778;
}
</style>