Shades of Eminence #6A3E79
Tints of Eminence #6A3E79
RGB
CMYK
RGB Variations
Color information
#6A3E79 (or 0x6A3E79) is known color: Eminence. HEX triplet: 6A, 3E and 79. RGB value is (106,62,121). Sum of RGB (Red+Green+Blue) = 106+62+121=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A3E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3E79 is #95C186. Grayscale: #515151. Windows color (decimal): -9814407 or 7945834. OLE color: 7945834.
HSL color Cylindrical-coordinate representation of color #6A3E79: hue angle of 284.75º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3E79 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 62 | 121 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.53 |
| HSL | 284.75º | 0.32% | 0.36% | - |
| HSV(B) | 284.75º | 0.49% | 0.47% | - |
| XYZ | 11.12 | 7.89 | 19.03 | - |
| YUV | 81.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 121 | 0.12 | 0.49 | 0 | 0.53 | 284.75 | 0.32 | 0.36 |
| Hex | 6A | 3E | 79 | C | 31 | 0 | 35 | 11D | 20 | 24 |
| Octal | 152 | 76 | 171 | 14 | 61 | 0 | 65 | 435 | 40 | 44 |
| Binary | 1101010 | 111110 | 1111001 | 1100 | 110001 | 0 | 110101 | 100011101 | 100000 | 100100 |
Color Harmonies of #6A3E79
Complementary color
Monochromatic Colors of #6A3E79
Black with #6A3E79
Text Example
Text Example
White with #6A3E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3E79; }
p { color: rgb(106,62,121); }
H1.HeaderClassName
{
color: #6A3E79;
}
.AnyTagClassName
{
color: #6A3E79;
}
</style>
background-color css
<style>
a { background-color: #6A3E79; }
a { background-color: rgb(106,62,121); }
div.DivClassName
{
background-color: #6A3E79;
}
.BgClassName
{
background-color: #6A3E79;
}
</style>
border-color css
<style>
span { border-color: #6A3E79; }
span { border-color: rgb(106,62,121); }
td.TdClassName
{
border-color: #6A3E79;
}
.TagClassName
{
border-color: #6A3E79;
}
</style>