Shades of Eminence #6A377B
Tints of Eminence #6A377B
RGB
CMYK
RGB Variations
Color information
#6A377B (or 0x6A377B) is known color: Eminence. HEX triplet: 6A, 37 and 7B. RGB value is (106,55,123). Sum of RGB (Red+Green+Blue) = 106+55+123=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A377B is #95C884. Grayscale: #4D4D4D. Windows color (decimal): -9816197 or 8075114. OLE color: 8075114.
HSL color Cylindrical-coordinate representation of color #6A377B: hue angle of 285º 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 #6A377B is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 55 | 123 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.52 |
| HSL | 285º | 0.38% | 0.35% | - |
| HSV(B) | 285º | 0.55% | 0.48% | - |
| XYZ | 10.89 | 7.23 | 19.56 | - |
| YUV | 78 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 123 | 0.14 | 0.55 | 0 | 0.52 | 285 | 0.38 | 0.35 |
| Hex | 6A | 37 | 7B | E | 37 | 0 | 34 | 11D | 26 | 23 |
| Octal | 152 | 67 | 173 | 16 | 67 | 0 | 64 | 435 | 46 | 43 |
| Binary | 1101010 | 110111 | 1111011 | 1110 | 110111 | 0 | 110100 | 100011101 | 100110 | 100011 |
Color Harmonies of #6A377B
Complementary color
Monochromatic Colors of #6A377B
Black with #6A377B
Text Example
Text Example
White with #6A377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A377B; }
p { color: rgb(106,55,123); }
H1.HeaderClassName
{
color: #6A377B;
}
.AnyTagClassName
{
color: #6A377B;
}
</style>
background-color css
<style>
a { background-color: #6A377B; }
a { background-color: rgb(106,55,123); }
div.DivClassName
{
background-color: #6A377B;
}
.BgClassName
{
background-color: #6A377B;
}
</style>
border-color css
<style>
span { border-color: #6A377B; }
span { border-color: rgb(106,55,123); }
td.TdClassName
{
border-color: #6A377B;
}
.TagClassName
{
border-color: #6A377B;
}
</style>