Shades of Eminence #6A3377
Tints of Eminence #6A3377
RGB
CMYK
RGB Variations
Color information
#6A3377 (or 0x6A3377) is known color: Eminence. HEX triplet: 6A, 33 and 77. RGB value is (106,51,119). Sum of RGB (Red+Green+Blue) = 106+51+119=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A3377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3377 is #95CC88. Grayscale: #4A4A4A. Windows color (decimal): -9817225 or 7811946. OLE color: 7811946.
HSL color Cylindrical-coordinate representation of color #6A3377: hue angle of 288.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A3377 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 51 | 119 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.53 |
| HSL | 288.53º | 0.4% | 0.33% | - |
| HSV(B) | 288.53º | 0.57% | 0.47% | - |
| XYZ | 10.46 | 6.76 | 18.21 | - |
| YUV | 75.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 119 | 0.11 | 0.57 | 0 | 0.53 | 288.53 | 0.4 | 0.33 |
| Hex | 6A | 33 | 77 | B | 39 | 0 | 35 | 121 | 28 | 21 |
| Octal | 152 | 63 | 167 | 13 | 71 | 0 | 65 | 441 | 50 | 41 |
| Binary | 1101010 | 110011 | 1110111 | 1011 | 111001 | 0 | 110101 | 100100001 | 101000 | 100001 |
Color Harmonies of #6A3377
Complementary color
Monochromatic Colors of #6A3377
Black with #6A3377
Text Example
Text Example
White with #6A3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3377; }
p { color: rgb(106,51,119); }
H1.HeaderClassName
{
color: #6A3377;
}
.AnyTagClassName
{
color: #6A3377;
}
</style>
background-color css
<style>
a { background-color: #6A3377; }
a { background-color: rgb(106,51,119); }
div.DivClassName
{
background-color: #6A3377;
}
.BgClassName
{
background-color: #6A3377;
}
</style>
border-color css
<style>
span { border-color: #6A3377; }
span { border-color: rgb(106,51,119); }
td.TdClassName
{
border-color: #6A3377;
}
.TagClassName
{
border-color: #6A3377;
}
</style>