Shades of Palatinate Purple #641D60
Tints of Palatinate Purple #641D60
RGB
CMYK
RGB Variations
Color information
#641D60 (or 0x641D60) is known color: Palatinate Purple. HEX triplet: 64, 1D and 60. RGB value is (100,29,96). Sum of RGB (Red+Green+Blue) = 100+29+96=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #641D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D60 is #9BE29F. Grayscale: #393939. Windows color (decimal): -10216096 or 6298980. OLE color: 6298980.
HSL color Cylindrical-coordinate representation of color #641D60: hue angle of 303.38º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D60 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 96 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.61 |
| HSL | 303.38º | 0.55% | 0.25% | - |
| HSV(B) | 303.38º | 0.71% | 0.39% | - |
| XYZ | 7.81 | 4.43 | 11.51 | - |
| YUV | 57.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 96 | 0 | 0.71 | 0.04 | 0.61 | 303.38 | 0.55 | 0.25 |
| Hex | 64 | 1D | 60 | 0 | 47 | 4 | 3D | 12F | 37 | 19 |
| Octal | 144 | 35 | 140 | 0 | 107 | 4 | 75 | 457 | 67 | 31 |
| Binary | 1100100 | 11101 | 1100000 | 0 | 1000111 | 100 | 111101 | 100101111 | 110111 | 11001 |
Color Harmonies of #641D60
Complementary color
Monochromatic Colors of #641D60
Black with #641D60
Text Example
Text Example
White with #641D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D60; }
p { color: rgb(100,29,96); }
H1.HeaderClassName
{
color: #641D60;
}
.AnyTagClassName
{
color: #641D60;
}
</style>
background-color css
<style>
a { background-color: #641D60; }
a { background-color: rgb(100,29,96); }
div.DivClassName
{
background-color: #641D60;
}
.BgClassName
{
background-color: #641D60;
}
</style>
border-color css
<style>
span { border-color: #641D60; }
span { border-color: rgb(100,29,96); }
td.TdClassName
{
border-color: #641D60;
}
.TagClassName
{
border-color: #641D60;
}
</style>