Shades of Palatinate Purple #6D1C69
Tints of Palatinate Purple #6D1C69
RGB
CMYK
RGB Variations
Color information
#6D1C69 (or 0x6D1C69) is known color: Palatinate Purple. HEX triplet: 6D, 1C and 69. RGB value is (109,28,105). Sum of RGB (Red+Green+Blue) = 109+28+105=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C69 is #92E396. Grayscale: #3C3C3C. Windows color (decimal): -9626519 or 6888557. OLE color: 6888557.
HSL color Cylindrical-coordinate representation of color #6D1C69: hue angle of 302.96º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C69 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 105 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.57 |
| HSL | 302.96º | 0.59% | 0.27% | - |
| HSV(B) | 302.96º | 0.74% | 0.43% | - |
| XYZ | 9.27 | 5.1 | 13.86 | - |
| YUV | 61 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 105 | 0 | 0.74 | 0.04 | 0.57 | 302.96 | 0.59 | 0.27 |
| Hex | 6D | 1C | 69 | 0 | 4A | 4 | 39 | 12F | 3B | 1B |
| Octal | 155 | 34 | 151 | 0 | 112 | 4 | 71 | 457 | 73 | 33 |
| Binary | 1101101 | 11100 | 1101001 | 0 | 1001010 | 100 | 111001 | 100101111 | 111011 | 11011 |
Color Harmonies of #6D1C69
Complementary color
Monochromatic Colors of #6D1C69
Black with #6D1C69
Text Example
Text Example
White with #6D1C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C69; }
p { color: rgb(109,28,105); }
H1.HeaderClassName
{
color: #6D1C69;
}
.AnyTagClassName
{
color: #6D1C69;
}
</style>
background-color css
<style>
a { background-color: #6D1C69; }
a { background-color: rgb(109,28,105); }
div.DivClassName
{
background-color: #6D1C69;
}
.BgClassName
{
background-color: #6D1C69;
}
</style>
border-color css
<style>
span { border-color: #6D1C69; }
span { border-color: rgb(109,28,105); }
td.TdClassName
{
border-color: #6D1C69;
}
.TagClassName
{
border-color: #6D1C69;
}
</style>