Shades of Palatinate Purple #643A5D
Tints of Palatinate Purple #643A5D
RGB
CMYK
RGB Variations
Color information
#643A5D (or 0x643A5D) is known color: Palatinate Purple. HEX triplet: 64, 3A and 5D. RGB value is (100,58,93). Sum of RGB (Red+Green+Blue) = 100+58+93=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #643A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A5D is #9BC5A2. Grayscale: #4A4A4A. Windows color (decimal): -10208675 or 6109796. OLE color: 6109796.
HSL color Cylindrical-coordinate representation of color #643A5D: hue angle of 310º 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 #643A5D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 93 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.61 |
| HSL | 310º | 0.27% | 0.31% | - |
| HSV(B) | 310º | 0.42% | 0.39% | - |
| XYZ | 8.74 | 6.53 | 11.15 | - |
| YUV | 74.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 93 | 0 | 0.42 | 0.07 | 0.61 | 310 | 0.27 | 0.31 |
| Hex | 64 | 3A | 5D | 0 | 2A | 7 | 3D | 136 | 1B | 1F |
| Octal | 144 | 72 | 135 | 0 | 52 | 7 | 75 | 466 | 33 | 37 |
| Binary | 1100100 | 111010 | 1011101 | 0 | 101010 | 111 | 111101 | 100110110 | 11011 | 11111 |
Color Harmonies of #643A5D
Complementary color
Monochromatic Colors of #643A5D
Black with #643A5D
Text Example
Text Example
White with #643A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A5D; }
p { color: rgb(100,58,93); }
H1.HeaderClassName
{
color: #643A5D;
}
.AnyTagClassName
{
color: #643A5D;
}
</style>
background-color css
<style>
a { background-color: #643A5D; }
a { background-color: rgb(100,58,93); }
div.DivClassName
{
background-color: #643A5D;
}
.BgClassName
{
background-color: #643A5D;
}
</style>
border-color css
<style>
span { border-color: #643A5D; }
span { border-color: rgb(100,58,93); }
td.TdClassName
{
border-color: #643A5D;
}
.TagClassName
{
border-color: #643A5D;
}
</style>