Shades of Palatinate Purple #6D3D61
Tints of Palatinate Purple #6D3D61
RGB
CMYK
RGB Variations
Color information
#6D3D61 (or 0x6D3D61) is known color: Palatinate Purple. HEX triplet: 6D, 3D and 61. RGB value is (109,61,97). Sum of RGB (Red+Green+Blue) = 109+61+97=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3D61 is #92C29E. Grayscale: #4F4F4F. Windows color (decimal): -9618079 or 6372717. OLE color: 6372717.
HSL color Cylindrical-coordinate representation of color #6D3D61: hue angle of 315º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D3D61 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 61 | 97 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.57 |
| HSL | 315º | 0.28% | 0.33% | - |
| HSV(B) | 315º | 0.44% | 0.43% | - |
| XYZ | 10.13 | 7.45 | 12.21 | - |
| YUV | 79.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 97 | 0 | 0.44 | 0.11 | 0.57 | 315 | 0.28 | 0.33 |
| Hex | 6D | 3D | 61 | 0 | 2C | B | 39 | 13B | 1C | 21 |
| Octal | 155 | 75 | 141 | 0 | 54 | 13 | 71 | 473 | 34 | 41 |
| Binary | 1101101 | 111101 | 1100001 | 0 | 101100 | 1011 | 111001 | 100111011 | 11100 | 100001 |
Color Harmonies of #6D3D61
Complementary color
Monochromatic Colors of #6D3D61
Black with #6D3D61
Text Example
Text Example
White with #6D3D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3D61; }
p { color: rgb(109,61,97); }
H1.HeaderClassName
{
color: #6D3D61;
}
.AnyTagClassName
{
color: #6D3D61;
}
</style>
background-color css
<style>
a { background-color: #6D3D61; }
a { background-color: rgb(109,61,97); }
div.DivClassName
{
background-color: #6D3D61;
}
.BgClassName
{
background-color: #6D3D61;
}
</style>
border-color css
<style>
span { border-color: #6D3D61; }
span { border-color: rgb(109,61,97); }
td.TdClassName
{
border-color: #6D3D61;
}
.TagClassName
{
border-color: #6D3D61;
}
</style>