Shades of Eminence #6D357F
Tints of Eminence #6D357F
RGB
CMYK
RGB Variations
Color information
#6D357F (or 0x6D357F) is known color: Eminence. HEX triplet: 6D, 35 and 7F. RGB value is (109,53,127). Sum of RGB (Red+Green+Blue) = 109+53+127=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D357F is #92CA80. Grayscale: #4D4D4D. Windows color (decimal): -9620097 or 8336749. OLE color: 8336749.
HSL color Cylindrical-coordinate representation of color #6D357F: hue angle of 285.41º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D357F is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 53 | 127 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.50 |
| HSL | 285.41º | 0.41% | 0.35% | - |
| HSV(B) | 285.41º | 0.58% | 0.5% | - |
| XYZ | 11.41 | 7.33 | 20.89 | - |
| YUV | 78.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 127 | 0.14 | 0.58 | 0 | 0.50 | 285.41 | 0.41 | 0.35 |
| Hex | 6D | 35 | 7F | E | 3A | 0 | 32 | 11D | 29 | 23 |
| Octal | 155 | 65 | 177 | 16 | 72 | 0 | 62 | 435 | 51 | 43 |
| Binary | 1101101 | 110101 | 1111111 | 1110 | 111010 | 0 | 110010 | 100011101 | 101001 | 100011 |
Color Harmonies of #6D357F
Complementary color
Monochromatic Colors of #6D357F
Black with #6D357F
Text Example
Text Example
White with #6D357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D357F; }
p { color: rgb(109,53,127); }
H1.HeaderClassName
{
color: #6D357F;
}
.AnyTagClassName
{
color: #6D357F;
}
</style>
background-color css
<style>
a { background-color: #6D357F; }
a { background-color: rgb(109,53,127); }
div.DivClassName
{
background-color: #6D357F;
}
.BgClassName
{
background-color: #6D357F;
}
</style>
border-color css
<style>
span { border-color: #6D357F; }
span { border-color: rgb(109,53,127); }
td.TdClassName
{
border-color: #6D357F;
}
.TagClassName
{
border-color: #6D357F;
}
</style>