Shades of Palatinate Purple #640565
Tints of Palatinate Purple #640565
RGB
CMYK
RGB Variations
Color information
#640565 (or 0x640565) is known color: Palatinate Purple. HEX triplet: 64, 05 and 65. RGB value is (100,5,101). Sum of RGB (Red+Green+Blue) = 100+5+101=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #640565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640565 is #9BFA9A. Grayscale: #2C2C2C. Windows color (decimal): -10222235 or 6620516. OLE color: 6620516.
HSL color Cylindrical-coordinate representation of color #640565: hue angle of 299.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640565 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 5 | 101 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.60 |
| HSL | 299.38º | 0.91% | 0.21% | - |
| HSV(B) | 299.38º | 0.95% | 0.4% | - |
| XYZ | 7.66 | 3.76 | 12.63 | - |
| YUV | 44.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 101 | 0.01 | 0.95 | 0 | 0.60 | 299.38 | 0.91 | 0.21 |
| Hex | 64 | 5 | 65 | 1 | 5F | 0 | 3C | 12B | 5B | 15 |
| Octal | 144 | 5 | 145 | 1 | 137 | 0 | 74 | 453 | 133 | 25 |
| Binary | 1100100 | 101 | 1100101 | 1 | 1011111 | 0 | 111100 | 100101011 | 1011011 | 10101 |
Color Harmonies of #640565
Complementary color
Monochromatic Colors of #640565
Black with #640565
Text Example
Text Example
White with #640565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640565; }
p { color: rgb(100,5,101); }
H1.HeaderClassName
{
color: #640565;
}
.AnyTagClassName
{
color: #640565;
}
</style>
background-color css
<style>
a { background-color: #640565; }
a { background-color: rgb(100,5,101); }
div.DivClassName
{
background-color: #640565;
}
.BgClassName
{
background-color: #640565;
}
</style>
border-color css
<style>
span { border-color: #640565; }
span { border-color: rgb(100,5,101); }
td.TdClassName
{
border-color: #640565;
}
.TagClassName
{
border-color: #640565;
}
</style>