Shades of Palatinate Purple #6D2855
Tints of Palatinate Purple #6D2855
RGB
CMYK
RGB Variations
Color information
#6D2855 (or 0x6D2855) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 55. RGB value is (109,40,85). Sum of RGB (Red+Green+Blue) = 109+40+85=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2855 is #92D7AA. Grayscale: #414141. Windows color (decimal): -9623467 or 5580909. OLE color: 5580909.
HSL color Cylindrical-coordinate representation of color #6D2855: hue angle of 320.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2855 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 85 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.57 |
| HSL | 320.87º | 0.46% | 0.29% | - |
| HSV(B) | 320.87º | 0.63% | 0.43% | - |
| XYZ | 8.71 | 5.42 | 9.18 | - |
| YUV | 65.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 85 | 0 | 0.63 | 0.22 | 0.57 | 320.87 | 0.46 | 0.29 |
| Hex | 6D | 28 | 55 | 0 | 3F | 16 | 39 | 141 | 2E | 1D |
| Octal | 155 | 50 | 125 | 0 | 77 | 26 | 71 | 501 | 56 | 35 |
| Binary | 1101101 | 101000 | 1010101 | 0 | 111111 | 10110 | 111001 | 101000001 | 101110 | 11101 |
Color Harmonies of #6D2855
Complementary color
Monochromatic Colors of #6D2855
Black with #6D2855
Text Example
Text Example
White with #6D2855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2855; }
p { color: rgb(109,40,85); }
H1.HeaderClassName
{
color: #6D2855;
}
.AnyTagClassName
{
color: #6D2855;
}
</style>
background-color css
<style>
a { background-color: #6D2855; }
a { background-color: rgb(109,40,85); }
div.DivClassName
{
background-color: #6D2855;
}
.BgClassName
{
background-color: #6D2855;
}
</style>
border-color css
<style>
span { border-color: #6D2855; }
span { border-color: rgb(109,40,85); }
td.TdClassName
{
border-color: #6D2855;
}
.TagClassName
{
border-color: #6D2855;
}
</style>