Shades of Eminence #6A4178
Tints of Eminence #6A4178
RGB
CMYK
RGB Variations
Color information
#6A4178 (or 0x6A4178) is known color: Eminence. HEX triplet: 6A, 41 and 78. RGB value is (106,65,120). Sum of RGB (Red+Green+Blue) = 106+65+120=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4178 is #95BE87. Grayscale: #535353. Windows color (decimal): -9813640 or 7881066. OLE color: 7881066.
HSL color Cylindrical-coordinate representation of color #6A4178: hue angle of 284.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A4178 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 65 | 120 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.53 |
| HSL | 284.73º | 0.3% | 0.36% | - |
| HSV(B) | 284.73º | 0.46% | 0.47% | - |
| XYZ | 11.22 | 8.2 | 18.76 | - |
| YUV | 83.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 120 | 0.12 | 0.46 | 0 | 0.53 | 284.73 | 0.3 | 0.36 |
| Hex | 6A | 41 | 78 | C | 2E | 0 | 35 | 11D | 1E | 24 |
| Octal | 152 | 101 | 170 | 14 | 56 | 0 | 65 | 435 | 36 | 44 |
| Binary | 1101010 | 1000001 | 1111000 | 1100 | 101110 | 0 | 110101 | 100011101 | 11110 | 100100 |
Color Harmonies of #6A4178
Complementary color
Monochromatic Colors of #6A4178
Black with #6A4178
Text Example
Text Example
White with #6A4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4178; }
p { color: rgb(106,65,120); }
H1.HeaderClassName
{
color: #6A4178;
}
.AnyTagClassName
{
color: #6A4178;
}
</style>
background-color css
<style>
a { background-color: #6A4178; }
a { background-color: rgb(106,65,120); }
div.DivClassName
{
background-color: #6A4178;
}
.BgClassName
{
background-color: #6A4178;
}
</style>
border-color css
<style>
span { border-color: #6A4178; }
span { border-color: rgb(106,65,120); }
td.TdClassName
{
border-color: #6A4178;
}
.TagClassName
{
border-color: #6A4178;
}
</style>