Shades of Palatinate Purple #640361
Tints of Palatinate Purple #640361
RGB
CMYK
RGB Variations
Color information
#640361 (or 0x640361) is known color: Palatinate Purple. HEX triplet: 64, 03 and 61. RGB value is (100,3,97). Sum of RGB (Red+Green+Blue) = 100+3+97=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #640361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640361 is #9BFC9E. Grayscale: #2A2A2A. Windows color (decimal): -10222751 or 6357860. OLE color: 6357860.
HSL color Cylindrical-coordinate representation of color #640361: hue angle of 301.86º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640361 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 97 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.61 |
| HSL | 301.86º | 0.94% | 0.2% | - |
| HSV(B) | 301.86º | 0.97% | 0.39% | - |
| XYZ | 7.45 | 3.64 | 11.62 | - |
| YUV | 42.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 97 | 0 | 0.97 | 0.03 | 0.61 | 301.86 | 0.94 | 0.2 |
| Hex | 64 | 3 | 61 | 0 | 61 | 3 | 3D | 12E | 5E | 14 |
| Octal | 144 | 3 | 141 | 0 | 141 | 3 | 75 | 456 | 136 | 24 |
| Binary | 1100100 | 11 | 1100001 | 0 | 1100001 | 11 | 111101 | 100101110 | 1011110 | 10100 |
Color Harmonies of #640361
Complementary color
Monochromatic Colors of #640361
Black with #640361
Text Example
Text Example
White with #640361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640361; }
p { color: rgb(100,3,97); }
H1.HeaderClassName
{
color: #640361;
}
.AnyTagClassName
{
color: #640361;
}
</style>
background-color css
<style>
a { background-color: #640361; }
a { background-color: rgb(100,3,97); }
div.DivClassName
{
background-color: #640361;
}
.BgClassName
{
background-color: #640361;
}
</style>
border-color css
<style>
span { border-color: #640361; }
span { border-color: rgb(100,3,97); }
td.TdClassName
{
border-color: #640361;
}
.TagClassName
{
border-color: #640361;
}
</style>