Shades of Eminence #6A4279
Tints of Eminence #6A4279
RGB
CMYK
RGB Variations
Color information
#6A4279 (or 0x6A4279) is known color: Eminence. HEX triplet: 6A, 42 and 79. RGB value is (106,66,121). Sum of RGB (Red+Green+Blue) = 106+66+121=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A4279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4279 is #95BD86. Grayscale: #545454. Windows color (decimal): -9813383 or 7946858. OLE color: 7946858.
HSL color Cylindrical-coordinate representation of color #6A4279: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A4279 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 66 | 121 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.53 |
| HSL | 283.64º | 0.29% | 0.37% | - |
| HSV(B) | 283.64º | 0.45% | 0.47% | - |
| XYZ | 11.34 | 8.34 | 19.1 | - |
| YUV | 84.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 66 | 121 | 0.12 | 0.45 | 0 | 0.53 | 283.64 | 0.29 | 0.37 |
| Hex | 6A | 42 | 79 | C | 2D | 0 | 35 | 11C | 1D | 25 |
| Octal | 152 | 102 | 171 | 14 | 55 | 0 | 65 | 434 | 35 | 45 |
| Binary | 1101010 | 1000010 | 1111001 | 1100 | 101101 | 0 | 110101 | 100011100 | 11101 | 100101 |
Color Harmonies of #6A4279
Complementary color
Monochromatic Colors of #6A4279
Black with #6A4279
Text Example
Text Example
White with #6A4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4279; }
p { color: rgb(106,66,121); }
H1.HeaderClassName
{
color: #6A4279;
}
.AnyTagClassName
{
color: #6A4279;
}
</style>
background-color css
<style>
a { background-color: #6A4279; }
a { background-color: rgb(106,66,121); }
div.DivClassName
{
background-color: #6A4279;
}
.BgClassName
{
background-color: #6A4279;
}
</style>
border-color css
<style>
span { border-color: #6A4279; }
span { border-color: rgb(106,66,121); }
td.TdClassName
{
border-color: #6A4279;
}
.TagClassName
{
border-color: #6A4279;
}
</style>