Shades of Palatinate Purple #6D1666
Tints of Palatinate Purple #6D1666
RGB
CMYK
RGB Variations
Color information
#6D1666 (or 0x6D1666) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 66. RGB value is (109,22,102). Sum of RGB (Red+Green+Blue) = 109+22+102=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1666 is #92E999. Grayscale: #383838. Windows color (decimal): -9628058 or 6690413. OLE color: 6690413.
HSL color Cylindrical-coordinate representation of color #6D1666: hue angle of 304.83º 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 #6D1666 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 102 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.57 |
| HSL | 304.83º | 0.66% | 0.26% | - |
| HSV(B) | 304.83º | 0.8% | 0.43% | - |
| XYZ | 8.99 | 4.78 | 13.02 | - |
| YUV | 57.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 102 | 0 | 0.80 | 0.06 | 0.57 | 304.83 | 0.66 | 0.26 |
| Hex | 6D | 16 | 66 | 0 | 50 | 6 | 39 | 131 | 42 | 1A |
| Octal | 155 | 26 | 146 | 0 | 120 | 6 | 71 | 461 | 102 | 32 |
| Binary | 1101101 | 10110 | 1100110 | 0 | 1010000 | 110 | 111001 | 100110001 | 1000010 | 11010 |
Color Harmonies of #6D1666
Complementary color
Monochromatic Colors of #6D1666
Black with #6D1666
Text Example
Text Example
White with #6D1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1666; }
p { color: rgb(109,22,102); }
H1.HeaderClassName
{
color: #6D1666;
}
.AnyTagClassName
{
color: #6D1666;
}
</style>
background-color css
<style>
a { background-color: #6D1666; }
a { background-color: rgb(109,22,102); }
div.DivClassName
{
background-color: #6D1666;
}
.BgClassName
{
background-color: #6D1666;
}
</style>
border-color css
<style>
span { border-color: #6D1666; }
span { border-color: rgb(109,22,102); }
td.TdClassName
{
border-color: #6D1666;
}
.TagClassName
{
border-color: #6D1666;
}
</style>