Shades of Palatinate Purple #640461
Tints of Palatinate Purple #640461
RGB
CMYK
RGB Variations
Color information
#640461 (or 0x640461) is known color: Palatinate Purple. HEX triplet: 64, 04 and 61. RGB value is (100,4,97). Sum of RGB (Red+Green+Blue) = 100+4+97=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #640461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640461 is #9BFB9E. Grayscale: #2B2B2B. Windows color (decimal): -10222495 or 6358116. OLE color: 6358116.
HSL color Cylindrical-coordinate representation of color #640461: hue angle of 301.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640461 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 97 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.61 |
| HSL | 301.88º | 0.92% | 0.2% | - |
| HSV(B) | 301.88º | 0.96% | 0.39% | - |
| XYZ | 7.46 | 3.66 | 11.62 | - |
| YUV | 43.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 97 | 0 | 0.96 | 0.03 | 0.61 | 301.88 | 0.92 | 0.2 |
| Hex | 64 | 4 | 61 | 0 | 60 | 3 | 3D | 12E | 5C | 14 |
| Octal | 144 | 4 | 141 | 0 | 140 | 3 | 75 | 456 | 134 | 24 |
| Binary | 1100100 | 100 | 1100001 | 0 | 1100000 | 11 | 111101 | 100101110 | 1011100 | 10100 |
Color Harmonies of #640461
Complementary color
Monochromatic Colors of #640461
Black with #640461
Text Example
Text Example
White with #640461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640461; }
p { color: rgb(100,4,97); }
H1.HeaderClassName
{
color: #640461;
}
.AnyTagClassName
{
color: #640461;
}
</style>
background-color css
<style>
a { background-color: #640461; }
a { background-color: rgb(100,4,97); }
div.DivClassName
{
background-color: #640461;
}
.BgClassName
{
background-color: #640461;
}
</style>
border-color css
<style>
span { border-color: #640461; }
span { border-color: rgb(100,4,97); }
td.TdClassName
{
border-color: #640461;
}
.TagClassName
{
border-color: #640461;
}
</style>