Shades of Palatinate Purple #641A59
Tints of Palatinate Purple #641A59
RGB
CMYK
RGB Variations
Color information
#641A59 (or 0x641A59) is known color: Palatinate Purple. HEX triplet: 64, 1A and 59. RGB value is (100,26,89). Sum of RGB (Red+Green+Blue) = 100+26+89=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #641A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A59 is #9BE5A6. Grayscale: #373737. Windows color (decimal): -10216871 or 5839460. OLE color: 5839460.
HSL color Cylindrical-coordinate representation of color #641A59: hue angle of 308.92º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A59 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 89 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.61 |
| HSL | 308.92º | 0.59% | 0.25% | - |
| HSV(B) | 308.92º | 0.74% | 0.39% | - |
| XYZ | 7.43 | 4.17 | 9.86 | - |
| YUV | 55.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 89 | 0 | 0.74 | 0.11 | 0.61 | 308.92 | 0.59 | 0.25 |
| Hex | 64 | 1A | 59 | 0 | 4A | B | 3D | 135 | 3B | 19 |
| Octal | 144 | 32 | 131 | 0 | 112 | 13 | 75 | 465 | 73 | 31 |
| Binary | 1100100 | 11010 | 1011001 | 0 | 1001010 | 1011 | 111101 | 100110101 | 111011 | 11001 |
Color Harmonies of #641A59
Complementary color
Monochromatic Colors of #641A59
Black with #641A59
Text Example
Text Example
White with #641A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A59; }
p { color: rgb(100,26,89); }
H1.HeaderClassName
{
color: #641A59;
}
.AnyTagClassName
{
color: #641A59;
}
</style>
background-color css
<style>
a { background-color: #641A59; }
a { background-color: rgb(100,26,89); }
div.DivClassName
{
background-color: #641A59;
}
.BgClassName
{
background-color: #641A59;
}
</style>
border-color css
<style>
span { border-color: #641A59; }
span { border-color: rgb(100,26,89); }
td.TdClassName
{
border-color: #641A59;
}
.TagClassName
{
border-color: #641A59;
}
</style>