Shades of Palatinate Purple #6D2C56
Tints of Palatinate Purple #6D2C56
RGB
CMYK
RGB Variations
Color information
#6D2C56 (or 0x6D2C56) is known color: Palatinate Purple. HEX triplet: 6D, 2C and 56. RGB value is (109,44,86). Sum of RGB (Red+Green+Blue) = 109+44+86=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C56 is #92D3A9. Grayscale: #444444. Windows color (decimal): -9622442 or 5647469. OLE color: 5647469.
HSL color Cylindrical-coordinate representation of color #6D2C56: hue angle of 321.23º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C56 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 86 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.57 |
| HSL | 321.23º | 0.42% | 0.3% | - |
| HSV(B) | 321.23º | 0.6% | 0.43% | - |
| XYZ | 8.89 | 5.72 | 9.44 | - |
| YUV | 68.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 86 | 0 | 0.60 | 0.21 | 0.57 | 321.23 | 0.42 | 0.3 |
| Hex | 6D | 2C | 56 | 0 | 3C | 15 | 39 | 141 | 2A | 1E |
| Octal | 155 | 54 | 126 | 0 | 74 | 25 | 71 | 501 | 52 | 36 |
| Binary | 1101101 | 101100 | 1010110 | 0 | 111100 | 10101 | 111001 | 101000001 | 101010 | 11110 |
Color Harmonies of #6D2C56
Complementary color
Monochromatic Colors of #6D2C56
Black with #6D2C56
Text Example
Text Example
White with #6D2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C56; }
p { color: rgb(109,44,86); }
H1.HeaderClassName
{
color: #6D2C56;
}
.AnyTagClassName
{
color: #6D2C56;
}
</style>
background-color css
<style>
a { background-color: #6D2C56; }
a { background-color: rgb(109,44,86); }
div.DivClassName
{
background-color: #6D2C56;
}
.BgClassName
{
background-color: #6D2C56;
}
</style>
border-color css
<style>
span { border-color: #6D2C56; }
span { border-color: rgb(109,44,86); }
td.TdClassName
{
border-color: #6D2C56;
}
.TagClassName
{
border-color: #6D2C56;
}
</style>