Shades of Palatinate Purple #6D1769
Tints of Palatinate Purple #6D1769
RGB
CMYK
RGB Variations
Color information
#6D1769 (or 0x6D1769) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 69. RGB value is (109,23,105). Sum of RGB (Red+Green+Blue) = 109+23+105=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1769 is #92E896. Grayscale: #393939. Windows color (decimal): -9627799 or 6887277. OLE color: 6887277.
HSL color Cylindrical-coordinate representation of color #6D1769: hue angle of 302.79º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1769 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 105 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.57 |
| HSL | 302.79º | 0.65% | 0.26% | - |
| HSV(B) | 302.79º | 0.79% | 0.43% | - |
| XYZ | 9.16 | 4.88 | 13.82 | - |
| YUV | 58.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 105 | 0 | 0.79 | 0.04 | 0.57 | 302.79 | 0.65 | 0.26 |
| Hex | 6D | 17 | 69 | 0 | 4F | 4 | 39 | 12F | 41 | 1A |
| Octal | 155 | 27 | 151 | 0 | 117 | 4 | 71 | 457 | 101 | 32 |
| Binary | 1101101 | 10111 | 1101001 | 0 | 1001111 | 100 | 111001 | 100101111 | 1000001 | 11010 |
Color Harmonies of #6D1769
Complementary color
Monochromatic Colors of #6D1769
Black with #6D1769
Text Example
Text Example
White with #6D1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1769; }
p { color: rgb(109,23,105); }
H1.HeaderClassName
{
color: #6D1769;
}
.AnyTagClassName
{
color: #6D1769;
}
</style>
background-color css
<style>
a { background-color: #6D1769; }
a { background-color: rgb(109,23,105); }
div.DivClassName
{
background-color: #6D1769;
}
.BgClassName
{
background-color: #6D1769;
}
</style>
border-color css
<style>
span { border-color: #6D1769; }
span { border-color: rgb(109,23,105); }
td.TdClassName
{
border-color: #6D1769;
}
.TagClassName
{
border-color: #6D1769;
}
</style>