Shades of Palatinate Purple #6D1659
Tints of Palatinate Purple #6D1659
RGB
CMYK
RGB Variations
Color information
#6D1659 (or 0x6D1659) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 59. RGB value is (109,22,89). Sum of RGB (Red+Green+Blue) = 109+22+89=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1659 is #92E9A6. Grayscale: #373737. Windows color (decimal): -9628071 or 5838445. OLE color: 5838445.
HSL color Cylindrical-coordinate representation of color #6D1659: hue angle of 313.79º 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 #6D1659 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 89 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.57 |
| HSL | 313.79º | 0.66% | 0.26% | - |
| HSV(B) | 313.79º | 0.8% | 0.43% | - |
| XYZ | 8.4 | 4.55 | 9.89 | - |
| YUV | 55.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 89 | 0 | 0.80 | 0.18 | 0.57 | 313.79 | 0.66 | 0.26 |
| Hex | 6D | 16 | 59 | 0 | 50 | 12 | 39 | 13A | 42 | 1A |
| Octal | 155 | 26 | 131 | 0 | 120 | 22 | 71 | 472 | 102 | 32 |
| Binary | 1101101 | 10110 | 1011001 | 0 | 1010000 | 10010 | 111001 | 100111010 | 1000010 | 11010 |
Color Harmonies of #6D1659
Complementary color
Monochromatic Colors of #6D1659
Black with #6D1659
Text Example
Text Example
White with #6D1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1659; }
p { color: rgb(109,22,89); }
H1.HeaderClassName
{
color: #6D1659;
}
.AnyTagClassName
{
color: #6D1659;
}
</style>
background-color css
<style>
a { background-color: #6D1659; }
a { background-color: rgb(109,22,89); }
div.DivClassName
{
background-color: #6D1659;
}
.BgClassName
{
background-color: #6D1659;
}
</style>
border-color css
<style>
span { border-color: #6D1659; }
span { border-color: rgb(109,22,89); }
td.TdClassName
{
border-color: #6D1659;
}
.TagClassName
{
border-color: #6D1659;
}
</style>