Shades of Palatinate Purple #642863
Tints of Palatinate Purple #642863
RGB
CMYK
RGB Variations
Color information
#642863 (or 0x642863) is known color: Palatinate Purple. HEX triplet: 64, 28 and 63. RGB value is (100,40,99). Sum of RGB (Red+Green+Blue) = 100+40+99=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #642863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642863 is #9BD79C. Grayscale: #404040. Windows color (decimal): -10213277 or 6498404. OLE color: 6498404.
HSL color Cylindrical-coordinate representation of color #642863: hue angle of 301º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #642863 is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 40 | 99 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.61 |
| HSL | 301º | 0.43% | 0.27% | - |
| HSV(B) | 301º | 0.6% | 0.39% | - |
| XYZ | 8.27 | 5.13 | 12.36 | - |
| YUV | 64.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 99 | 0 | 0.6 | 0.01 | 0.61 | 301 | 0.43 | 0.27 |
| Hex | 64 | 28 | 63 | 0 | 3C | 1 | 3D | 12D | 2B | 1B |
| Octal | 144 | 50 | 143 | 0 | 74 | 1 | 75 | 455 | 53 | 33 |
| Binary | 1100100 | 101000 | 1100011 | 0 | 111100 | 1 | 111101 | 100101101 | 101011 | 11011 |
Color Harmonies of #642863
Complementary color
Monochromatic Colors of #642863
Black with #642863
Text Example
Text Example
White with #642863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642863; }
p { color: rgb(100,40,99); }
H1.HeaderClassName
{
color: #642863;
}
.AnyTagClassName
{
color: #642863;
}
</style>
background-color css
<style>
a { background-color: #642863; }
a { background-color: rgb(100,40,99); }
div.DivClassName
{
background-color: #642863;
}
.BgClassName
{
background-color: #642863;
}
</style>
border-color css
<style>
span { border-color: #642863; }
span { border-color: rgb(100,40,99); }
td.TdClassName
{
border-color: #642863;
}
.TagClassName
{
border-color: #642863;
}
</style>