Shades of Palatinate Purple #642953
Tints of Palatinate Purple #642953
RGB
CMYK
RGB Variations
Color information
#642953 (or 0x642953) is known color: Palatinate Purple. HEX triplet: 64, 29 and 53. RGB value is (100,41,83). Sum of RGB (Red+Green+Blue) = 100+41+83=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #642953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642953 is #9BD6AC. Grayscale: #3F3F3F. Windows color (decimal): -10213037 or 5450084. OLE color: 5450084.
HSL color Cylindrical-coordinate representation of color #642953: hue angle of 317.29º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #642953 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 83 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.61 |
| HSL | 317.29º | 0.42% | 0.28% | - |
| HSV(B) | 317.29º | 0.59% | 0.39% | - |
| XYZ | 7.61 | 4.92 | 8.73 | - |
| YUV | 63.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 83 | 0 | 0.59 | 0.17 | 0.61 | 317.29 | 0.42 | 0.28 |
| Hex | 64 | 29 | 53 | 0 | 3B | 11 | 3D | 13D | 2A | 1C |
| Octal | 144 | 51 | 123 | 0 | 73 | 21 | 75 | 475 | 52 | 34 |
| Binary | 1100100 | 101001 | 1010011 | 0 | 111011 | 10001 | 111101 | 100111101 | 101010 | 11100 |
Color Harmonies of #642953
Complementary color
Monochromatic Colors of #642953
Black with #642953
Text Example
Text Example
White with #642953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642953; }
p { color: rgb(100,41,83); }
H1.HeaderClassName
{
color: #642953;
}
.AnyTagClassName
{
color: #642953;
}
</style>
background-color css
<style>
a { background-color: #642953; }
a { background-color: rgb(100,41,83); }
div.DivClassName
{
background-color: #642953;
}
.BgClassName
{
background-color: #642953;
}
</style>
border-color css
<style>
span { border-color: #642953; }
span { border-color: rgb(100,41,83); }
td.TdClassName
{
border-color: #642953;
}
.TagClassName
{
border-color: #642953;
}
</style>