Shades of Palatinate Purple #643A5C
Tints of Palatinate Purple #643A5C
RGB
CMYK
RGB Variations
Color information
#643A5C (or 0x643A5C) is known color: Palatinate Purple. HEX triplet: 64, 3A and 5C. RGB value is (100,58,92). Sum of RGB (Red+Green+Blue) = 100+58+92=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #643A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A5C is #9BC5A3. Grayscale: #4A4A4A. Windows color (decimal): -10208676 or 6044260. OLE color: 6044260.
HSL color Cylindrical-coordinate representation of color #643A5C: hue angle of 311.43º 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 #643A5C is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 92 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.61 |
| HSL | 311.43º | 0.27% | 0.31% | - |
| HSV(B) | 311.43º | 0.42% | 0.39% | - |
| XYZ | 8.7 | 6.51 | 10.92 | - |
| YUV | 74.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 92 | 0 | 0.42 | 0.08 | 0.61 | 311.43 | 0.27 | 0.31 |
| Hex | 64 | 3A | 5C | 0 | 2A | 8 | 3D | 137 | 1B | 1F |
| Octal | 144 | 72 | 134 | 0 | 52 | 10 | 75 | 467 | 33 | 37 |
| Binary | 1100100 | 111010 | 1011100 | 0 | 101010 | 1000 | 111101 | 100110111 | 11011 | 11111 |
Color Harmonies of #643A5C
Complementary color
Monochromatic Colors of #643A5C
Black with #643A5C
Text Example
Text Example
White with #643A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A5C; }
p { color: rgb(100,58,92); }
H1.HeaderClassName
{
color: #643A5C;
}
.AnyTagClassName
{
color: #643A5C;
}
</style>
background-color css
<style>
a { background-color: #643A5C; }
a { background-color: rgb(100,58,92); }
div.DivClassName
{
background-color: #643A5C;
}
.BgClassName
{
background-color: #643A5C;
}
</style>
border-color css
<style>
span { border-color: #643A5C; }
span { border-color: rgb(100,58,92); }
td.TdClassName
{
border-color: #643A5C;
}
.TagClassName
{
border-color: #643A5C;
}
</style>