Shades of Palatinate Purple #641D52
Tints of Palatinate Purple #641D52
RGB
CMYK
RGB Variations
Color information
#641D52 (or 0x641D52) is known color: Palatinate Purple. HEX triplet: 64, 1D and 52. RGB value is (100,29,82). Sum of RGB (Red+Green+Blue) = 100+29+82=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #641D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D52 is #9BE2AD. Grayscale: #383838. Windows color (decimal): -10216110 or 5381476. OLE color: 5381476.
HSL color Cylindrical-coordinate representation of color #641D52: hue angle of 315.21º 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 #641D52 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 82 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.61 |
| HSL | 315.21º | 0.55% | 0.25% | - |
| HSV(B) | 315.21º | 0.71% | 0.39% | - |
| XYZ | 7.22 | 4.2 | 8.41 | - |
| YUV | 56.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 82 | 0 | 0.71 | 0.18 | 0.61 | 315.21 | 0.55 | 0.25 |
| Hex | 64 | 1D | 52 | 0 | 47 | 12 | 3D | 13B | 37 | 19 |
| Octal | 144 | 35 | 122 | 0 | 107 | 22 | 75 | 473 | 67 | 31 |
| Binary | 1100100 | 11101 | 1010010 | 0 | 1000111 | 10010 | 111101 | 100111011 | 110111 | 11001 |
Color Harmonies of #641D52
Complementary color
Monochromatic Colors of #641D52
Black with #641D52
Text Example
Text Example
White with #641D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D52; }
p { color: rgb(100,29,82); }
H1.HeaderClassName
{
color: #641D52;
}
.AnyTagClassName
{
color: #641D52;
}
</style>
background-color css
<style>
a { background-color: #641D52; }
a { background-color: rgb(100,29,82); }
div.DivClassName
{
background-color: #641D52;
}
.BgClassName
{
background-color: #641D52;
}
</style>
border-color css
<style>
span { border-color: #641D52; }
span { border-color: rgb(100,29,82); }
td.TdClassName
{
border-color: #641D52;
}
.TagClassName
{
border-color: #641D52;
}
</style>