Shades of Palatinate Purple #641965
Tints of Palatinate Purple #641965
RGB
CMYK
RGB Variations
Color information
#641965 (or 0x641965) is known color: Palatinate Purple. HEX triplet: 64, 19 and 65. RGB value is (100,25,101). Sum of RGB (Red+Green+Blue) = 100+25+101=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #641965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641965 is #9BE69A. Grayscale: #373737. Windows color (decimal): -10217115 or 6625636. OLE color: 6625636.
HSL color Cylindrical-coordinate representation of color #641965: hue angle of 299.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641965 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 25 | 101 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.60 |
| HSL | 299.21º | 0.6% | 0.25% | - |
| HSV(B) | 299.21º | 0.75% | 0.4% | - |
| XYZ | 7.95 | 4.34 | 12.73 | - |
| YUV | 56.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 101 | 0.01 | 0.75 | 0 | 0.60 | 299.21 | 0.6 | 0.25 |
| Hex | 64 | 19 | 65 | 1 | 4B | 0 | 3C | 12B | 3C | 19 |
| Octal | 144 | 31 | 145 | 1 | 113 | 0 | 74 | 453 | 74 | 31 |
| Binary | 1100100 | 11001 | 1100101 | 1 | 1001011 | 0 | 111100 | 100101011 | 111100 | 11001 |
Color Harmonies of #641965
Complementary color
Monochromatic Colors of #641965
Black with #641965
Text Example
Text Example
White with #641965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641965; }
p { color: rgb(100,25,101); }
H1.HeaderClassName
{
color: #641965;
}
.AnyTagClassName
{
color: #641965;
}
</style>
background-color css
<style>
a { background-color: #641965; }
a { background-color: rgb(100,25,101); }
div.DivClassName
{
background-color: #641965;
}
.BgClassName
{
background-color: #641965;
}
</style>
border-color css
<style>
span { border-color: #641965; }
span { border-color: rgb(100,25,101); }
td.TdClassName
{
border-color: #641965;
}
.TagClassName
{
border-color: #641965;
}
</style>