Shades of Palatinate Purple #6D2666
Tints of Palatinate Purple #6D2666
RGB
CMYK
RGB Variations
Color information
#6D2666 (or 0x6D2666) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 66. RGB value is (109,38,102). Sum of RGB (Red+Green+Blue) = 109+38+102=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2666 is #92D999. Grayscale: #424242. Windows color (decimal): -9623962 or 6694509. OLE color: 6694509.
HSL color Cylindrical-coordinate representation of color #6D2666: hue angle of 305.92º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2666 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 102 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.57 |
| HSL | 305.92º | 0.48% | 0.29% | - |
| HSV(B) | 305.92º | 0.65% | 0.43% | - |
| XYZ | 9.4 | 5.6 | 13.16 | - |
| YUV | 66.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 102 | 0 | 0.65 | 0.06 | 0.57 | 305.92 | 0.48 | 0.29 |
| Hex | 6D | 26 | 66 | 0 | 41 | 6 | 39 | 132 | 30 | 1D |
| Octal | 155 | 46 | 146 | 0 | 101 | 6 | 71 | 462 | 60 | 35 |
| Binary | 1101101 | 100110 | 1100110 | 0 | 1000001 | 110 | 111001 | 100110010 | 110000 | 11101 |
Color Harmonies of #6D2666
Complementary color
Monochromatic Colors of #6D2666
Black with #6D2666
Text Example
Text Example
White with #6D2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2666; }
p { color: rgb(109,38,102); }
H1.HeaderClassName
{
color: #6D2666;
}
.AnyTagClassName
{
color: #6D2666;
}
</style>
background-color css
<style>
a { background-color: #6D2666; }
a { background-color: rgb(109,38,102); }
div.DivClassName
{
background-color: #6D2666;
}
.BgClassName
{
background-color: #6D2666;
}
</style>
border-color css
<style>
span { border-color: #6D2666; }
span { border-color: rgb(109,38,102); }
td.TdClassName
{
border-color: #6D2666;
}
.TagClassName
{
border-color: #6D2666;
}
</style>