Shades of Eminence #6B3777
Tints of Eminence #6B3777
RGB
CMYK
RGB Variations
Color information
#6B3777 (or 0x6B3777) is known color: Eminence. HEX triplet: 6B, 37 and 77. RGB value is (107,55,119). Sum of RGB (Red+Green+Blue) = 107+55+119=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B3777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3777 is #94C888. Grayscale: #4D4D4D. Windows color (decimal): -9750665 or 7812971. OLE color: 7812971.
HSL color Cylindrical-coordinate representation of color #6B3777: hue angle of 288.75º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3777 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 55 | 119 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.53 |
| HSL | 288.75º | 0.37% | 0.34% | - |
| HSV(B) | 288.75º | 0.54% | 0.47% | - |
| XYZ | 10.76 | 7.19 | 18.27 | - |
| YUV | 77.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 119 | 0.10 | 0.54 | 0 | 0.53 | 288.75 | 0.37 | 0.34 |
| Hex | 6B | 37 | 77 | A | 36 | 0 | 35 | 121 | 25 | 22 |
| Octal | 153 | 67 | 167 | 12 | 66 | 0 | 65 | 441 | 45 | 42 |
| Binary | 1101011 | 110111 | 1110111 | 1010 | 110110 | 0 | 110101 | 100100001 | 100101 | 100010 |
Color Harmonies of #6B3777
Complementary color
Monochromatic Colors of #6B3777
Black with #6B3777
Text Example
Text Example
White with #6B3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3777; }
p { color: rgb(107,55,119); }
H1.HeaderClassName
{
color: #6B3777;
}
.AnyTagClassName
{
color: #6B3777;
}
</style>
background-color css
<style>
a { background-color: #6B3777; }
a { background-color: rgb(107,55,119); }
div.DivClassName
{
background-color: #6B3777;
}
.BgClassName
{
background-color: #6B3777;
}
</style>
border-color css
<style>
span { border-color: #6B3777; }
span { border-color: rgb(107,55,119); }
td.TdClassName
{
border-color: #6B3777;
}
.TagClassName
{
border-color: #6B3777;
}
</style>