Shades of Palatinate Purple #6D2255
Tints of Palatinate Purple #6D2255
RGB
CMYK
RGB Variations
Color information
#6D2255 (or 0x6D2255) is known color: Palatinate Purple. HEX triplet: 6D, 22 and 55. RGB value is (109,34,85). Sum of RGB (Red+Green+Blue) = 109+34+85=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2255 is #92DDAA. Grayscale: #3E3E3E. Windows color (decimal): -9625003 or 5579373. OLE color: 5579373.
HSL color Cylindrical-coordinate representation of color #6D2255: hue angle of 319.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2255 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 85 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.57 |
| HSL | 319.2º | 0.52% | 0.28% | - |
| HSV(B) | 319.2º | 0.69% | 0.43% | - |
| XYZ | 8.52 | 5.05 | 9.12 | - |
| YUV | 62.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 85 | 0 | 0.69 | 0.22 | 0.57 | 319.2 | 0.52 | 0.28 |
| Hex | 6D | 22 | 55 | 0 | 45 | 16 | 39 | 13F | 34 | 1C |
| Octal | 155 | 42 | 125 | 0 | 105 | 26 | 71 | 477 | 64 | 34 |
| Binary | 1101101 | 100010 | 1010101 | 0 | 1000101 | 10110 | 111001 | 100111111 | 110100 | 11100 |
Color Harmonies of #6D2255
Complementary color
Monochromatic Colors of #6D2255
Black with #6D2255
Text Example
Text Example
White with #6D2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2255; }
p { color: rgb(109,34,85); }
H1.HeaderClassName
{
color: #6D2255;
}
.AnyTagClassName
{
color: #6D2255;
}
</style>
background-color css
<style>
a { background-color: #6D2255; }
a { background-color: rgb(109,34,85); }
div.DivClassName
{
background-color: #6D2255;
}
.BgClassName
{
background-color: #6D2255;
}
</style>
border-color css
<style>
span { border-color: #6D2255; }
span { border-color: rgb(109,34,85); }
td.TdClassName
{
border-color: #6D2255;
}
.TagClassName
{
border-color: #6D2255;
}
</style>