Shades of Eminence #6A3879
Tints of Eminence #6A3879
RGB
CMYK
RGB Variations
Color information
#6A3879 (or 0x6A3879) is known color: Eminence. HEX triplet: 6A, 38 and 79. RGB value is (106,56,121). Sum of RGB (Red+Green+Blue) = 106+56+121=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A3879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3879 is #95C786. Grayscale: #4E4E4E. Windows color (decimal): -9815943 or 7944298. OLE color: 7944298.
HSL color Cylindrical-coordinate representation of color #6A3879: hue angle of 286.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3879 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 56 | 121 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.53 |
| HSL | 286.15º | 0.37% | 0.35% | - |
| HSV(B) | 286.15º | 0.54% | 0.47% | - |
| XYZ | 10.81 | 7.27 | 18.92 | - |
| YUV | 78.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 121 | 0.12 | 0.54 | 0 | 0.53 | 286.15 | 0.37 | 0.35 |
| Hex | 6A | 38 | 79 | C | 36 | 0 | 35 | 11E | 25 | 23 |
| Octal | 152 | 70 | 171 | 14 | 66 | 0 | 65 | 436 | 45 | 43 |
| Binary | 1101010 | 111000 | 1111001 | 1100 | 110110 | 0 | 110101 | 100011110 | 100101 | 100011 |
Color Harmonies of #6A3879
Complementary color
Monochromatic Colors of #6A3879
Black with #6A3879
Text Example
Text Example
White with #6A3879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3879; }
p { color: rgb(106,56,121); }
H1.HeaderClassName
{
color: #6A3879;
}
.AnyTagClassName
{
color: #6A3879;
}
</style>
background-color css
<style>
a { background-color: #6A3879; }
a { background-color: rgb(106,56,121); }
div.DivClassName
{
background-color: #6A3879;
}
.BgClassName
{
background-color: #6A3879;
}
</style>
border-color css
<style>
span { border-color: #6A3879; }
span { border-color: rgb(106,56,121); }
td.TdClassName
{
border-color: #6A3879;
}
.TagClassName
{
border-color: #6A3879;
}
</style>