Shades of Palatinate Purple #6C1556
Tints of Palatinate Purple #6C1556
RGB
CMYK
RGB Variations
Color information
#6C1556 (or 0x6C1556) is known color: Palatinate Purple. HEX triplet: 6C, 15 and 56. RGB value is (108,21,86). Sum of RGB (Red+Green+Blue) = 108+21+86=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1556 is #93EAA9. Grayscale: #363636. Windows color (decimal): -9693866 or 5641580. OLE color: 5641580.
HSL color Cylindrical-coordinate representation of color #6C1556: hue angle of 315.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1556 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 21 | 86 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.58 |
| HSL | 315.17º | 0.67% | 0.25% | - |
| HSV(B) | 315.17º | 0.81% | 0.42% | - |
| XYZ | 8.13 | 4.4 | 9.22 | - |
| YUV | 54.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 86 | 0 | 0.81 | 0.20 | 0.58 | 315.17 | 0.67 | 0.25 |
| Hex | 6C | 15 | 56 | 0 | 51 | 14 | 3A | 13B | 43 | 19 |
| Octal | 154 | 25 | 126 | 0 | 121 | 24 | 72 | 473 | 103 | 31 |
| Binary | 1101100 | 10101 | 1010110 | 0 | 1010001 | 10100 | 111010 | 100111011 | 1000011 | 11001 |
Color Harmonies of #6C1556
Complementary color
Monochromatic Colors of #6C1556
Black with #6C1556
Text Example
Text Example
White with #6C1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1556; }
p { color: rgb(108,21,86); }
H1.HeaderClassName
{
color: #6C1556;
}
.AnyTagClassName
{
color: #6C1556;
}
</style>
background-color css
<style>
a { background-color: #6C1556; }
a { background-color: rgb(108,21,86); }
div.DivClassName
{
background-color: #6C1556;
}
.BgClassName
{
background-color: #6C1556;
}
</style>
border-color css
<style>
span { border-color: #6C1556; }
span { border-color: rgb(108,21,86); }
td.TdClassName
{
border-color: #6C1556;
}
.TagClassName
{
border-color: #6C1556;
}
</style>