Shades of Palatinate Purple #641165
Tints of Palatinate Purple #641165
RGB
CMYK
RGB Variations
Color information
#641165 (or 0x641165) is known color: Palatinate Purple. HEX triplet: 64, 11 and 65. RGB value is (100,17,101). Sum of RGB (Red+Green+Blue) = 100+17+101=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #641165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641165 is #9BEE9A. Grayscale: #333333. Windows color (decimal): -10219163 or 6623588. OLE color: 6623588.
HSL color Cylindrical-coordinate representation of color #641165: hue angle of 299.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641165 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 17 | 101 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.60 |
| HSL | 299.29º | 0.71% | 0.23% | - |
| HSV(B) | 299.29º | 0.83% | 0.4% | - |
| XYZ | 7.8 | 4.05 | 12.68 | - |
| YUV | 51.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 101 | 0.01 | 0.83 | 0 | 0.60 | 299.29 | 0.71 | 0.23 |
| Hex | 64 | 11 | 65 | 1 | 53 | 0 | 3C | 12B | 47 | 17 |
| Octal | 144 | 21 | 145 | 1 | 123 | 0 | 74 | 453 | 107 | 27 |
| Binary | 1100100 | 10001 | 1100101 | 1 | 1010011 | 0 | 111100 | 100101011 | 1000111 | 10111 |
Color Harmonies of #641165
Complementary color
Monochromatic Colors of #641165
Black with #641165
Text Example
Text Example
White with #641165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641165; }
p { color: rgb(100,17,101); }
H1.HeaderClassName
{
color: #641165;
}
.AnyTagClassName
{
color: #641165;
}
</style>
background-color css
<style>
a { background-color: #641165; }
a { background-color: rgb(100,17,101); }
div.DivClassName
{
background-color: #641165;
}
.BgClassName
{
background-color: #641165;
}
</style>
border-color css
<style>
span { border-color: #641165; }
span { border-color: rgb(100,17,101); }
td.TdClassName
{
border-color: #641165;
}
.TagClassName
{
border-color: #641165;
}
</style>