Shades of Palatinate Purple #644360
Tints of Palatinate Purple #644360
RGB
CMYK
RGB Variations
Color information
#644360 (or 0x644360) is known color: Palatinate Purple. HEX triplet: 64, 43 and 60. RGB value is (100,67,96). Sum of RGB (Red+Green+Blue) = 100+67+96=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #644360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644360 is #9BBC9F. Grayscale: #505050. Windows color (decimal): -10206368 or 6308708. OLE color: 6308708.
HSL color Cylindrical-coordinate representation of color #644360: hue angle of 307.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644360 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 96 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.61 |
| HSL | 307.27º | 0.2% | 0.33% | - |
| HSV(B) | 307.27º | 0.33% | 0.39% | - |
| XYZ | 9.37 | 7.57 | 12.03 | - |
| YUV | 80.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 96 | 0 | 0.33 | 0.04 | 0.61 | 307.27 | 0.2 | 0.33 |
| Hex | 64 | 43 | 60 | 0 | 21 | 4 | 3D | 133 | 14 | 21 |
| Octal | 144 | 103 | 140 | 0 | 41 | 4 | 75 | 463 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1100000 | 0 | 100001 | 100 | 111101 | 100110011 | 10100 | 100001 |
Color Harmonies of #644360
Complementary color
Monochromatic Colors of #644360
Black with #644360
Text Example
Text Example
White with #644360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644360; }
p { color: rgb(100,67,96); }
H1.HeaderClassName
{
color: #644360;
}
.AnyTagClassName
{
color: #644360;
}
</style>
background-color css
<style>
a { background-color: #644360; }
a { background-color: rgb(100,67,96); }
div.DivClassName
{
background-color: #644360;
}
.BgClassName
{
background-color: #644360;
}
</style>
border-color css
<style>
span { border-color: #644360; }
span { border-color: rgb(100,67,96); }
td.TdClassName
{
border-color: #644360;
}
.TagClassName
{
border-color: #644360;
}
</style>