Shades of Palatinate Purple #641E53
Tints of Palatinate Purple #641E53
RGB
CMYK
RGB Variations
Color information
#641E53 (or 0x641E53) is known color: Palatinate Purple. HEX triplet: 64, 1E and 53. RGB value is (100,30,83). Sum of RGB (Red+Green+Blue) = 100+30+83=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #641E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641E53 is #9BE1AC. Grayscale: #383838. Windows color (decimal): -10215853 or 5447268. OLE color: 5447268.
HSL color Cylindrical-coordinate representation of color #641E53: hue angle of 314.57º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #641E53 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 30 | 83 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.61 |
| HSL | 314.57º | 0.54% | 0.25% | - |
| HSV(B) | 314.57º | 0.7% | 0.39% | - |
| XYZ | 7.28 | 4.26 | 8.62 | - |
| YUV | 56.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 83 | 0 | 0.70 | 0.17 | 0.61 | 314.57 | 0.54 | 0.25 |
| Hex | 64 | 1E | 53 | 0 | 46 | 11 | 3D | 13B | 36 | 19 |
| Octal | 144 | 36 | 123 | 0 | 106 | 21 | 75 | 473 | 66 | 31 |
| Binary | 1100100 | 11110 | 1010011 | 0 | 1000110 | 10001 | 111101 | 100111011 | 110110 | 11001 |
Color Harmonies of #641E53
Complementary color
Monochromatic Colors of #641E53
Black with #641E53
Text Example
Text Example
White with #641E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641E53; }
p { color: rgb(100,30,83); }
H1.HeaderClassName
{
color: #641E53;
}
.AnyTagClassName
{
color: #641E53;
}
</style>
background-color css
<style>
a { background-color: #641E53; }
a { background-color: rgb(100,30,83); }
div.DivClassName
{
background-color: #641E53;
}
.BgClassName
{
background-color: #641E53;
}
</style>
border-color css
<style>
span { border-color: #641E53; }
span { border-color: rgb(100,30,83); }
td.TdClassName
{
border-color: #641E53;
}
.TagClassName
{
border-color: #641E53;
}
</style>