Shades of Eminence #6D297F
Tints of Eminence #6D297F
RGB
CMYK
RGB Variations
Color information
#6D297F (or 0x6D297F) is known color: Eminence. HEX triplet: 6D, 29 and 7F. RGB value is (109,41,127). Sum of RGB (Red+Green+Blue) = 109+41+127=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D297F is #92D680. Grayscale: #464646. Windows color (decimal): -9623169 or 8333677. OLE color: 8333677.
HSL color Cylindrical-coordinate representation of color #6D297F: hue angle of 287.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D297F is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 41 | 127 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.50 |
| HSL | 287.44º | 0.51% | 0.33% | - |
| HSV(B) | 287.44º | 0.68% | 0.5% | - |
| XYZ | 10.93 | 6.37 | 20.73 | - |
| YUV | 71.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 127 | 0.14 | 0.68 | 0 | 0.50 | 287.44 | 0.51 | 0.33 |
| Hex | 6D | 29 | 7F | E | 44 | 0 | 32 | 11F | 33 | 21 |
| Octal | 155 | 51 | 177 | 16 | 104 | 0 | 62 | 437 | 63 | 41 |
| Binary | 1101101 | 101001 | 1111111 | 1110 | 1000100 | 0 | 110010 | 100011111 | 110011 | 100001 |
Color Harmonies of #6D297F
Complementary color
Monochromatic Colors of #6D297F
Black with #6D297F
Text Example
Text Example
White with #6D297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D297F; }
p { color: rgb(109,41,127); }
H1.HeaderClassName
{
color: #6D297F;
}
.AnyTagClassName
{
color: #6D297F;
}
</style>
background-color css
<style>
a { background-color: #6D297F; }
a { background-color: rgb(109,41,127); }
div.DivClassName
{
background-color: #6D297F;
}
.BgClassName
{
background-color: #6D297F;
}
</style>
border-color css
<style>
span { border-color: #6D297F; }
span { border-color: rgb(109,41,127); }
td.TdClassName
{
border-color: #6D297F;
}
.TagClassName
{
border-color: #6D297F;
}
</style>