Shades of Eminence #6A4278
Tints of Eminence #6A4278
RGB
CMYK
RGB Variations
Color information
#6A4278 (or 0x6A4278) is known color: Eminence. HEX triplet: 6A, 42 and 78. RGB value is (106,66,120). Sum of RGB (Red+Green+Blue) = 106+66+120=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4278 is #95BD87. Grayscale: #535353. Windows color (decimal): -9813384 or 7881322. OLE color: 7881322.
HSL color Cylindrical-coordinate representation of color #6A4278: hue angle of 284.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A4278 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 66 | 120 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.53 |
| HSL | 284.44º | 0.29% | 0.36% | - |
| HSV(B) | 284.44º | 0.45% | 0.47% | - |
| XYZ | 11.28 | 8.32 | 18.78 | - |
| YUV | 84.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 120 | 0.12 | 0.45 | 0 | 0.53 | 284.44 | 0.29 | 0.36 |
| Hex | 6A | 42 | 78 | C | 2D | 0 | 35 | 11C | 1D | 24 |
| Octal | 152 | 102 | 170 | 14 | 55 | 0 | 65 | 434 | 35 | 44 |
| Binary | 1101010 | 1000010 | 1111000 | 1100 | 101101 | 0 | 110101 | 100011100 | 11101 | 100100 |
Color Harmonies of #6A4278
Complementary color
Monochromatic Colors of #6A4278
Black with #6A4278
Text Example
Text Example
White with #6A4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4278; }
p { color: rgb(106,66,120); }
H1.HeaderClassName
{
color: #6A4278;
}
.AnyTagClassName
{
color: #6A4278;
}
</style>
background-color css
<style>
a { background-color: #6A4278; }
a { background-color: rgb(106,66,120); }
div.DivClassName
{
background-color: #6A4278;
}
.BgClassName
{
background-color: #6A4278;
}
</style>
border-color css
<style>
span { border-color: #6A4278; }
span { border-color: rgb(106,66,120); }
td.TdClassName
{
border-color: #6A4278;
}
.TagClassName
{
border-color: #6A4278;
}
</style>