Shades of Palatinate Purple #643E5C
Tints of Palatinate Purple #643E5C
RGB
CMYK
RGB Variations
Color information
#643E5C (or 0x643E5C) is known color: Palatinate Purple. HEX triplet: 64, 3E and 5C. RGB value is (100,62,92). Sum of RGB (Red+Green+Blue) = 100+62+92=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #643E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E5C is #9BC1A3. Grayscale: #4C4C4C. Windows color (decimal): -10207652 or 6045284. OLE color: 6045284.
HSL color Cylindrical-coordinate representation of color #643E5C: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643E5C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 92 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.61 |
| HSL | 312.63º | 0.23% | 0.32% | - |
| HSV(B) | 312.63º | 0.38% | 0.39% | - |
| XYZ | 8.91 | 6.93 | 10.99 | - |
| YUV | 76.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 92 | 0 | 0.38 | 0.08 | 0.61 | 312.63 | 0.23 | 0.32 |
| Hex | 64 | 3E | 5C | 0 | 26 | 8 | 3D | 139 | 17 | 20 |
| Octal | 144 | 76 | 134 | 0 | 46 | 10 | 75 | 471 | 27 | 40 |
| Binary | 1100100 | 111110 | 1011100 | 0 | 100110 | 1000 | 111101 | 100111001 | 10111 | 100000 |
Color Harmonies of #643E5C
Complementary color
Monochromatic Colors of #643E5C
Black with #643E5C
Text Example
Text Example
White with #643E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E5C; }
p { color: rgb(100,62,92); }
H1.HeaderClassName
{
color: #643E5C;
}
.AnyTagClassName
{
color: #643E5C;
}
</style>
background-color css
<style>
a { background-color: #643E5C; }
a { background-color: rgb(100,62,92); }
div.DivClassName
{
background-color: #643E5C;
}
.BgClassName
{
background-color: #643E5C;
}
</style>
border-color css
<style>
span { border-color: #643E5C; }
span { border-color: rgb(100,62,92); }
td.TdClassName
{
border-color: #643E5C;
}
.TagClassName
{
border-color: #643E5C;
}
</style>