Shades of Palatinate Purple #6C2A56
Tints of Palatinate Purple #6C2A56
RGB
CMYK
RGB Variations
Color information
#6C2A56 (or 0x6C2A56) is known color: Palatinate Purple. HEX triplet: 6C, 2A and 56. RGB value is (108,42,86). Sum of RGB (Red+Green+Blue) = 108+42+86=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2A56 is #93D5A9. Grayscale: #424242. Windows color (decimal): -9688490 or 5646956. OLE color: 5646956.
HSL color Cylindrical-coordinate representation of color #6C2A56: hue angle of 320º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A56 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 86 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.58 |
| HSL | 320º | 0.44% | 0.29% | - |
| HSV(B) | 320º | 0.61% | 0.42% | - |
| XYZ | 8.69 | 5.52 | 9.41 | - |
| YUV | 66.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 86 | 0 | 0.61 | 0.20 | 0.58 | 320 | 0.44 | 0.29 |
| Hex | 6C | 2A | 56 | 0 | 3D | 14 | 3A | 140 | 2C | 1D |
| Octal | 154 | 52 | 126 | 0 | 75 | 24 | 72 | 500 | 54 | 35 |
| Binary | 1101100 | 101010 | 1010110 | 0 | 111101 | 10100 | 111010 | 101000000 | 101100 | 11101 |
Color Harmonies of #6C2A56
Complementary color
Monochromatic Colors of #6C2A56
Black with #6C2A56
Text Example
Text Example
White with #6C2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A56; }
p { color: rgb(108,42,86); }
H1.HeaderClassName
{
color: #6C2A56;
}
.AnyTagClassName
{
color: #6C2A56;
}
</style>
background-color css
<style>
a { background-color: #6C2A56; }
a { background-color: rgb(108,42,86); }
div.DivClassName
{
background-color: #6C2A56;
}
.BgClassName
{
background-color: #6C2A56;
}
</style>
border-color css
<style>
span { border-color: #6C2A56; }
span { border-color: rgb(108,42,86); }
td.TdClassName
{
border-color: #6C2A56;
}
.TagClassName
{
border-color: #6C2A56;
}
</style>