Shades of Palatinate Purple #641D63
Tints of Palatinate Purple #641D63
RGB
CMYK
RGB Variations
Color information
#641D63 (or 0x641D63) is known color: Palatinate Purple. HEX triplet: 64, 1D and 63. RGB value is (100,29,99). Sum of RGB (Red+Green+Blue) = 100+29+99=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #641D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D63 is #9BE29C. Grayscale: #3A3A3A. Windows color (decimal): -10216093 or 6495588. OLE color: 6495588.
HSL color Cylindrical-coordinate representation of color #641D63: hue angle of 300.85º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D63 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 99 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.61 |
| HSL | 300.85º | 0.55% | 0.25% | - |
| HSV(B) | 300.85º | 0.71% | 0.39% | - |
| XYZ | 7.95 | 4.49 | 12.25 | - |
| YUV | 58.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 99 | 0 | 0.71 | 0.01 | 0.61 | 300.85 | 0.55 | 0.25 |
| Hex | 64 | 1D | 63 | 0 | 47 | 1 | 3D | 12D | 37 | 19 |
| Octal | 144 | 35 | 143 | 0 | 107 | 1 | 75 | 455 | 67 | 31 |
| Binary | 1100100 | 11101 | 1100011 | 0 | 1000111 | 1 | 111101 | 100101101 | 110111 | 11001 |
Color Harmonies of #641D63
Complementary color
Monochromatic Colors of #641D63
Black with #641D63
Text Example
Text Example
White with #641D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D63; }
p { color: rgb(100,29,99); }
H1.HeaderClassName
{
color: #641D63;
}
.AnyTagClassName
{
color: #641D63;
}
</style>
background-color css
<style>
a { background-color: #641D63; }
a { background-color: rgb(100,29,99); }
div.DivClassName
{
background-color: #641D63;
}
.BgClassName
{
background-color: #641D63;
}
</style>
border-color css
<style>
span { border-color: #641D63; }
span { border-color: rgb(100,29,99); }
td.TdClassName
{
border-color: #641D63;
}
.TagClassName
{
border-color: #641D63;
}
</style>