Shades of Palatinate Purple #6C1D56
Tints of Palatinate Purple #6C1D56
RGB
CMYK
RGB Variations
Color information
#6C1D56 (or 0x6C1D56) is known color: Palatinate Purple. HEX triplet: 6C, 1D and 56. RGB value is (108,29,86). Sum of RGB (Red+Green+Blue) = 108+29+86=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1D56 is #93E2A9. Grayscale: #3A3A3A. Windows color (decimal): -9691818 or 5643628. OLE color: 5643628.
HSL color Cylindrical-coordinate representation of color #6C1D56: hue angle of 316.71º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1D56 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 29 | 86 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.58 |
| HSL | 316.71º | 0.58% | 0.27% | - |
| HSV(B) | 316.71º | 0.73% | 0.42% | - |
| XYZ | 8.3 | 4.74 | 9.28 | - |
| YUV | 59.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 86 | 0 | 0.73 | 0.20 | 0.58 | 316.71 | 0.58 | 0.27 |
| Hex | 6C | 1D | 56 | 0 | 49 | 14 | 3A | 13D | 3A | 1B |
| Octal | 154 | 35 | 126 | 0 | 111 | 24 | 72 | 475 | 72 | 33 |
| Binary | 1101100 | 11101 | 1010110 | 0 | 1001001 | 10100 | 111010 | 100111101 | 111010 | 11011 |
Color Harmonies of #6C1D56
Complementary color
Monochromatic Colors of #6C1D56
Black with #6C1D56
Text Example
Text Example
White with #6C1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1D56; }
p { color: rgb(108,29,86); }
H1.HeaderClassName
{
color: #6C1D56;
}
.AnyTagClassName
{
color: #6C1D56;
}
</style>
background-color css
<style>
a { background-color: #6C1D56; }
a { background-color: rgb(108,29,86); }
div.DivClassName
{
background-color: #6C1D56;
}
.BgClassName
{
background-color: #6C1D56;
}
</style>
border-color css
<style>
span { border-color: #6C1D56; }
span { border-color: rgb(108,29,86); }
td.TdClassName
{
border-color: #6C1D56;
}
.TagClassName
{
border-color: #6C1D56;
}
</style>