Shades of Palatinate Purple #6D1A59
Tints of Palatinate Purple #6D1A59
RGB
CMYK
RGB Variations
Color information
#6D1A59 (or 0x6D1A59) is known color: Palatinate Purple. HEX triplet: 6D, 1A and 59. RGB value is (109,26,89). Sum of RGB (Red+Green+Blue) = 109+26+89=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A59 is #92E5A6. Grayscale: #393939. Windows color (decimal): -9627047 or 5839469. OLE color: 5839469.
HSL color Cylindrical-coordinate representation of color #6D1A59: hue angle of 314.46º 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 #6D1A59 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 89 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.57 |
| HSL | 314.46º | 0.61% | 0.26% | - |
| HSV(B) | 314.46º | 0.76% | 0.43% | - |
| XYZ | 8.48 | 4.71 | 9.91 | - |
| YUV | 58 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 89 | 0 | 0.76 | 0.18 | 0.57 | 314.46 | 0.61 | 0.26 |
| Hex | 6D | 1A | 59 | 0 | 4C | 12 | 39 | 13A | 3D | 1A |
| Octal | 155 | 32 | 131 | 0 | 114 | 22 | 71 | 472 | 75 | 32 |
| Binary | 1101101 | 11010 | 1011001 | 0 | 1001100 | 10010 | 111001 | 100111010 | 111101 | 11010 |
Color Harmonies of #6D1A59
Complementary color
Monochromatic Colors of #6D1A59
Black with #6D1A59
Text Example
Text Example
White with #6D1A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A59; }
p { color: rgb(109,26,89); }
H1.HeaderClassName
{
color: #6D1A59;
}
.AnyTagClassName
{
color: #6D1A59;
}
</style>
background-color css
<style>
a { background-color: #6D1A59; }
a { background-color: rgb(109,26,89); }
div.DivClassName
{
background-color: #6D1A59;
}
.BgClassName
{
background-color: #6D1A59;
}
</style>
border-color css
<style>
span { border-color: #6D1A59; }
span { border-color: rgb(109,26,89); }
td.TdClassName
{
border-color: #6D1A59;
}
.TagClassName
{
border-color: #6D1A59;
}
</style>