Shades of Palatinate Purple #643A5E
Tints of Palatinate Purple #643A5E
RGB
CMYK
RGB Variations
Color information
#643A5E (or 0x643A5E) is known color: Palatinate Purple. HEX triplet: 64, 3A and 5E. RGB value is (100,58,94). Sum of RGB (Red+Green+Blue) = 100+58+94=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #643A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A5E is #9BC5A1. Grayscale: #4A4A4A. Windows color (decimal): -10208674 or 6175332. OLE color: 6175332.
HSL color Cylindrical-coordinate representation of color #643A5E: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643A5E is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 94 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.61 |
| HSL | 308.57º | 0.27% | 0.31% | - |
| HSV(B) | 308.57º | 0.42% | 0.39% | - |
| XYZ | 8.79 | 6.54 | 11.39 | - |
| YUV | 74.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 94 | 0 | 0.42 | 0.06 | 0.61 | 308.57 | 0.27 | 0.31 |
| Hex | 64 | 3A | 5E | 0 | 2A | 6 | 3D | 135 | 1B | 1F |
| Octal | 144 | 72 | 136 | 0 | 52 | 6 | 75 | 465 | 33 | 37 |
| Binary | 1100100 | 111010 | 1011110 | 0 | 101010 | 110 | 111101 | 100110101 | 11011 | 11111 |
Color Harmonies of #643A5E
Complementary color
Monochromatic Colors of #643A5E
Black with #643A5E
Text Example
Text Example
White with #643A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A5E; }
p { color: rgb(100,58,94); }
H1.HeaderClassName
{
color: #643A5E;
}
.AnyTagClassName
{
color: #643A5E;
}
</style>
background-color css
<style>
a { background-color: #643A5E; }
a { background-color: rgb(100,58,94); }
div.DivClassName
{
background-color: #643A5E;
}
.BgClassName
{
background-color: #643A5E;
}
</style>
border-color css
<style>
span { border-color: #643A5E; }
span { border-color: rgb(100,58,94); }
td.TdClassName
{
border-color: #643A5E;
}
.TagClassName
{
border-color: #643A5E;
}
</style>