Shades of Palatinate Purple #6D205B
Tints of Palatinate Purple #6D205B
RGB
CMYK
RGB Variations
Color information
#6D205B (or 0x6D205B) is known color: Palatinate Purple. HEX triplet: 6D, 20 and 5B. RGB value is (109,32,91). Sum of RGB (Red+Green+Blue) = 109+32+91=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D205B is #92DFA4. Grayscale: #3D3D3D. Windows color (decimal): -9625509 or 5972077. OLE color: 5972077.
HSL color Cylindrical-coordinate representation of color #6D205B: hue angle of 314.03º 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 #6D205B is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 91 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.57 |
| HSL | 314.03º | 0.55% | 0.28% | - |
| HSV(B) | 314.03º | 0.71% | 0.43% | - |
| XYZ | 8.71 | 5.04 | 10.41 | - |
| YUV | 61.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 91 | 0 | 0.71 | 0.17 | 0.57 | 314.03 | 0.55 | 0.28 |
| Hex | 6D | 20 | 5B | 0 | 47 | 11 | 39 | 13A | 37 | 1C |
| Octal | 155 | 40 | 133 | 0 | 107 | 21 | 71 | 472 | 67 | 34 |
| Binary | 1101101 | 100000 | 1011011 | 0 | 1000111 | 10001 | 111001 | 100111010 | 110111 | 11100 |
Color Harmonies of #6D205B
Complementary color
Monochromatic Colors of #6D205B
Black with #6D205B
Text Example
Text Example
White with #6D205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D205B; }
p { color: rgb(109,32,91); }
H1.HeaderClassName
{
color: #6D205B;
}
.AnyTagClassName
{
color: #6D205B;
}
</style>
background-color css
<style>
a { background-color: #6D205B; }
a { background-color: rgb(109,32,91); }
div.DivClassName
{
background-color: #6D205B;
}
.BgClassName
{
background-color: #6D205B;
}
</style>
border-color css
<style>
span { border-color: #6D205B; }
span { border-color: rgb(109,32,91); }
td.TdClassName
{
border-color: #6D205B;
}
.TagClassName
{
border-color: #6D205B;
}
</style>