Shades of Palatinate Purple #6D2060
Tints of Palatinate Purple #6D2060
RGB
CMYK
RGB Variations
Color information
#6D2060 (or 0x6D2060) is known color: Palatinate Purple. HEX triplet: 6D, 20 and 60. RGB value is (109,32,96). Sum of RGB (Red+Green+Blue) = 109+32+96=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2060 is #92DF9F. Grayscale: #3E3E3E. Windows color (decimal): -9625504 or 6299757. OLE color: 6299757.
HSL color Cylindrical-coordinate representation of color #6D2060: hue angle of 310.13º 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 #6D2060 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 96 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.57 |
| HSL | 310.13º | 0.55% | 0.28% | - |
| HSV(B) | 310.13º | 0.71% | 0.43% | - |
| XYZ | 8.93 | 5.13 | 11.59 | - |
| YUV | 62.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 96 | 0 | 0.71 | 0.12 | 0.57 | 310.13 | 0.55 | 0.28 |
| Hex | 6D | 20 | 60 | 0 | 47 | C | 39 | 136 | 37 | 1C |
| Octal | 155 | 40 | 140 | 0 | 107 | 14 | 71 | 466 | 67 | 34 |
| Binary | 1101101 | 100000 | 1100000 | 0 | 1000111 | 1100 | 111001 | 100110110 | 110111 | 11100 |
Color Harmonies of #6D2060
Complementary color
Monochromatic Colors of #6D2060
Black with #6D2060
Text Example
Text Example
White with #6D2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2060; }
p { color: rgb(109,32,96); }
H1.HeaderClassName
{
color: #6D2060;
}
.AnyTagClassName
{
color: #6D2060;
}
</style>
background-color css
<style>
a { background-color: #6D2060; }
a { background-color: rgb(109,32,96); }
div.DivClassName
{
background-color: #6D2060;
}
.BgClassName
{
background-color: #6D2060;
}
</style>
border-color css
<style>
span { border-color: #6D2060; }
span { border-color: rgb(109,32,96); }
td.TdClassName
{
border-color: #6D2060;
}
.TagClassName
{
border-color: #6D2060;
}
</style>