Shades of Palatinate Purple #6D166B
Tints of Palatinate Purple #6D166B
RGB
CMYK
RGB Variations
Color information
#6D166B (or 0x6D166B) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 6B. RGB value is (109,22,107). Sum of RGB (Red+Green+Blue) = 109+22+107=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D166B is #92E994. Grayscale: #393939. Windows color (decimal): -9628053 or 7018093. OLE color: 7018093.
HSL color Cylindrical-coordinate representation of color #6D166B: hue angle of 301.38º 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 #6D166B is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 107 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.57 |
| HSL | 301.38º | 0.66% | 0.26% | - |
| HSV(B) | 301.38º | 0.8% | 0.43% | - |
| XYZ | 9.25 | 4.89 | 14.37 | - |
| YUV | 57.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 107 | 0 | 0.80 | 0.02 | 0.57 | 301.38 | 0.66 | 0.26 |
| Hex | 6D | 16 | 6B | 0 | 50 | 2 | 39 | 12D | 42 | 1A |
| Octal | 155 | 26 | 153 | 0 | 120 | 2 | 71 | 455 | 102 | 32 |
| Binary | 1101101 | 10110 | 1101011 | 0 | 1010000 | 10 | 111001 | 100101101 | 1000010 | 11010 |
Color Harmonies of #6D166B
Complementary color
Monochromatic Colors of #6D166B
Black with #6D166B
Text Example
Text Example
White with #6D166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D166B; }
p { color: rgb(109,22,107); }
H1.HeaderClassName
{
color: #6D166B;
}
.AnyTagClassName
{
color: #6D166B;
}
</style>
background-color css
<style>
a { background-color: #6D166B; }
a { background-color: rgb(109,22,107); }
div.DivClassName
{
background-color: #6D166B;
}
.BgClassName
{
background-color: #6D166B;
}
</style>
border-color css
<style>
span { border-color: #6D166B; }
span { border-color: rgb(109,22,107); }
td.TdClassName
{
border-color: #6D166B;
}
.TagClassName
{
border-color: #6D166B;
}
</style>