Shades of Palatinate Purple #6D1B55
Tints of Palatinate Purple #6D1B55
RGB
CMYK
RGB Variations
Color information
#6D1B55 (or 0x6D1B55) is known color: Palatinate Purple. HEX triplet: 6D, 1B and 55. RGB value is (109,27,85). Sum of RGB (Red+Green+Blue) = 109+27+85=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B55 is #92E4AA. Grayscale: #393939. Windows color (decimal): -9626795 or 5577581. OLE color: 5577581.
HSL color Cylindrical-coordinate representation of color #6D1B55: hue angle of 317.56º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B55 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 85 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.57 |
| HSL | 317.56º | 0.6% | 0.27% | - |
| HSV(B) | 317.56º | 0.75% | 0.43% | - |
| XYZ | 8.34 | 4.69 | 9.06 | - |
| YUV | 58.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 85 | 0 | 0.75 | 0.22 | 0.57 | 317.56 | 0.6 | 0.27 |
| Hex | 6D | 1B | 55 | 0 | 4B | 16 | 39 | 13E | 3C | 1B |
| Octal | 155 | 33 | 125 | 0 | 113 | 26 | 71 | 476 | 74 | 33 |
| Binary | 1101101 | 11011 | 1010101 | 0 | 1001011 | 10110 | 111001 | 100111110 | 111100 | 11011 |
Color Harmonies of #6D1B55
Complementary color
Monochromatic Colors of #6D1B55
Black with #6D1B55
Text Example
Text Example
White with #6D1B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B55; }
p { color: rgb(109,27,85); }
H1.HeaderClassName
{
color: #6D1B55;
}
.AnyTagClassName
{
color: #6D1B55;
}
</style>
background-color css
<style>
a { background-color: #6D1B55; }
a { background-color: rgb(109,27,85); }
div.DivClassName
{
background-color: #6D1B55;
}
.BgClassName
{
background-color: #6D1B55;
}
</style>
border-color css
<style>
span { border-color: #6D1B55; }
span { border-color: rgb(109,27,85); }
td.TdClassName
{
border-color: #6D1B55;
}
.TagClassName
{
border-color: #6D1B55;
}
</style>