Shades of Palatinate Purple #6D1A57
Tints of Palatinate Purple #6D1A57
RGB
CMYK
RGB Variations
Color information
#6D1A57 (or 0x6D1A57) is known color: Palatinate Purple. HEX triplet: 6D, 1A and 57. RGB value is (109,26,87). Sum of RGB (Red+Green+Blue) = 109+26+87=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A57 is #92E5A8. Grayscale: #393939. Windows color (decimal): -9627049 or 5708397. OLE color: 5708397.
HSL color Cylindrical-coordinate representation of color #6D1A57: hue angle of 315.9º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A57 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 87 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.57 |
| HSL | 315.9º | 0.61% | 0.26% | - |
| HSV(B) | 315.9º | 0.76% | 0.43% | - |
| XYZ | 8.4 | 4.68 | 9.48 | - |
| YUV | 57.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 87 | 0 | 0.76 | 0.20 | 0.57 | 315.9 | 0.61 | 0.26 |
| Hex | 6D | 1A | 57 | 0 | 4C | 14 | 39 | 13C | 3D | 1A |
| Octal | 155 | 32 | 127 | 0 | 114 | 24 | 71 | 474 | 75 | 32 |
| Binary | 1101101 | 11010 | 1010111 | 0 | 1001100 | 10100 | 111001 | 100111100 | 111101 | 11010 |
Color Harmonies of #6D1A57
Complementary color
Monochromatic Colors of #6D1A57
Black with #6D1A57
Text Example
Text Example
White with #6D1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A57; }
p { color: rgb(109,26,87); }
H1.HeaderClassName
{
color: #6D1A57;
}
.AnyTagClassName
{
color: #6D1A57;
}
</style>
background-color css
<style>
a { background-color: #6D1A57; }
a { background-color: rgb(109,26,87); }
div.DivClassName
{
background-color: #6D1A57;
}
.BgClassName
{
background-color: #6D1A57;
}
</style>
border-color css
<style>
span { border-color: #6D1A57; }
span { border-color: rgb(109,26,87); }
td.TdClassName
{
border-color: #6D1A57;
}
.TagClassName
{
border-color: #6D1A57;
}
</style>