Shades of Palatinate Purple #6D215E
Tints of Palatinate Purple #6D215E
RGB
CMYK
RGB Variations
Color information
#6D215E (or 0x6D215E) is known color: Palatinate Purple. HEX triplet: 6D, 21 and 5E. RGB value is (109,33,94). Sum of RGB (Red+Green+Blue) = 109+33+94=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D215E is #92DEA1. Grayscale: #3E3E3E. Windows color (decimal): -9625250 or 6168941. OLE color: 6168941.
HSL color Cylindrical-coordinate representation of color #6D215E: hue angle of 311.84º 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 #6D215E is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 94 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.57 |
| HSL | 311.84º | 0.54% | 0.28% | - |
| HSV(B) | 311.84º | 0.7% | 0.43% | - |
| XYZ | 8.87 | 5.15 | 11.12 | - |
| YUV | 62.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 94 | 0 | 0.70 | 0.14 | 0.57 | 311.84 | 0.54 | 0.28 |
| Hex | 6D | 21 | 5E | 0 | 46 | E | 39 | 138 | 36 | 1C |
| Octal | 155 | 41 | 136 | 0 | 106 | 16 | 71 | 470 | 66 | 34 |
| Binary | 1101101 | 100001 | 1011110 | 0 | 1000110 | 1110 | 111001 | 100111000 | 110110 | 11100 |
Color Harmonies of #6D215E
Complementary color
Monochromatic Colors of #6D215E
Black with #6D215E
Text Example
Text Example
White with #6D215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D215E; }
p { color: rgb(109,33,94); }
H1.HeaderClassName
{
color: #6D215E;
}
.AnyTagClassName
{
color: #6D215E;
}
</style>
background-color css
<style>
a { background-color: #6D215E; }
a { background-color: rgb(109,33,94); }
div.DivClassName
{
background-color: #6D215E;
}
.BgClassName
{
background-color: #6D215E;
}
</style>
border-color css
<style>
span { border-color: #6D215E; }
span { border-color: rgb(109,33,94); }
td.TdClassName
{
border-color: #6D215E;
}
.TagClassName
{
border-color: #6D215E;
}
</style>