Shades of Palatinate Purple #640962
Tints of Palatinate Purple #640962
RGB
CMYK
RGB Variations
Color information
#640962 (or 0x640962) is known color: Palatinate Purple. HEX triplet: 64, 09 and 62. RGB value is (100,9,98). Sum of RGB (Red+Green+Blue) = 100+9+98=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #640962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640962 is #9BF69D. Grayscale: #2E2E2E. Windows color (decimal): -10221214 or 6424932. OLE color: 6424932.
HSL color Cylindrical-coordinate representation of color #640962: hue angle of 301.32º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640962 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 9 | 98 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.61 |
| HSL | 301.32º | 0.83% | 0.21% | - |
| HSV(B) | 301.32º | 0.91% | 0.39% | - |
| XYZ | 7.56 | 3.79 | 11.89 | - |
| YUV | 46.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 98 | 0 | 0.91 | 0.02 | 0.61 | 301.32 | 0.83 | 0.21 |
| Hex | 64 | 9 | 62 | 0 | 5B | 2 | 3D | 12D | 53 | 15 |
| Octal | 144 | 11 | 142 | 0 | 133 | 2 | 75 | 455 | 123 | 25 |
| Binary | 1100100 | 1001 | 1100010 | 0 | 1011011 | 10 | 111101 | 100101101 | 1010011 | 10101 |
Color Harmonies of #640962
Complementary color
Monochromatic Colors of #640962
Black with #640962
Text Example
Text Example
White with #640962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640962; }
p { color: rgb(100,9,98); }
H1.HeaderClassName
{
color: #640962;
}
.AnyTagClassName
{
color: #640962;
}
</style>
background-color css
<style>
a { background-color: #640962; }
a { background-color: rgb(100,9,98); }
div.DivClassName
{
background-color: #640962;
}
.BgClassName
{
background-color: #640962;
}
</style>
border-color css
<style>
span { border-color: #640962; }
span { border-color: rgb(100,9,98); }
td.TdClassName
{
border-color: #640962;
}
.TagClassName
{
border-color: #640962;
}
</style>