Shades of Palatinate Purple #6D2859
Tints of Palatinate Purple #6D2859
RGB
CMYK
RGB Variations
Color information
#6D2859 (or 0x6D2859) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 59. RGB value is (109,40,89). Sum of RGB (Red+Green+Blue) = 109+40+89=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2859 is #92D7A6. Grayscale: #424242. Windows color (decimal): -9623463 or 5843053. OLE color: 5843053.
HSL color Cylindrical-coordinate representation of color #6D2859: hue angle of 317.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2859 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 89 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.57 |
| HSL | 317.39º | 0.46% | 0.29% | - |
| HSV(B) | 317.39º | 0.63% | 0.43% | - |
| XYZ | 8.87 | 5.49 | 10.04 | - |
| YUV | 66.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 89 | 0 | 0.63 | 0.18 | 0.57 | 317.39 | 0.46 | 0.29 |
| Hex | 6D | 28 | 59 | 0 | 3F | 12 | 39 | 13D | 2E | 1D |
| Octal | 155 | 50 | 131 | 0 | 77 | 22 | 71 | 475 | 56 | 35 |
| Binary | 1101101 | 101000 | 1011001 | 0 | 111111 | 10010 | 111001 | 100111101 | 101110 | 11101 |
Color Harmonies of #6D2859
Complementary color
Monochromatic Colors of #6D2859
Black with #6D2859
Text Example
Text Example
White with #6D2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2859; }
p { color: rgb(109,40,89); }
H1.HeaderClassName
{
color: #6D2859;
}
.AnyTagClassName
{
color: #6D2859;
}
</style>
background-color css
<style>
a { background-color: #6D2859; }
a { background-color: rgb(109,40,89); }
div.DivClassName
{
background-color: #6D2859;
}
.BgClassName
{
background-color: #6D2859;
}
</style>
border-color css
<style>
span { border-color: #6D2859; }
span { border-color: rgb(109,40,89); }
td.TdClassName
{
border-color: #6D2859;
}
.TagClassName
{
border-color: #6D2859;
}
</style>