Shades of Palatinate Purple #640862
Tints of Palatinate Purple #640862
RGB
CMYK
RGB Variations
Color information
#640862 (or 0x640862) is known color: Palatinate Purple. HEX triplet: 64, 08 and 62. RGB value is (100,8,98). Sum of RGB (Red+Green+Blue) = 100+8+98=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #640862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640862 is #9BF79D. Grayscale: #2D2D2D. Windows color (decimal): -10221470 or 6424676. OLE color: 6424676.
HSL color Cylindrical-coordinate representation of color #640862: hue angle of 301.3º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640862 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 98 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.61 |
| HSL | 301.3º | 0.85% | 0.21% | - |
| HSV(B) | 301.3º | 0.92% | 0.39% | - |
| XYZ | 7.55 | 3.76 | 11.88 | - |
| YUV | 45.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 98 | 0 | 0.92 | 0.02 | 0.61 | 301.3 | 0.85 | 0.21 |
| Hex | 64 | 8 | 62 | 0 | 5C | 2 | 3D | 12D | 55 | 15 |
| Octal | 144 | 10 | 142 | 0 | 134 | 2 | 75 | 455 | 125 | 25 |
| Binary | 1100100 | 1000 | 1100010 | 0 | 1011100 | 10 | 111101 | 100101101 | 1010101 | 10101 |
Color Harmonies of #640862
Complementary color
Monochromatic Colors of #640862
Black with #640862
Text Example
Text Example
White with #640862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640862; }
p { color: rgb(100,8,98); }
H1.HeaderClassName
{
color: #640862;
}
.AnyTagClassName
{
color: #640862;
}
</style>
background-color css
<style>
a { background-color: #640862; }
a { background-color: rgb(100,8,98); }
div.DivClassName
{
background-color: #640862;
}
.BgClassName
{
background-color: #640862;
}
</style>
border-color css
<style>
span { border-color: #640862; }
span { border-color: rgb(100,8,98); }
td.TdClassName
{
border-color: #640862;
}
.TagClassName
{
border-color: #640862;
}
</style>