Shades of Palatinate Purple #643F5F
Tints of Palatinate Purple #643F5F
RGB
CMYK
RGB Variations
Color information
#643F5F (or 0x643F5F) is known color: Palatinate Purple. HEX triplet: 64, 3F and 5F. RGB value is (100,63,95). Sum of RGB (Red+Green+Blue) = 100+63+95=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #643F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F5F is #9BC0A0. Grayscale: #4D4D4D. Windows color (decimal): -10207393 or 6242148. OLE color: 6242148.
HSL color Cylindrical-coordinate representation of color #643F5F: hue angle of 308.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #643F5F is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 95 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.61 |
| HSL | 308.11º | 0.23% | 0.32% | - |
| HSV(B) | 308.11º | 0.37% | 0.39% | - |
| XYZ | 9.1 | 7.09 | 11.72 | - |
| YUV | 77.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 95 | 0 | 0.37 | 0.05 | 0.61 | 308.11 | 0.23 | 0.32 |
| Hex | 64 | 3F | 5F | 0 | 25 | 5 | 3D | 134 | 17 | 20 |
| Octal | 144 | 77 | 137 | 0 | 45 | 5 | 75 | 464 | 27 | 40 |
| Binary | 1100100 | 111111 | 1011111 | 0 | 100101 | 101 | 111101 | 100110100 | 10111 | 100000 |
Color Harmonies of #643F5F
Complementary color
Monochromatic Colors of #643F5F
Black with #643F5F
Text Example
Text Example
White with #643F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F5F; }
p { color: rgb(100,63,95); }
H1.HeaderClassName
{
color: #643F5F;
}
.AnyTagClassName
{
color: #643F5F;
}
</style>
background-color css
<style>
a { background-color: #643F5F; }
a { background-color: rgb(100,63,95); }
div.DivClassName
{
background-color: #643F5F;
}
.BgClassName
{
background-color: #643F5F;
}
</style>
border-color css
<style>
span { border-color: #643F5F; }
span { border-color: rgb(100,63,95); }
td.TdClassName
{
border-color: #643F5F;
}
.TagClassName
{
border-color: #643F5F;
}
</style>