Shades of Palatinate Purple #641D5D
Tints of Palatinate Purple #641D5D
RGB
CMYK
RGB Variations
Color information
#641D5D (or 0x641D5D) is known color: Palatinate Purple. HEX triplet: 64, 1D and 5D. RGB value is (100,29,93). Sum of RGB (Red+Green+Blue) = 100+29+93=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #641D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D5D is #9BE2A2. Grayscale: #393939. Windows color (decimal): -10216099 or 6102372. OLE color: 6102372.
HSL color Cylindrical-coordinate representation of color #641D5D: hue angle of 305.92º 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 #641D5D is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 93 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.61 |
| HSL | 305.92º | 0.55% | 0.25% | - |
| HSV(B) | 305.92º | 0.71% | 0.39% | - |
| XYZ | 7.67 | 4.38 | 10.8 | - |
| YUV | 57.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 93 | 0 | 0.71 | 0.07 | 0.61 | 305.92 | 0.55 | 0.25 |
| Hex | 64 | 1D | 5D | 0 | 47 | 7 | 3D | 132 | 37 | 19 |
| Octal | 144 | 35 | 135 | 0 | 107 | 7 | 75 | 462 | 67 | 31 |
| Binary | 1100100 | 11101 | 1011101 | 0 | 1000111 | 111 | 111101 | 100110010 | 110111 | 11001 |
Color Harmonies of #641D5D
Complementary color
Monochromatic Colors of #641D5D
Black with #641D5D
Text Example
Text Example
White with #641D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D5D; }
p { color: rgb(100,29,93); }
H1.HeaderClassName
{
color: #641D5D;
}
.AnyTagClassName
{
color: #641D5D;
}
</style>
background-color css
<style>
a { background-color: #641D5D; }
a { background-color: rgb(100,29,93); }
div.DivClassName
{
background-color: #641D5D;
}
.BgClassName
{
background-color: #641D5D;
}
</style>
border-color css
<style>
span { border-color: #641D5D; }
span { border-color: rgb(100,29,93); }
td.TdClassName
{
border-color: #641D5D;
}
.TagClassName
{
border-color: #641D5D;
}
</style>