Shades of Palatinate Purple #6D106D
Tints of Palatinate Purple #6D106D
RGB
CMYK
RGB Variations
Color information
#6D106D (or 0x6D106D) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 6D. RGB value is (109,16,109). Sum of RGB (Red+Green+Blue) = 109+16+109=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D106D is #92EF92. Grayscale: #363636. Windows color (decimal): -9629587 or 7147629. OLE color: 7147629.
HSL color Cylindrical-coordinate representation of color #6D106D: hue angle of 300º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D106D is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 109 | - |
| CMYK | 0 | 0.85 | 0 | 0.57 |
| HSL | 300º | 0.74% | 0.25% | - |
| HSV(B) | 300º | 0.85% | 0.43% | - |
| XYZ | 9.25 | 4.73 | 14.89 | - |
| YUV | 54.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 109 | 0 | 0.85 | 0 | 0.57 | 300 | 0.74 | 0.25 |
| Hex | 6D | 10 | 6D | 0 | 55 | 0 | 39 | 12C | 4A | 19 |
| Octal | 155 | 20 | 155 | 0 | 125 | 0 | 71 | 454 | 112 | 31 |
| Binary | 1101101 | 10000 | 1101101 | 0 | 1010101 | 0 | 111001 | 100101100 | 1001010 | 11001 |
Color Harmonies of #6D106D
Complementary color
Monochromatic Colors of #6D106D
Black with #6D106D
Text Example
Text Example
White with #6D106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D106D; }
p { color: rgb(109,16,109); }
H1.HeaderClassName
{
color: #6D106D;
}
.AnyTagClassName
{
color: #6D106D;
}
</style>
background-color css
<style>
a { background-color: #6D106D; }
a { background-color: rgb(109,16,109); }
div.DivClassName
{
background-color: #6D106D;
}
.BgClassName
{
background-color: #6D106D;
}
</style>
border-color css
<style>
span { border-color: #6D106D; }
span { border-color: rgb(109,16,109); }
td.TdClassName
{
border-color: #6D106D;
}
.TagClassName
{
border-color: #6D106D;
}
</style>