Shades of Palatinate Purple #6D2766
Tints of Palatinate Purple #6D2766
RGB
CMYK
RGB Variations
Color information
#6D2766 (or 0x6D2766) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 66. RGB value is (109,39,102). Sum of RGB (Red+Green+Blue) = 109+39+102=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2766 is #92D899. Grayscale: #424242. Windows color (decimal): -9623706 or 6694765. OLE color: 6694765.
HSL color Cylindrical-coordinate representation of color #6D2766: hue angle of 306º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2766 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 102 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.57 |
| HSL | 306º | 0.47% | 0.29% | - |
| HSV(B) | 306º | 0.64% | 0.43% | - |
| XYZ | 9.43 | 5.66 | 13.17 | - |
| YUV | 67.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 102 | 0 | 0.64 | 0.06 | 0.57 | 306 | 0.47 | 0.29 |
| Hex | 6D | 27 | 66 | 0 | 40 | 6 | 39 | 132 | 2F | 1D |
| Octal | 155 | 47 | 146 | 0 | 100 | 6 | 71 | 462 | 57 | 35 |
| Binary | 1101101 | 100111 | 1100110 | 0 | 1000000 | 110 | 111001 | 100110010 | 101111 | 11101 |
Color Harmonies of #6D2766
Complementary color
Monochromatic Colors of #6D2766
Black with #6D2766
Text Example
Text Example
White with #6D2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2766; }
p { color: rgb(109,39,102); }
H1.HeaderClassName
{
color: #6D2766;
}
.AnyTagClassName
{
color: #6D2766;
}
</style>
background-color css
<style>
a { background-color: #6D2766; }
a { background-color: rgb(109,39,102); }
div.DivClassName
{
background-color: #6D2766;
}
.BgClassName
{
background-color: #6D2766;
}
</style>
border-color css
<style>
span { border-color: #6D2766; }
span { border-color: rgb(109,39,102); }
td.TdClassName
{
border-color: #6D2766;
}
.TagClassName
{
border-color: #6D2766;
}
</style>