Shades of Palatinate Purple #641065
Tints of Palatinate Purple #641065
RGB
CMYK
RGB Variations
Color information
#641065 (or 0x641065) is known color: Palatinate Purple. HEX triplet: 64, 10 and 65. RGB value is (100,16,101). Sum of RGB (Red+Green+Blue) = 100+16+101=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #641065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641065 is #9BEF9A. Grayscale: #323232. Windows color (decimal): -10219419 or 6623332. OLE color: 6623332.
HSL color Cylindrical-coordinate representation of color #641065: hue angle of 299.29º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641065 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 16 | 101 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.60 |
| HSL | 299.29º | 0.73% | 0.23% | - |
| HSV(B) | 299.29º | 0.84% | 0.4% | - |
| XYZ | 7.79 | 4.02 | 12.68 | - |
| YUV | 50.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 101 | 0.01 | 0.84 | 0 | 0.60 | 299.29 | 0.73 | 0.23 |
| Hex | 64 | 10 | 65 | 1 | 54 | 0 | 3C | 12B | 49 | 17 |
| Octal | 144 | 20 | 145 | 1 | 124 | 0 | 74 | 453 | 111 | 27 |
| Binary | 1100100 | 10000 | 1100101 | 1 | 1010100 | 0 | 111100 | 100101011 | 1001001 | 10111 |
Color Harmonies of #641065
Complementary color
Monochromatic Colors of #641065
Black with #641065
Text Example
Text Example
White with #641065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641065; }
p { color: rgb(100,16,101); }
H1.HeaderClassName
{
color: #641065;
}
.AnyTagClassName
{
color: #641065;
}
</style>
background-color css
<style>
a { background-color: #641065; }
a { background-color: rgb(100,16,101); }
div.DivClassName
{
background-color: #641065;
}
.BgClassName
{
background-color: #641065;
}
</style>
border-color css
<style>
span { border-color: #641065; }
span { border-color: rgb(100,16,101); }
td.TdClassName
{
border-color: #641065;
}
.TagClassName
{
border-color: #641065;
}
</style>