Shades of Palatinate Purple #640663
Tints of Palatinate Purple #640663
RGB
CMYK
RGB Variations
Color information
#640663 (or 0x640663) is known color: Palatinate Purple. HEX triplet: 64, 06 and 63. RGB value is (100,6,99). Sum of RGB (Red+Green+Blue) = 100+6+99=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #640663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640663 is #9BF99C. Grayscale: #2C2C2C. Windows color (decimal): -10221981 or 6489700. OLE color: 6489700.
HSL color Cylindrical-coordinate representation of color #640663: hue angle of 300.64º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640663 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 99 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.61 |
| HSL | 300.64º | 0.89% | 0.21% | - |
| HSV(B) | 300.64º | 0.94% | 0.39% | - |
| XYZ | 7.57 | 3.74 | 12.13 | - |
| YUV | 44.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 99 | 0 | 0.94 | 0.01 | 0.61 | 300.64 | 0.89 | 0.21 |
| Hex | 64 | 6 | 63 | 0 | 5E | 1 | 3D | 12D | 59 | 15 |
| Octal | 144 | 6 | 143 | 0 | 136 | 1 | 75 | 455 | 131 | 25 |
| Binary | 1100100 | 110 | 1100011 | 0 | 1011110 | 1 | 111101 | 100101101 | 1011001 | 10101 |
Color Harmonies of #640663
Complementary color
Monochromatic Colors of #640663
Black with #640663
Text Example
Text Example
White with #640663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640663; }
p { color: rgb(100,6,99); }
H1.HeaderClassName
{
color: #640663;
}
.AnyTagClassName
{
color: #640663;
}
</style>
background-color css
<style>
a { background-color: #640663; }
a { background-color: rgb(100,6,99); }
div.DivClassName
{
background-color: #640663;
}
.BgClassName
{
background-color: #640663;
}
</style>
border-color css
<style>
span { border-color: #640663; }
span { border-color: rgb(100,6,99); }
td.TdClassName
{
border-color: #640663;
}
.TagClassName
{
border-color: #640663;
}
</style>