Shades of Palatinate Purple #641963
Tints of Palatinate Purple #641963
RGB
CMYK
RGB Variations
Color information
#641963 (or 0x641963) is known color: Palatinate Purple. HEX triplet: 64, 19 and 63. RGB value is (100,25,99). Sum of RGB (Red+Green+Blue) = 100+25+99=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #641963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641963 is #9BE69C. Grayscale: #373737. Windows color (decimal): -10217117 or 6494564. OLE color: 6494564.
HSL color Cylindrical-coordinate representation of color #641963: hue angle of 300.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641963 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 99 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.61 |
| HSL | 300.8º | 0.6% | 0.25% | - |
| HSV(B) | 300.8º | 0.75% | 0.39% | - |
| XYZ | 7.86 | 4.31 | 12.22 | - |
| YUV | 55.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 99 | 0 | 0.75 | 0.01 | 0.61 | 300.8 | 0.6 | 0.25 |
| Hex | 64 | 19 | 63 | 0 | 4B | 1 | 3D | 12D | 3C | 19 |
| Octal | 144 | 31 | 143 | 0 | 113 | 1 | 75 | 455 | 74 | 31 |
| Binary | 1100100 | 11001 | 1100011 | 0 | 1001011 | 1 | 111101 | 100101101 | 111100 | 11001 |
Color Harmonies of #641963
Complementary color
Monochromatic Colors of #641963
Black with #641963
Text Example
Text Example
White with #641963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641963; }
p { color: rgb(100,25,99); }
H1.HeaderClassName
{
color: #641963;
}
.AnyTagClassName
{
color: #641963;
}
</style>
background-color css
<style>
a { background-color: #641963; }
a { background-color: rgb(100,25,99); }
div.DivClassName
{
background-color: #641963;
}
.BgClassName
{
background-color: #641963;
}
</style>
border-color css
<style>
span { border-color: #641963; }
span { border-color: rgb(100,25,99); }
td.TdClassName
{
border-color: #641963;
}
.TagClassName
{
border-color: #641963;
}
</style>