Shades of Palatinate Purple #6D266B
Tints of Palatinate Purple #6D266B
RGB
CMYK
RGB Variations
Color information
#6D266B (or 0x6D266B) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 6B. RGB value is (109,38,107). Sum of RGB (Red+Green+Blue) = 109+38+107=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D266B is #92D994. Grayscale: #424242. Windows color (decimal): -9623957 or 7022189. OLE color: 7022189.
HSL color Cylindrical-coordinate representation of color #6D266B: hue angle of 301.69º 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 #6D266B is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 107 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.57 |
| HSL | 301.69º | 0.48% | 0.29% | - |
| HSV(B) | 301.69º | 0.65% | 0.43% | - |
| XYZ | 9.65 | 5.7 | 14.5 | - |
| YUV | 67.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 107 | 0 | 0.65 | 0.02 | 0.57 | 301.69 | 0.48 | 0.29 |
| Hex | 6D | 26 | 6B | 0 | 41 | 2 | 39 | 12E | 30 | 1D |
| Octal | 155 | 46 | 153 | 0 | 101 | 2 | 71 | 456 | 60 | 35 |
| Binary | 1101101 | 100110 | 1101011 | 0 | 1000001 | 10 | 111001 | 100101110 | 110000 | 11101 |
Color Harmonies of #6D266B
Complementary color
Monochromatic Colors of #6D266B
Black with #6D266B
Text Example
Text Example
White with #6D266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D266B; }
p { color: rgb(109,38,107); }
H1.HeaderClassName
{
color: #6D266B;
}
.AnyTagClassName
{
color: #6D266B;
}
</style>
background-color css
<style>
a { background-color: #6D266B; }
a { background-color: rgb(109,38,107); }
div.DivClassName
{
background-color: #6D266B;
}
.BgClassName
{
background-color: #6D266B;
}
</style>
border-color css
<style>
span { border-color: #6D266B; }
span { border-color: rgb(109,38,107); }
td.TdClassName
{
border-color: #6D266B;
}
.TagClassName
{
border-color: #6D266B;
}
</style>