Shades of Palatinate Purple #6D1654
Tints of Palatinate Purple #6D1654
RGB
CMYK
RGB Variations
Color information
#6D1654 (or 0x6D1654) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 54. RGB value is (109,22,84). Sum of RGB (Red+Green+Blue) = 109+22+84=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1654 is #92E9AB. Grayscale: #363636. Windows color (decimal): -9628076 or 5510765. OLE color: 5510765.
HSL color Cylindrical-coordinate representation of color #6D1654: hue angle of 317.24º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1654 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 84 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.57 |
| HSL | 317.24º | 0.66% | 0.26% | - |
| HSV(B) | 317.24º | 0.8% | 0.43% | - |
| XYZ | 8.19 | 4.47 | 8.82 | - |
| YUV | 55.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 84 | 0 | 0.80 | 0.23 | 0.57 | 317.24 | 0.66 | 0.26 |
| Hex | 6D | 16 | 54 | 0 | 50 | 17 | 39 | 13D | 42 | 1A |
| Octal | 155 | 26 | 124 | 0 | 120 | 27 | 71 | 475 | 102 | 32 |
| Binary | 1101101 | 10110 | 1010100 | 0 | 1010000 | 10111 | 111001 | 100111101 | 1000010 | 11010 |
Color Harmonies of #6D1654
Complementary color
Monochromatic Colors of #6D1654
Black with #6D1654
Text Example
Text Example
White with #6D1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1654; }
p { color: rgb(109,22,84); }
H1.HeaderClassName
{
color: #6D1654;
}
.AnyTagClassName
{
color: #6D1654;
}
</style>
background-color css
<style>
a { background-color: #6D1654; }
a { background-color: rgb(109,22,84); }
div.DivClassName
{
background-color: #6D1654;
}
.BgClassName
{
background-color: #6D1654;
}
</style>
border-color css
<style>
span { border-color: #6D1654; }
span { border-color: rgb(109,22,84); }
td.TdClassName
{
border-color: #6D1654;
}
.TagClassName
{
border-color: #6D1654;
}
</style>