Shades of Eminence #6A377A
Tints of Eminence #6A377A
RGB
CMYK
RGB Variations
Color information
#6A377A (or 0x6A377A) is known color: Eminence. HEX triplet: 6A, 37 and 7A. RGB value is (106,55,122). Sum of RGB (Red+Green+Blue) = 106+55+122=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A377A is #95C885. Grayscale: #4D4D4D. Windows color (decimal): -9816198 or 8009578. OLE color: 8009578.
HSL color Cylindrical-coordinate representation of color #6A377A: hue angle of 285.67º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A377A is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 55 | 122 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.52 |
| HSL | 285.67º | 0.38% | 0.35% | - |
| HSV(B) | 285.67º | 0.55% | 0.48% | - |
| XYZ | 10.82 | 7.2 | 19.23 | - |
| YUV | 77.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 122 | 0.13 | 0.55 | 0 | 0.52 | 285.67 | 0.38 | 0.35 |
| Hex | 6A | 37 | 7A | D | 37 | 0 | 34 | 11E | 26 | 23 |
| Octal | 152 | 67 | 172 | 15 | 67 | 0 | 64 | 436 | 46 | 43 |
| Binary | 1101010 | 110111 | 1111010 | 1101 | 110111 | 0 | 110100 | 100011110 | 100110 | 100011 |
Color Harmonies of #6A377A
Complementary color
Monochromatic Colors of #6A377A
Black with #6A377A
Text Example
Text Example
White with #6A377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A377A; }
p { color: rgb(106,55,122); }
H1.HeaderClassName
{
color: #6A377A;
}
.AnyTagClassName
{
color: #6A377A;
}
</style>
background-color css
<style>
a { background-color: #6A377A; }
a { background-color: rgb(106,55,122); }
div.DivClassName
{
background-color: #6A377A;
}
.BgClassName
{
background-color: #6A377A;
}
</style>
border-color css
<style>
span { border-color: #6A377A; }
span { border-color: rgb(106,55,122); }
td.TdClassName
{
border-color: #6A377A;
}
.TagClassName
{
border-color: #6A377A;
}
</style>