Shades of Eminence #6A377D
Tints of Eminence #6A377D
RGB
CMYK
RGB Variations
Color information
#6A377D (or 0x6A377D) is known color: Eminence. HEX triplet: 6A, 37 and 7D. RGB value is (106,55,125). Sum of RGB (Red+Green+Blue) = 106+55+125=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A377D is #95C882. Grayscale: #4E4E4E. Windows color (decimal): -9816195 or 8206186. OLE color: 8206186.
HSL color Cylindrical-coordinate representation of color #6A377D: hue angle of 283.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A377D is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 55 | 125 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.51 |
| HSL | 283.71º | 0.39% | 0.35% | - |
| HSV(B) | 283.71º | 0.56% | 0.49% | - |
| XYZ | 11.01 | 7.28 | 20.23 | - |
| YUV | 78.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 125 | 0.15 | 0.56 | 0 | 0.51 | 283.71 | 0.39 | 0.35 |
| Hex | 6A | 37 | 7D | F | 38 | 0 | 33 | 11C | 27 | 23 |
| Octal | 152 | 67 | 175 | 17 | 70 | 0 | 63 | 434 | 47 | 43 |
| Binary | 1101010 | 110111 | 1111101 | 1111 | 111000 | 0 | 110011 | 100011100 | 100111 | 100011 |
Color Harmonies of #6A377D
Complementary color
Monochromatic Colors of #6A377D
Black with #6A377D
Text Example
Text Example
White with #6A377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A377D; }
p { color: rgb(106,55,125); }
H1.HeaderClassName
{
color: #6A377D;
}
.AnyTagClassName
{
color: #6A377D;
}
</style>
background-color css
<style>
a { background-color: #6A377D; }
a { background-color: rgb(106,55,125); }
div.DivClassName
{
background-color: #6A377D;
}
.BgClassName
{
background-color: #6A377D;
}
</style>
border-color css
<style>
span { border-color: #6A377D; }
span { border-color: rgb(106,55,125); }
td.TdClassName
{
border-color: #6A377D;
}
.TagClassName
{
border-color: #6A377D;
}
</style>