Shades of Palatinate Purple #6D2056
Tints of Palatinate Purple #6D2056
RGB
CMYK
RGB Variations
Color information
#6D2056 (or 0x6D2056) is known color: Palatinate Purple. HEX triplet: 6D, 20 and 56. RGB value is (109,32,86). Sum of RGB (Red+Green+Blue) = 109+32+86=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2056 is #92DFA9. Grayscale: #3D3D3D. Windows color (decimal): -9625514 or 5644397. OLE color: 5644397.
HSL color Cylindrical-coordinate representation of color #6D2056: hue angle of 317.92º 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 #6D2056 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 86 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.57 |
| HSL | 317.92º | 0.55% | 0.28% | - |
| HSV(B) | 317.92º | 0.71% | 0.43% | - |
| XYZ | 8.5 | 4.96 | 9.31 | - |
| YUV | 61.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 86 | 0 | 0.71 | 0.21 | 0.57 | 317.92 | 0.55 | 0.28 |
| Hex | 6D | 20 | 56 | 0 | 47 | 15 | 39 | 13E | 37 | 1C |
| Octal | 155 | 40 | 126 | 0 | 107 | 25 | 71 | 476 | 67 | 34 |
| Binary | 1101101 | 100000 | 1010110 | 0 | 1000111 | 10101 | 111001 | 100111110 | 110111 | 11100 |
Color Harmonies of #6D2056
Complementary color
Monochromatic Colors of #6D2056
Black with #6D2056
Text Example
Text Example
White with #6D2056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2056; }
p { color: rgb(109,32,86); }
H1.HeaderClassName
{
color: #6D2056;
}
.AnyTagClassName
{
color: #6D2056;
}
</style>
background-color css
<style>
a { background-color: #6D2056; }
a { background-color: rgb(109,32,86); }
div.DivClassName
{
background-color: #6D2056;
}
.BgClassName
{
background-color: #6D2056;
}
</style>
border-color css
<style>
span { border-color: #6D2056; }
span { border-color: rgb(109,32,86); }
td.TdClassName
{
border-color: #6D2056;
}
.TagClassName
{
border-color: #6D2056;
}
</style>