Shades of Eminence #6A3774
Tints of Eminence #6A3774
RGB
CMYK
RGB Variations
Color information
#6A3774 (or 0x6A3774) is known color: Eminence. HEX triplet: 6A, 37 and 74. RGB value is (106,55,116). Sum of RGB (Red+Green+Blue) = 106+55+116=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A3774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3774 is #95C88B. Grayscale: #4D4D4D. Windows color (decimal): -9816204 or 7616362. OLE color: 7616362.
HSL color Cylindrical-coordinate representation of color #6A3774: hue angle of 290.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A3774 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 55 | 116 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.55 |
| HSL | 290.16º | 0.36% | 0.34% | - |
| HSV(B) | 290.16º | 0.53% | 0.45% | - |
| XYZ | 10.46 | 7.06 | 17.33 | - |
| YUV | 77.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 116 | 0.09 | 0.53 | 0 | 0.55 | 290.16 | 0.36 | 0.34 |
| Hex | 6A | 37 | 74 | 9 | 35 | 0 | 37 | 122 | 24 | 22 |
| Octal | 152 | 67 | 164 | 11 | 65 | 0 | 67 | 442 | 44 | 42 |
| Binary | 1101010 | 110111 | 1110100 | 1001 | 110101 | 0 | 110111 | 100100010 | 100100 | 100010 |
Color Harmonies of #6A3774
Complementary color
Monochromatic Colors of #6A3774
Black with #6A3774
Text Example
Text Example
White with #6A3774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3774; }
p { color: rgb(106,55,116); }
H1.HeaderClassName
{
color: #6A3774;
}
.AnyTagClassName
{
color: #6A3774;
}
</style>
background-color css
<style>
a { background-color: #6A3774; }
a { background-color: rgb(106,55,116); }
div.DivClassName
{
background-color: #6A3774;
}
.BgClassName
{
background-color: #6A3774;
}
</style>
border-color css
<style>
span { border-color: #6A3774; }
span { border-color: rgb(106,55,116); }
td.TdClassName
{
border-color: #6A3774;
}
.TagClassName
{
border-color: #6A3774;
}
</style>