Shades of Palatinate Purple #6D106C
Tints of Palatinate Purple #6D106C
RGB
CMYK
RGB Variations
Color information
#6D106C (or 0x6D106C) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 6C. RGB value is (109,16,108). Sum of RGB (Red+Green+Blue) = 109+16+108=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D106C is #92EF93. Grayscale: #363636. Windows color (decimal): -9629588 or 7082093. OLE color: 7082093.
HSL color Cylindrical-coordinate representation of color #6D106C: hue angle of 300.65º 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 #6D106C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 108 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.57 |
| HSL | 300.65º | 0.74% | 0.25% | - |
| HSV(B) | 300.65º | 0.85% | 0.43% | - |
| XYZ | 9.2 | 4.7 | 14.61 | - |
| YUV | 54.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 108 | 0 | 0.85 | 0.01 | 0.57 | 300.65 | 0.74 | 0.25 |
| Hex | 6D | 10 | 6C | 0 | 55 | 1 | 39 | 12D | 4A | 19 |
| Octal | 155 | 20 | 154 | 0 | 125 | 1 | 71 | 455 | 112 | 31 |
| Binary | 1101101 | 10000 | 1101100 | 0 | 1010101 | 1 | 111001 | 100101101 | 1001010 | 11001 |
Color Harmonies of #6D106C
Complementary color
Monochromatic Colors of #6D106C
Black with #6D106C
Text Example
Text Example
White with #6D106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D106C; }
p { color: rgb(109,16,108); }
H1.HeaderClassName
{
color: #6D106C;
}
.AnyTagClassName
{
color: #6D106C;
}
</style>
background-color css
<style>
a { background-color: #6D106C; }
a { background-color: rgb(109,16,108); }
div.DivClassName
{
background-color: #6D106C;
}
.BgClassName
{
background-color: #6D106C;
}
</style>
border-color css
<style>
span { border-color: #6D106C; }
span { border-color: rgb(109,16,108); }
td.TdClassName
{
border-color: #6D106C;
}
.TagClassName
{
border-color: #6D106C;
}
</style>