Shades of Palatinate Purple #6D176B
Tints of Palatinate Purple #6D176B
RGB
CMYK
RGB Variations
Color information
#6D176B (or 0x6D176B) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 6B. RGB value is (109,23,107). Sum of RGB (Red+Green+Blue) = 109+23+107=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D176B is #92E894. Grayscale: #3A3A3A. Windows color (decimal): -9627797 or 7018349. OLE color: 7018349.
HSL color Cylindrical-coordinate representation of color #6D176B: hue angle of 301.4º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D176B is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 107 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.57 |
| HSL | 301.4º | 0.65% | 0.26% | - |
| HSV(B) | 301.4º | 0.79% | 0.43% | - |
| XYZ | 9.27 | 4.93 | 14.37 | - |
| YUV | 58.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 107 | 0 | 0.79 | 0.02 | 0.57 | 301.4 | 0.65 | 0.26 |
| Hex | 6D | 17 | 6B | 0 | 4F | 2 | 39 | 12D | 41 | 1A |
| Octal | 155 | 27 | 153 | 0 | 117 | 2 | 71 | 455 | 101 | 32 |
| Binary | 1101101 | 10111 | 1101011 | 0 | 1001111 | 10 | 111001 | 100101101 | 1000001 | 11010 |
Color Harmonies of #6D176B
Complementary color
Monochromatic Colors of #6D176B
Black with #6D176B
Text Example
Text Example
White with #6D176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D176B; }
p { color: rgb(109,23,107); }
H1.HeaderClassName
{
color: #6D176B;
}
.AnyTagClassName
{
color: #6D176B;
}
</style>
background-color css
<style>
a { background-color: #6D176B; }
a { background-color: rgb(109,23,107); }
div.DivClassName
{
background-color: #6D176B;
}
.BgClassName
{
background-color: #6D176B;
}
</style>
border-color css
<style>
span { border-color: #6D176B; }
span { border-color: rgb(109,23,107); }
td.TdClassName
{
border-color: #6D176B;
}
.TagClassName
{
border-color: #6D176B;
}
</style>