Shades of Palatinate Purple #642B57
Tints of Palatinate Purple #642B57
RGB
CMYK
RGB Variations
Color information
#642B57 (or 0x642B57) is known color: Palatinate Purple. HEX triplet: 64, 2B and 57. RGB value is (100,43,87). Sum of RGB (Red+Green+Blue) = 100+43+87=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #642B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642B57 is #9BD4A8. Grayscale: #404040. Windows color (decimal): -10212521 or 5712740. OLE color: 5712740.
HSL color Cylindrical-coordinate representation of color #642B57: hue angle of 313.68º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B57 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 87 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.61 |
| HSL | 313.68º | 0.4% | 0.28% | - |
| HSV(B) | 313.68º | 0.57% | 0.39% | - |
| XYZ | 7.84 | 5.13 | 9.59 | - |
| YUV | 65.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 87 | 0 | 0.57 | 0.13 | 0.61 | 313.68 | 0.4 | 0.28 |
| Hex | 64 | 2B | 57 | 0 | 39 | D | 3D | 13A | 28 | 1C |
| Octal | 144 | 53 | 127 | 0 | 71 | 15 | 75 | 472 | 50 | 34 |
| Binary | 1100100 | 101011 | 1010111 | 0 | 111001 | 1101 | 111101 | 100111010 | 101000 | 11100 |
Color Harmonies of #642B57
Complementary color
Monochromatic Colors of #642B57
Black with #642B57
Text Example
Text Example
White with #642B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B57; }
p { color: rgb(100,43,87); }
H1.HeaderClassName
{
color: #642B57;
}
.AnyTagClassName
{
color: #642B57;
}
</style>
background-color css
<style>
a { background-color: #642B57; }
a { background-color: rgb(100,43,87); }
div.DivClassName
{
background-color: #642B57;
}
.BgClassName
{
background-color: #642B57;
}
</style>
border-color css
<style>
span { border-color: #642B57; }
span { border-color: rgb(100,43,87); }
td.TdClassName
{
border-color: #642B57;
}
.TagClassName
{
border-color: #642B57;
}
</style>