Shades of Palatinate Purple #6D3359
Tints of Palatinate Purple #6D3359
RGB
CMYK
RGB Variations
Color information
#6D3359 (or 0x6D3359) is known color: Palatinate Purple. HEX triplet: 6D, 33 and 59. RGB value is (109,51,89). Sum of RGB (Red+Green+Blue) = 109+51+89=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3359 is #92CCA6. Grayscale: #484848. Windows color (decimal): -9620647 or 5845869. OLE color: 5845869.
HSL color Cylindrical-coordinate representation of color #6D3359: hue angle of 320.69º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3359 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 89 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.57 |
| HSL | 320.69º | 0.36% | 0.31% | - |
| HSV(B) | 320.69º | 0.53% | 0.43% | - |
| XYZ | 9.29 | 6.34 | 10.19 | - |
| YUV | 72.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 89 | 0 | 0.53 | 0.18 | 0.57 | 320.69 | 0.36 | 0.31 |
| Hex | 6D | 33 | 59 | 0 | 35 | 12 | 39 | 141 | 24 | 1F |
| Octal | 155 | 63 | 131 | 0 | 65 | 22 | 71 | 501 | 44 | 37 |
| Binary | 1101101 | 110011 | 1011001 | 0 | 110101 | 10010 | 111001 | 101000001 | 100100 | 11111 |
Color Harmonies of #6D3359
Complementary color
Monochromatic Colors of #6D3359
Black with #6D3359
Text Example
Text Example
White with #6D3359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3359; }
p { color: rgb(109,51,89); }
H1.HeaderClassName
{
color: #6D3359;
}
.AnyTagClassName
{
color: #6D3359;
}
</style>
background-color css
<style>
a { background-color: #6D3359; }
a { background-color: rgb(109,51,89); }
div.DivClassName
{
background-color: #6D3359;
}
.BgClassName
{
background-color: #6D3359;
}
</style>
border-color css
<style>
span { border-color: #6D3359; }
span { border-color: rgb(109,51,89); }
td.TdClassName
{
border-color: #6D3359;
}
.TagClassName
{
border-color: #6D3359;
}
</style>