Shades of Palatinate Purple #6D2858
Tints of Palatinate Purple #6D2858
RGB
CMYK
RGB Variations
Color information
#6D2858 (or 0x6D2858) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 58. RGB value is (109,40,88). Sum of RGB (Red+Green+Blue) = 109+40+88=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2858 is #92D7A7. Grayscale: #414141. Windows color (decimal): -9623464 or 5777517. OLE color: 5777517.
HSL color Cylindrical-coordinate representation of color #6D2858: hue angle of 318.26º 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 #6D2858 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 88 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.57 |
| HSL | 318.26º | 0.46% | 0.29% | - |
| HSV(B) | 318.26º | 0.63% | 0.43% | - |
| XYZ | 8.83 | 5.47 | 9.82 | - |
| YUV | 66.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 88 | 0 | 0.63 | 0.19 | 0.57 | 318.26 | 0.46 | 0.29 |
| Hex | 6D | 28 | 58 | 0 | 3F | 13 | 39 | 13E | 2E | 1D |
| Octal | 155 | 50 | 130 | 0 | 77 | 23 | 71 | 476 | 56 | 35 |
| Binary | 1101101 | 101000 | 1011000 | 0 | 111111 | 10011 | 111001 | 100111110 | 101110 | 11101 |
Color Harmonies of #6D2858
Complementary color
Monochromatic Colors of #6D2858
Black with #6D2858
Text Example
Text Example
White with #6D2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2858; }
p { color: rgb(109,40,88); }
H1.HeaderClassName
{
color: #6D2858;
}
.AnyTagClassName
{
color: #6D2858;
}
</style>
background-color css
<style>
a { background-color: #6D2858; }
a { background-color: rgb(109,40,88); }
div.DivClassName
{
background-color: #6D2858;
}
.BgClassName
{
background-color: #6D2858;
}
</style>
border-color css
<style>
span { border-color: #6D2858; }
span { border-color: rgb(109,40,88); }
td.TdClassName
{
border-color: #6D2858;
}
.TagClassName
{
border-color: #6D2858;
}
</style>