Shades of Palatinate Purple #6D1556
Tints of Palatinate Purple #6D1556
RGB
CMYK
RGB Variations
Color information
#6D1556 (or 0x6D1556) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 56. RGB value is (109,21,86). Sum of RGB (Red+Green+Blue) = 109+21+86=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1556 is #92EAA9. Grayscale: #363636. Windows color (decimal): -9628330 or 5641581. OLE color: 5641581.
HSL color Cylindrical-coordinate representation of color #6D1556: hue angle of 315.68º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1556 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 86 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.57 |
| HSL | 315.68º | 0.68% | 0.25% | - |
| HSV(B) | 315.68º | 0.81% | 0.43% | - |
| XYZ | 8.25 | 4.46 | 9.23 | - |
| YUV | 54.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 86 | 0 | 0.81 | 0.21 | 0.57 | 315.68 | 0.68 | 0.25 |
| Hex | 6D | 15 | 56 | 0 | 51 | 15 | 39 | 13C | 44 | 19 |
| Octal | 155 | 25 | 126 | 0 | 121 | 25 | 71 | 474 | 104 | 31 |
| Binary | 1101101 | 10101 | 1010110 | 0 | 1010001 | 10101 | 111001 | 100111100 | 1000100 | 11001 |
Color Harmonies of #6D1556
Complementary color
Monochromatic Colors of #6D1556
Black with #6D1556
Text Example
Text Example
White with #6D1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1556; }
p { color: rgb(109,21,86); }
H1.HeaderClassName
{
color: #6D1556;
}
.AnyTagClassName
{
color: #6D1556;
}
</style>
background-color css
<style>
a { background-color: #6D1556; }
a { background-color: rgb(109,21,86); }
div.DivClassName
{
background-color: #6D1556;
}
.BgClassName
{
background-color: #6D1556;
}
</style>
border-color css
<style>
span { border-color: #6D1556; }
span { border-color: rgb(109,21,86); }
td.TdClassName
{
border-color: #6D1556;
}
.TagClassName
{
border-color: #6D1556;
}
</style>