Shades of Palatinate Purple #6D2655
Tints of Palatinate Purple #6D2655
RGB
CMYK
RGB Variations
Color information
#6D2655 (or 0x6D2655) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 55. RGB value is (109,38,85). Sum of RGB (Red+Green+Blue) = 109+38+85=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2655 is #92D9AA. Grayscale: #404040. Windows color (decimal): -9623979 or 5580397. OLE color: 5580397.
HSL color Cylindrical-coordinate representation of color #6D2655: hue angle of 320.28º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2655 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 85 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.57 |
| HSL | 320.28º | 0.48% | 0.29% | - |
| HSV(B) | 320.28º | 0.65% | 0.43% | - |
| XYZ | 8.64 | 5.29 | 9.16 | - |
| YUV | 64.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 85 | 0 | 0.65 | 0.22 | 0.57 | 320.28 | 0.48 | 0.29 |
| Hex | 6D | 26 | 55 | 0 | 41 | 16 | 39 | 140 | 30 | 1D |
| Octal | 155 | 46 | 125 | 0 | 101 | 26 | 71 | 500 | 60 | 35 |
| Binary | 1101101 | 100110 | 1010101 | 0 | 1000001 | 10110 | 111001 | 101000000 | 110000 | 11101 |
Color Harmonies of #6D2655
Complementary color
Monochromatic Colors of #6D2655
Black with #6D2655
Text Example
Text Example
White with #6D2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2655; }
p { color: rgb(109,38,85); }
H1.HeaderClassName
{
color: #6D2655;
}
.AnyTagClassName
{
color: #6D2655;
}
</style>
background-color css
<style>
a { background-color: #6D2655; }
a { background-color: rgb(109,38,85); }
div.DivClassName
{
background-color: #6D2655;
}
.BgClassName
{
background-color: #6D2655;
}
</style>
border-color css
<style>
span { border-color: #6D2655; }
span { border-color: rgb(109,38,85); }
td.TdClassName
{
border-color: #6D2655;
}
.TagClassName
{
border-color: #6D2655;
}
</style>