Shades of Palatinate Purple #642353
Tints of Palatinate Purple #642353
RGB
CMYK
RGB Variations
Color information
#642353 (or 0x642353) is known color: Palatinate Purple. HEX triplet: 64, 23 and 53. RGB value is (100,35,83). Sum of RGB (Red+Green+Blue) = 100+35+83=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #642353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642353 is #9BDCAC. Grayscale: #3B3B3B. Windows color (decimal): -10214573 or 5448548. OLE color: 5448548.
HSL color Cylindrical-coordinate representation of color #642353: hue angle of 315.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642353 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 83 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.61 |
| HSL | 315.69º | 0.48% | 0.26% | - |
| HSV(B) | 315.69º | 0.65% | 0.39% | - |
| XYZ | 7.42 | 4.54 | 8.67 | - |
| YUV | 59.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 83 | 0 | 0.65 | 0.17 | 0.61 | 315.69 | 0.48 | 0.26 |
| Hex | 64 | 23 | 53 | 0 | 41 | 11 | 3D | 13C | 30 | 1A |
| Octal | 144 | 43 | 123 | 0 | 101 | 21 | 75 | 474 | 60 | 32 |
| Binary | 1100100 | 100011 | 1010011 | 0 | 1000001 | 10001 | 111101 | 100111100 | 110000 | 11010 |
Color Harmonies of #642353
Complementary color
Monochromatic Colors of #642353
Black with #642353
Text Example
Text Example
White with #642353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642353; }
p { color: rgb(100,35,83); }
H1.HeaderClassName
{
color: #642353;
}
.AnyTagClassName
{
color: #642353;
}
</style>
background-color css
<style>
a { background-color: #642353; }
a { background-color: rgb(100,35,83); }
div.DivClassName
{
background-color: #642353;
}
.BgClassName
{
background-color: #642353;
}
</style>
border-color css
<style>
span { border-color: #642353; }
span { border-color: rgb(100,35,83); }
td.TdClassName
{
border-color: #642353;
}
.TagClassName
{
border-color: #642353;
}
</style>