Shades of Palatinate Purple #6D3159
Tints of Palatinate Purple #6D3159
RGB
CMYK
RGB Variations
Color information
#6D3159 (or 0x6D3159) is known color: Palatinate Purple. HEX triplet: 6D, 31 and 59. RGB value is (109,49,89). Sum of RGB (Red+Green+Blue) = 109+49+89=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3159 is #92CEA6. Grayscale: #474747. Windows color (decimal): -9621159 or 5845357. OLE color: 5845357.
HSL color Cylindrical-coordinate representation of color #6D3159: hue angle of 320º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3159 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 89 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.57 |
| HSL | 320º | 0.38% | 0.31% | - |
| HSV(B) | 320º | 0.55% | 0.43% | - |
| XYZ | 9.21 | 6.17 | 10.16 | - |
| YUV | 71.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 89 | 0 | 0.55 | 0.18 | 0.57 | 320 | 0.38 | 0.31 |
| Hex | 6D | 31 | 59 | 0 | 37 | 12 | 39 | 140 | 26 | 1F |
| Octal | 155 | 61 | 131 | 0 | 67 | 22 | 71 | 500 | 46 | 37 |
| Binary | 1101101 | 110001 | 1011001 | 0 | 110111 | 10010 | 111001 | 101000000 | 100110 | 11111 |
Color Harmonies of #6D3159
Complementary color
Monochromatic Colors of #6D3159
Black with #6D3159
Text Example
Text Example
White with #6D3159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3159; }
p { color: rgb(109,49,89); }
H1.HeaderClassName
{
color: #6D3159;
}
.AnyTagClassName
{
color: #6D3159;
}
</style>
background-color css
<style>
a { background-color: #6D3159; }
a { background-color: rgb(109,49,89); }
div.DivClassName
{
background-color: #6D3159;
}
.BgClassName
{
background-color: #6D3159;
}
</style>
border-color css
<style>
span { border-color: #6D3159; }
span { border-color: rgb(109,49,89); }
td.TdClassName
{
border-color: #6D3159;
}
.TagClassName
{
border-color: #6D3159;
}
</style>