Shades of Palatinate Purple #642E56
Tints of Palatinate Purple #642E56
RGB
CMYK
RGB Variations
Color information
#642E56 (or 0x642E56) is known color: Palatinate Purple. HEX triplet: 64, 2E and 56. RGB value is (100,46,86). Sum of RGB (Red+Green+Blue) = 100+46+86=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #642E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E56 is #9BD1A9. Grayscale: #424242. Windows color (decimal): -10211754 or 5647972. OLE color: 5647972.
HSL color Cylindrical-coordinate representation of color #642E56: hue angle of 315.56º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #642E56 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 86 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.61 |
| HSL | 315.56º | 0.37% | 0.29% | - |
| HSV(B) | 315.56º | 0.54% | 0.39% | - |
| XYZ | 7.91 | 5.34 | 9.42 | - |
| YUV | 66.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 86 | 0 | 0.54 | 0.14 | 0.61 | 315.56 | 0.37 | 0.29 |
| Hex | 64 | 2E | 56 | 0 | 36 | E | 3D | 13C | 25 | 1D |
| Octal | 144 | 56 | 126 | 0 | 66 | 16 | 75 | 474 | 45 | 35 |
| Binary | 1100100 | 101110 | 1010110 | 0 | 110110 | 1110 | 111101 | 100111100 | 100101 | 11101 |
Color Harmonies of #642E56
Complementary color
Monochromatic Colors of #642E56
Black with #642E56
Text Example
Text Example
White with #642E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E56; }
p { color: rgb(100,46,86); }
H1.HeaderClassName
{
color: #642E56;
}
.AnyTagClassName
{
color: #642E56;
}
</style>
background-color css
<style>
a { background-color: #642E56; }
a { background-color: rgb(100,46,86); }
div.DivClassName
{
background-color: #642E56;
}
.BgClassName
{
background-color: #642E56;
}
</style>
border-color css
<style>
span { border-color: #642E56; }
span { border-color: rgb(100,46,86); }
td.TdClassName
{
border-color: #642E56;
}
.TagClassName
{
border-color: #642E56;
}
</style>