Shades of Palatinate Purple #640665
Tints of Palatinate Purple #640665
RGB
CMYK
RGB Variations
Color information
#640665 (or 0x640665) is known color: Palatinate Purple. HEX triplet: 64, 06 and 65. RGB value is (100,6,101). Sum of RGB (Red+Green+Blue) = 100+6+101=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #640665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640665 is #9BF99A. Grayscale: #2C2C2C. Windows color (decimal): -10221979 or 6620772. OLE color: 6620772.
HSL color Cylindrical-coordinate representation of color #640665: hue angle of 299.37º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640665 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 6 | 101 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.60 |
| HSL | 299.37º | 0.89% | 0.21% | - |
| HSV(B) | 299.37º | 0.94% | 0.4% | - |
| XYZ | 7.67 | 3.78 | 12.64 | - |
| YUV | 44.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 101 | 0.01 | 0.94 | 0 | 0.60 | 299.37 | 0.89 | 0.21 |
| Hex | 64 | 6 | 65 | 1 | 5E | 0 | 3C | 12B | 59 | 15 |
| Octal | 144 | 6 | 145 | 1 | 136 | 0 | 74 | 453 | 131 | 25 |
| Binary | 1100100 | 110 | 1100101 | 1 | 1011110 | 0 | 111100 | 100101011 | 1011001 | 10101 |
Color Harmonies of #640665
Complementary color
Monochromatic Colors of #640665
Black with #640665
Text Example
Text Example
White with #640665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640665; }
p { color: rgb(100,6,101); }
H1.HeaderClassName
{
color: #640665;
}
.AnyTagClassName
{
color: #640665;
}
</style>
background-color css
<style>
a { background-color: #640665; }
a { background-color: rgb(100,6,101); }
div.DivClassName
{
background-color: #640665;
}
.BgClassName
{
background-color: #640665;
}
</style>
border-color css
<style>
span { border-color: #640665; }
span { border-color: rgb(100,6,101); }
td.TdClassName
{
border-color: #640665;
}
.TagClassName
{
border-color: #640665;
}
</style>