Shades of Palatinate Purple #6D1D61
Tints of Palatinate Purple #6D1D61
RGB
CMYK
RGB Variations
Color information
#6D1D61 (or 0x6D1D61) is known color: Palatinate Purple. HEX triplet: 6D, 1D and 61. RGB value is (109,29,97). Sum of RGB (Red+Green+Blue) = 109+29+97=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1D61 is #92E29E. Grayscale: #3C3C3C. Windows color (decimal): -9626271 or 6364525. OLE color: 6364525.
HSL color Cylindrical-coordinate representation of color #6D1D61: hue angle of 309º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D61 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 97 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.57 |
| HSL | 309º | 0.58% | 0.27% | - |
| HSV(B) | 309º | 0.73% | 0.43% | - |
| XYZ | 8.9 | 4.99 | 11.8 | - |
| YUV | 60.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 97 | 0 | 0.73 | 0.11 | 0.57 | 309 | 0.58 | 0.27 |
| Hex | 6D | 1D | 61 | 0 | 49 | B | 39 | 135 | 3A | 1B |
| Octal | 155 | 35 | 141 | 0 | 111 | 13 | 71 | 465 | 72 | 33 |
| Binary | 1101101 | 11101 | 1100001 | 0 | 1001001 | 1011 | 111001 | 100110101 | 111010 | 11011 |
Color Harmonies of #6D1D61
Complementary color
Monochromatic Colors of #6D1D61
Black with #6D1D61
Text Example
Text Example
White with #6D1D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D61; }
p { color: rgb(109,29,97); }
H1.HeaderClassName
{
color: #6D1D61;
}
.AnyTagClassName
{
color: #6D1D61;
}
</style>
background-color css
<style>
a { background-color: #6D1D61; }
a { background-color: rgb(109,29,97); }
div.DivClassName
{
background-color: #6D1D61;
}
.BgClassName
{
background-color: #6D1D61;
}
</style>
border-color css
<style>
span { border-color: #6D1D61; }
span { border-color: rgb(109,29,97); }
td.TdClassName
{
border-color: #6D1D61;
}
.TagClassName
{
border-color: #6D1D61;
}
</style>