Shades of Eminence #6D3277
Tints of Eminence #6D3277
RGB
CMYK
RGB Variations
Color information
#6D3277 (or 0x6D3277) is known color: Eminence. HEX triplet: 6D, 32 and 77. RGB value is (109,50,119). Sum of RGB (Red+Green+Blue) = 109+50+119=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D3277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3277 is #92CD88. Grayscale: #4B4B4B. Windows color (decimal): -9620873 or 7811693. OLE color: 7811693.
HSL color Cylindrical-coordinate representation of color #6D3277: hue angle of 291.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D3277 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 50 | 119 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.53 |
| HSL | 291.3º | 0.41% | 0.33% | - |
| HSV(B) | 291.3º | 0.58% | 0.47% | - |
| XYZ | 10.78 | 6.86 | 18.21 | - |
| YUV | 75.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 119 | 0.08 | 0.58 | 0 | 0.53 | 291.3 | 0.41 | 0.33 |
| Hex | 6D | 32 | 77 | 8 | 3A | 0 | 35 | 123 | 29 | 21 |
| Octal | 155 | 62 | 167 | 10 | 72 | 0 | 65 | 443 | 51 | 41 |
| Binary | 1101101 | 110010 | 1110111 | 1000 | 111010 | 0 | 110101 | 100100011 | 101001 | 100001 |
Color Harmonies of #6D3277
Complementary color
Monochromatic Colors of #6D3277
Black with #6D3277
Text Example
Text Example
White with #6D3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3277; }
p { color: rgb(109,50,119); }
H1.HeaderClassName
{
color: #6D3277;
}
.AnyTagClassName
{
color: #6D3277;
}
</style>
background-color css
<style>
a { background-color: #6D3277; }
a { background-color: rgb(109,50,119); }
div.DivClassName
{
background-color: #6D3277;
}
.BgClassName
{
background-color: #6D3277;
}
</style>
border-color css
<style>
span { border-color: #6D3277; }
span { border-color: rgb(109,50,119); }
td.TdClassName
{
border-color: #6D3277;
}
.TagClassName
{
border-color: #6D3277;
}
</style>