Shades of Palatinate Purple #6D1669
Tints of Palatinate Purple #6D1669
RGB
CMYK
RGB Variations
Color information
#6D1669 (or 0x6D1669) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 69. RGB value is (109,22,105). Sum of RGB (Red+Green+Blue) = 109+22+105=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1669 is #92E996. Grayscale: #393939. Windows color (decimal): -9628055 or 6887021. OLE color: 6887021.
HSL color Cylindrical-coordinate representation of color #6D1669: hue angle of 302.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1669 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 105 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.57 |
| HSL | 302.76º | 0.66% | 0.26% | - |
| HSV(B) | 302.76º | 0.8% | 0.43% | - |
| XYZ | 9.14 | 4.84 | 13.82 | - |
| YUV | 57.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 105 | 0 | 0.80 | 0.04 | 0.57 | 302.76 | 0.66 | 0.26 |
| Hex | 6D | 16 | 69 | 0 | 50 | 4 | 39 | 12F | 42 | 1A |
| Octal | 155 | 26 | 151 | 0 | 120 | 4 | 71 | 457 | 102 | 32 |
| Binary | 1101101 | 10110 | 1101001 | 0 | 1010000 | 100 | 111001 | 100101111 | 1000010 | 11010 |
Color Harmonies of #6D1669
Complementary color
Monochromatic Colors of #6D1669
Black with #6D1669
Text Example
Text Example
White with #6D1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1669; }
p { color: rgb(109,22,105); }
H1.HeaderClassName
{
color: #6D1669;
}
.AnyTagClassName
{
color: #6D1669;
}
</style>
background-color css
<style>
a { background-color: #6D1669; }
a { background-color: rgb(109,22,105); }
div.DivClassName
{
background-color: #6D1669;
}
.BgClassName
{
background-color: #6D1669;
}
</style>
border-color css
<style>
span { border-color: #6D1669; }
span { border-color: rgb(109,22,105); }
td.TdClassName
{
border-color: #6D1669;
}
.TagClassName
{
border-color: #6D1669;
}
</style>