Shades of Palatinate Purple #640B57
Tints of Palatinate Purple #640B57
RGB
CMYK
RGB Variations
Color information
#640B57 (or 0x640B57) is known color: Palatinate Purple. HEX triplet: 64, 0B and 57. RGB value is (100,11,87). Sum of RGB (Red+Green+Blue) = 100+11+87=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #640B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640B57 is #9BF4A8. Grayscale: #2E2E2E. Windows color (decimal): -10220713 or 5704548. OLE color: 5704548.
HSL color Cylindrical-coordinate representation of color #640B57: hue angle of 308.76º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640B57 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 11 | 87 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.61 |
| HSL | 308.76º | 0.8% | 0.22% | - |
| HSV(B) | 308.76º | 0.89% | 0.39% | - |
| XYZ | 7.1 | 3.64 | 9.34 | - |
| YUV | 46.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 87 | 0 | 0.89 | 0.13 | 0.61 | 308.76 | 0.8 | 0.22 |
| Hex | 64 | B | 57 | 0 | 59 | D | 3D | 135 | 50 | 16 |
| Octal | 144 | 13 | 127 | 0 | 131 | 15 | 75 | 465 | 120 | 26 |
| Binary | 1100100 | 1011 | 1010111 | 0 | 1011001 | 1101 | 111101 | 100110101 | 1010000 | 10110 |
Color Harmonies of #640B57
Complementary color
Monochromatic Colors of #640B57
Black with #640B57
Text Example
Text Example
White with #640B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B57; }
p { color: rgb(100,11,87); }
H1.HeaderClassName
{
color: #640B57;
}
.AnyTagClassName
{
color: #640B57;
}
</style>
background-color css
<style>
a { background-color: #640B57; }
a { background-color: rgb(100,11,87); }
div.DivClassName
{
background-color: #640B57;
}
.BgClassName
{
background-color: #640B57;
}
</style>
border-color css
<style>
span { border-color: #640B57; }
span { border-color: rgb(100,11,87); }
td.TdClassName
{
border-color: #640B57;
}
.TagClassName
{
border-color: #640B57;
}
</style>