Shades of Eminence #6D307F
Tints of Eminence #6D307F
RGB
CMYK
RGB Variations
Color information
#6D307F (or 0x6D307F) is known color: Eminence. HEX triplet: 6D, 30 and 7F. RGB value is (109,48,127). Sum of RGB (Red+Green+Blue) = 109+48+127=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D307F is #92CF80. Grayscale: #4A4A4A. Windows color (decimal): -9621377 or 8335469. OLE color: 8335469.
HSL color Cylindrical-coordinate representation of color #6D307F: hue angle of 286.33º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D307F is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 48 | 127 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.50 |
| HSL | 286.33º | 0.45% | 0.34% | - |
| HSV(B) | 286.33º | 0.62% | 0.5% | - |
| XYZ | 11.19 | 6.9 | 20.82 | - |
| YUV | 75.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 127 | 0.14 | 0.62 | 0 | 0.50 | 286.33 | 0.45 | 0.34 |
| Hex | 6D | 30 | 7F | E | 3E | 0 | 32 | 11E | 2D | 22 |
| Octal | 155 | 60 | 177 | 16 | 76 | 0 | 62 | 436 | 55 | 42 |
| Binary | 1101101 | 110000 | 1111111 | 1110 | 111110 | 0 | 110010 | 100011110 | 101101 | 100010 |
Color Harmonies of #6D307F
Complementary color
Monochromatic Colors of #6D307F
Black with #6D307F
Text Example
Text Example
White with #6D307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D307F; }
p { color: rgb(109,48,127); }
H1.HeaderClassName
{
color: #6D307F;
}
.AnyTagClassName
{
color: #6D307F;
}
</style>
background-color css
<style>
a { background-color: #6D307F; }
a { background-color: rgb(109,48,127); }
div.DivClassName
{
background-color: #6D307F;
}
.BgClassName
{
background-color: #6D307F;
}
</style>
border-color css
<style>
span { border-color: #6D307F; }
span { border-color: rgb(109,48,127); }
td.TdClassName
{
border-color: #6D307F;
}
.TagClassName
{
border-color: #6D307F;
}
</style>