Shades of Eminence #6B377C
Tints of Eminence #6B377C
RGB
CMYK
RGB Variations
Color information
#6B377C (or 0x6B377C) is known color: Eminence. HEX triplet: 6B, 37 and 7C. RGB value is (107,55,124). Sum of RGB (Red+Green+Blue) = 107+55+124=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B377C is #94C883. Grayscale: #4E4E4E. Windows color (decimal): -9750660 or 8140651. OLE color: 8140651.
HSL color Cylindrical-coordinate representation of color #6B377C: hue angle of 285.22º 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 #6B377C is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 55 | 124 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.51 |
| HSL | 285.22º | 0.39% | 0.35% | - |
| HSV(B) | 285.22º | 0.56% | 0.49% | - |
| XYZ | 11.07 | 7.31 | 19.9 | - |
| YUV | 78.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 55 | 124 | 0.14 | 0.56 | 0 | 0.51 | 285.22 | 0.39 | 0.35 |
| Hex | 6B | 37 | 7C | E | 38 | 0 | 33 | 11D | 27 | 23 |
| Octal | 153 | 67 | 174 | 16 | 70 | 0 | 63 | 435 | 47 | 43 |
| Binary | 1101011 | 110111 | 1111100 | 1110 | 111000 | 0 | 110011 | 100011101 | 100111 | 100011 |
Color Harmonies of #6B377C
Complementary color
Monochromatic Colors of #6B377C
Black with #6B377C
Text Example
Text Example
White with #6B377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B377C; }
p { color: rgb(107,55,124); }
H1.HeaderClassName
{
color: #6B377C;
}
.AnyTagClassName
{
color: #6B377C;
}
</style>
background-color css
<style>
a { background-color: #6B377C; }
a { background-color: rgb(107,55,124); }
div.DivClassName
{
background-color: #6B377C;
}
.BgClassName
{
background-color: #6B377C;
}
</style>
border-color css
<style>
span { border-color: #6B377C; }
span { border-color: rgb(107,55,124); }
td.TdClassName
{
border-color: #6B377C;
}
.TagClassName
{
border-color: #6B377C;
}
</style>