Shades of Palatinate Purple #6D216D
Tints of Palatinate Purple #6D216D
RGB
CMYK
RGB Variations
Color information
#6D216D (or 0x6D216D) is known color: Palatinate Purple. HEX triplet: 6D, 21 and 6D. RGB value is (109,33,109). Sum of RGB (Red+Green+Blue) = 109+33+109=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D216D is #92DE92. Grayscale: #404040. Windows color (decimal): -9625235 or 7151981. OLE color: 7151981.
HSL color Cylindrical-coordinate representation of color #6D216D: hue angle of 300º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D216D is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 109 | - |
| CMYK | 0 | 0.70 | 0 | 0.57 |
| HSL | 300º | 0.54% | 0.28% | - |
| HSV(B) | 300º | 0.7% | 0.43% | - |
| XYZ | 9.61 | 5.44 | 15.01 | - |
| YUV | 64.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 109 | 0 | 0.70 | 0 | 0.57 | 300 | 0.54 | 0.28 |
| Hex | 6D | 21 | 6D | 0 | 46 | 0 | 39 | 12C | 36 | 1C |
| Octal | 155 | 41 | 155 | 0 | 106 | 0 | 71 | 454 | 66 | 34 |
| Binary | 1101101 | 100001 | 1101101 | 0 | 1000110 | 0 | 111001 | 100101100 | 110110 | 11100 |
Color Harmonies of #6D216D
Complementary color
Monochromatic Colors of #6D216D
Black with #6D216D
Text Example
Text Example
White with #6D216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D216D; }
p { color: rgb(109,33,109); }
H1.HeaderClassName
{
color: #6D216D;
}
.AnyTagClassName
{
color: #6D216D;
}
</style>
background-color css
<style>
a { background-color: #6D216D; }
a { background-color: rgb(109,33,109); }
div.DivClassName
{
background-color: #6D216D;
}
.BgClassName
{
background-color: #6D216D;
}
</style>
border-color css
<style>
span { border-color: #6D216D; }
span { border-color: rgb(109,33,109); }
td.TdClassName
{
border-color: #6D216D;
}
.TagClassName
{
border-color: #6D216D;
}
</style>