Shades of Palatinate Purple #6D206D
Tints of Palatinate Purple #6D206D
RGB
CMYK
RGB Variations
Color information
#6D206D (or 0x6D206D) is known color: Palatinate Purple. HEX triplet: 6D, 20 and 6D. RGB value is (109,32,109). Sum of RGB (Red+Green+Blue) = 109+32+109=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D206D is #92DF92. Grayscale: #3F3F3F. Windows color (decimal): -9625491 or 7151725. OLE color: 7151725.
HSL color Cylindrical-coordinate representation of color #6D206D: hue angle of 300º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D206D is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 109 | - |
| CMYK | 0 | 0.71 | 0 | 0.57 |
| HSL | 300º | 0.55% | 0.28% | - |
| HSV(B) | 300º | 0.71% | 0.43% | - |
| XYZ | 9.58 | 5.39 | 15 | - |
| YUV | 63.8 | 153.51 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 109 | 0 | 0.71 | 0 | 0.57 | 300 | 0.55 | 0.28 |
| Hex | 6D | 20 | 6D | 0 | 47 | 0 | 39 | 12C | 37 | 1C |
| Octal | 155 | 40 | 155 | 0 | 107 | 0 | 71 | 454 | 67 | 34 |
| Binary | 1101101 | 100000 | 1101101 | 0 | 1000111 | 0 | 111001 | 100101100 | 110111 | 11100 |
Color Harmonies of #6D206D
Complementary color
Monochromatic Colors of #6D206D
Black with #6D206D
Text Example
Text Example
White with #6D206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D206D; }
p { color: rgb(109,32,109); }
H1.HeaderClassName
{
color: #6D206D;
}
.AnyTagClassName
{
color: #6D206D;
}
</style>
background-color css
<style>
a { background-color: #6D206D; }
a { background-color: rgb(109,32,109); }
div.DivClassName
{
background-color: #6D206D;
}
.BgClassName
{
background-color: #6D206D;
}
</style>
border-color css
<style>
span { border-color: #6D206D; }
span { border-color: rgb(109,32,109); }
td.TdClassName
{
border-color: #6D206D;
}
.TagClassName
{
border-color: #6D206D;
}
</style>