Shades of Palatinate Purple #6D1161
Tints of Palatinate Purple #6D1161
RGB
CMYK
RGB Variations
Color information
#6D1161 (or 0x6D1161) is known color: Palatinate Purple. HEX triplet: 6D, 11 and 61. RGB value is (109,17,97). Sum of RGB (Red+Green+Blue) = 109+17+97=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1161 is #92EE9E. Grayscale: #353535. Windows color (decimal): -9629343 or 6361453. OLE color: 6361453.
HSL color Cylindrical-coordinate representation of color #6D1161: hue angle of 307.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1161 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 97 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.57 |
| HSL | 307.83º | 0.73% | 0.25% | - |
| HSV(B) | 307.83º | 0.84% | 0.43% | - |
| XYZ | 8.66 | 4.52 | 11.72 | - |
| YUV | 53.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 97 | 0 | 0.84 | 0.11 | 0.57 | 307.83 | 0.73 | 0.25 |
| Hex | 6D | 11 | 61 | 0 | 54 | B | 39 | 134 | 49 | 19 |
| Octal | 155 | 21 | 141 | 0 | 124 | 13 | 71 | 464 | 111 | 31 |
| Binary | 1101101 | 10001 | 1100001 | 0 | 1010100 | 1011 | 111001 | 100110100 | 1001001 | 11001 |
Color Harmonies of #6D1161
Complementary color
Monochromatic Colors of #6D1161
Black with #6D1161
Text Example
Text Example
White with #6D1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1161; }
p { color: rgb(109,17,97); }
H1.HeaderClassName
{
color: #6D1161;
}
.AnyTagClassName
{
color: #6D1161;
}
</style>
background-color css
<style>
a { background-color: #6D1161; }
a { background-color: rgb(109,17,97); }
div.DivClassName
{
background-color: #6D1161;
}
.BgClassName
{
background-color: #6D1161;
}
</style>
border-color css
<style>
span { border-color: #6D1161; }
span { border-color: rgb(109,17,97); }
td.TdClassName
{
border-color: #6D1161;
}
.TagClassName
{
border-color: #6D1161;
}
</style>