Shades of Palatinate Purple #6D1C54
Tints of Palatinate Purple #6D1C54
RGB
CMYK
RGB Variations
Color information
#6D1C54 (or 0x6D1C54) is known color: Palatinate Purple. HEX triplet: 6D, 1C and 54. RGB value is (109,28,84). Sum of RGB (Red+Green+Blue) = 109+28+84=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C54 is #92E3AB. Grayscale: #3A3A3A. Windows color (decimal): -9626540 or 5512301. OLE color: 5512301.
HSL color Cylindrical-coordinate representation of color #6D1C54: hue angle of 318.52º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C54 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 84 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.57 |
| HSL | 318.52º | 0.59% | 0.27% | - |
| HSV(B) | 318.52º | 0.74% | 0.43% | - |
| XYZ | 8.32 | 4.72 | 8.86 | - |
| YUV | 58.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 84 | 0 | 0.74 | 0.23 | 0.57 | 318.52 | 0.59 | 0.27 |
| Hex | 6D | 1C | 54 | 0 | 4A | 17 | 39 | 13F | 3B | 1B |
| Octal | 155 | 34 | 124 | 0 | 112 | 27 | 71 | 477 | 73 | 33 |
| Binary | 1101101 | 11100 | 1010100 | 0 | 1001010 | 10111 | 111001 | 100111111 | 111011 | 11011 |
Color Harmonies of #6D1C54
Complementary color
Monochromatic Colors of #6D1C54
Black with #6D1C54
Text Example
Text Example
White with #6D1C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C54; }
p { color: rgb(109,28,84); }
H1.HeaderClassName
{
color: #6D1C54;
}
.AnyTagClassName
{
color: #6D1C54;
}
</style>
background-color css
<style>
a { background-color: #6D1C54; }
a { background-color: rgb(109,28,84); }
div.DivClassName
{
background-color: #6D1C54;
}
.BgClassName
{
background-color: #6D1C54;
}
</style>
border-color css
<style>
span { border-color: #6D1C54; }
span { border-color: rgb(109,28,84); }
td.TdClassName
{
border-color: #6D1C54;
}
.TagClassName
{
border-color: #6D1C54;
}
</style>