Shades of Eminence #6B3576
Tints of Eminence #6B3576
RGB
CMYK
RGB Variations
Color information
#6B3576 (or 0x6B3576) is known color: Eminence. HEX triplet: 6B, 35 and 76. RGB value is (107,53,118). Sum of RGB (Red+Green+Blue) = 107+53+118=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B3576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3576 is #94CA89. Grayscale: #4C4C4C. Windows color (decimal): -9751178 or 7746923. OLE color: 7746923.
HSL color Cylindrical-coordinate representation of color #6B3576: hue angle of 289.85º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3576 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 53 | 118 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.54 |
| HSL | 289.85º | 0.38% | 0.34% | - |
| HSV(B) | 289.85º | 0.55% | 0.46% | - |
| XYZ | 10.61 | 6.98 | 17.93 | - |
| YUV | 76.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 53 | 118 | 0.09 | 0.55 | 0 | 0.54 | 289.85 | 0.38 | 0.34 |
| Hex | 6B | 35 | 76 | 9 | 37 | 0 | 36 | 122 | 26 | 22 |
| Octal | 153 | 65 | 166 | 11 | 67 | 0 | 66 | 442 | 46 | 42 |
| Binary | 1101011 | 110101 | 1110110 | 1001 | 110111 | 0 | 110110 | 100100010 | 100110 | 100010 |
Color Harmonies of #6B3576
Complementary color
Monochromatic Colors of #6B3576
Black with #6B3576
Text Example
Text Example
White with #6B3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3576; }
p { color: rgb(107,53,118); }
H1.HeaderClassName
{
color: #6B3576;
}
.AnyTagClassName
{
color: #6B3576;
}
</style>
background-color css
<style>
a { background-color: #6B3576; }
a { background-color: rgb(107,53,118); }
div.DivClassName
{
background-color: #6B3576;
}
.BgClassName
{
background-color: #6B3576;
}
</style>
border-color css
<style>
span { border-color: #6B3576; }
span { border-color: rgb(107,53,118); }
td.TdClassName
{
border-color: #6B3576;
}
.TagClassName
{
border-color: #6B3576;
}
</style>