Shades of Palatinate Purple #642356
Tints of Palatinate Purple #642356
RGB
CMYK
RGB Variations
Color information
#642356 (or 0x642356) is known color: Palatinate Purple. HEX triplet: 64, 23 and 56. RGB value is (100,35,86). Sum of RGB (Red+Green+Blue) = 100+35+86=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #642356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642356 is #9BDCA9. Grayscale: #3C3C3C. Windows color (decimal): -10214570 or 5645156. OLE color: 5645156.
HSL color Cylindrical-coordinate representation of color #642356: hue angle of 312.92º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642356 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 86 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.61 |
| HSL | 312.92º | 0.48% | 0.26% | - |
| HSV(B) | 312.92º | 0.65% | 0.39% | - |
| XYZ | 7.54 | 4.58 | 9.29 | - |
| YUV | 60.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 86 | 0 | 0.65 | 0.14 | 0.61 | 312.92 | 0.48 | 0.26 |
| Hex | 64 | 23 | 56 | 0 | 41 | E | 3D | 139 | 30 | 1A |
| Octal | 144 | 43 | 126 | 0 | 101 | 16 | 75 | 471 | 60 | 32 |
| Binary | 1100100 | 100011 | 1010110 | 0 | 1000001 | 1110 | 111101 | 100111001 | 110000 | 11010 |
Color Harmonies of #642356
Complementary color
Monochromatic Colors of #642356
Black with #642356
Text Example
Text Example
White with #642356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642356; }
p { color: rgb(100,35,86); }
H1.HeaderClassName
{
color: #642356;
}
.AnyTagClassName
{
color: #642356;
}
</style>
background-color css
<style>
a { background-color: #642356; }
a { background-color: rgb(100,35,86); }
div.DivClassName
{
background-color: #642356;
}
.BgClassName
{
background-color: #642356;
}
</style>
border-color css
<style>
span { border-color: #642356; }
span { border-color: rgb(100,35,86); }
td.TdClassName
{
border-color: #642356;
}
.TagClassName
{
border-color: #642356;
}
</style>