Shades of Palatinate Purple #6D2656
Tints of Palatinate Purple #6D2656
RGB
CMYK
RGB Variations
Color information
#6D2656 (or 0x6D2656) is known color: Palatinate Purple. HEX triplet: 6D, 26 and 56. RGB value is (109,38,86). Sum of RGB (Red+Green+Blue) = 109+38+86=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2656 is #92D9A9. Grayscale: #404040. Windows color (decimal): -9623978 or 5645933. OLE color: 5645933.
HSL color Cylindrical-coordinate representation of color #6D2656: hue angle of 319.44º 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 #6D2656 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 86 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.57 |
| HSL | 319.44º | 0.48% | 0.29% | - |
| HSV(B) | 319.44º | 0.65% | 0.43% | - |
| XYZ | 8.68 | 5.31 | 9.37 | - |
| YUV | 64.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 86 | 0 | 0.65 | 0.21 | 0.57 | 319.44 | 0.48 | 0.29 |
| Hex | 6D | 26 | 56 | 0 | 41 | 15 | 39 | 13F | 30 | 1D |
| Octal | 155 | 46 | 126 | 0 | 101 | 25 | 71 | 477 | 60 | 35 |
| Binary | 1101101 | 100110 | 1010110 | 0 | 1000001 | 10101 | 111001 | 100111111 | 110000 | 11101 |
Color Harmonies of #6D2656
Complementary color
Monochromatic Colors of #6D2656
Black with #6D2656
Text Example
Text Example
White with #6D2656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2656; }
p { color: rgb(109,38,86); }
H1.HeaderClassName
{
color: #6D2656;
}
.AnyTagClassName
{
color: #6D2656;
}
</style>
background-color css
<style>
a { background-color: #6D2656; }
a { background-color: rgb(109,38,86); }
div.DivClassName
{
background-color: #6D2656;
}
.BgClassName
{
background-color: #6D2656;
}
</style>
border-color css
<style>
span { border-color: #6D2656; }
span { border-color: rgb(109,38,86); }
td.TdClassName
{
border-color: #6D2656;
}
.TagClassName
{
border-color: #6D2656;
}
</style>