Shades of Purple #6D106F
Tints of Purple #6D106F
RGB
CMYK
RGB Variations
Color information
#6D106F (or 0x6D106F) is known color: Purple. HEX triplet: 6D, 10 and 6F. RGB value is (109,16,111). Sum of RGB (Red+Green+Blue) = 109+16+111=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D106F is #92EF90. Grayscale: #363636. Windows color (decimal): -9629585 or 7278701. OLE color: 7278701.
HSL color Cylindrical-coordinate representation of color #6D106F: hue angle of 298.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D106F is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 16 | 111 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.56 |
| HSL | 298.74º | 0.75% | 0.25% | - |
| HSV(B) | 298.74º | 0.86% | 0.44% | - |
| XYZ | 9.36 | 4.77 | 15.47 | - |
| YUV | 54.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 111 | 0.02 | 0.86 | 0 | 0.56 | 298.74 | 0.75 | 0.25 |
| Hex | 6D | 10 | 6F | 2 | 56 | 0 | 38 | 12B | 4B | 19 |
| Octal | 155 | 20 | 157 | 2 | 126 | 0 | 70 | 453 | 113 | 31 |
| Binary | 1101101 | 10000 | 1101111 | 10 | 1010110 | 0 | 111000 | 100101011 | 1001011 | 11001 |
Color Harmonies of #6D106F
Complementary color
Monochromatic Colors of #6D106F
Black with #6D106F
Text Example
Text Example
White with #6D106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D106F; }
p { color: rgb(109,16,111); }
H1.HeaderClassName
{
color: #6D106F;
}
.AnyTagClassName
{
color: #6D106F;
}
</style>
background-color css
<style>
a { background-color: #6D106F; }
a { background-color: rgb(109,16,111); }
div.DivClassName
{
background-color: #6D106F;
}
.BgClassName
{
background-color: #6D106F;
}
</style>
border-color css
<style>
span { border-color: #6D106F; }
span { border-color: rgb(109,16,111); }
td.TdClassName
{
border-color: #6D106F;
}
.TagClassName
{
border-color: #6D106F;
}
</style>