Shades of Palatinate Purple #640F56
Tints of Palatinate Purple #640F56
RGB
CMYK
RGB Variations
Color information
#640F56 (or 0x640F56) is known color: Palatinate Purple. HEX triplet: 64, 0F and 56. RGB value is (100,15,86). Sum of RGB (Red+Green+Blue) = 100+15+86=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #640F56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F56 is #9BF0A9. Grayscale: #303030. Windows color (decimal): -10219690 or 5640036. OLE color: 5640036.
HSL color Cylindrical-coordinate representation of color #640F56: hue angle of 309.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #640F56 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 86 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.61 |
| HSL | 309.88º | 0.74% | 0.23% | - |
| HSV(B) | 309.88º | 0.85% | 0.39% | - |
| XYZ | 7.11 | 3.72 | 9.15 | - |
| YUV | 48.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 86 | 0 | 0.85 | 0.14 | 0.61 | 309.88 | 0.74 | 0.23 |
| Hex | 64 | F | 56 | 0 | 55 | E | 3D | 136 | 4A | 17 |
| Octal | 144 | 17 | 126 | 0 | 125 | 16 | 75 | 466 | 112 | 27 |
| Binary | 1100100 | 1111 | 1010110 | 0 | 1010101 | 1110 | 111101 | 100110110 | 1001010 | 10111 |
Color Harmonies of #640F56
Complementary color
Monochromatic Colors of #640F56
Black with #640F56
Text Example
Text Example
White with #640F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F56; }
p { color: rgb(100,15,86); }
H1.HeaderClassName
{
color: #640F56;
}
.AnyTagClassName
{
color: #640F56;
}
</style>
background-color css
<style>
a { background-color: #640F56; }
a { background-color: rgb(100,15,86); }
div.DivClassName
{
background-color: #640F56;
}
.BgClassName
{
background-color: #640F56;
}
</style>
border-color css
<style>
span { border-color: #640F56; }
span { border-color: rgb(100,15,86); }
td.TdClassName
{
border-color: #640F56;
}
.TagClassName
{
border-color: #640F56;
}
</style>