Shades of Palatinate Purple #643262
Tints of Palatinate Purple #643262
RGB
CMYK
RGB Variations
Color information
#643262 (or 0x643262) is known color: Palatinate Purple. HEX triplet: 64, 32 and 62. RGB value is (100,50,98). Sum of RGB (Red+Green+Blue) = 100+50+98=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #643262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643262 is #9BCD9D. Grayscale: #464646. Windows color (decimal): -10210718 or 6435428. OLE color: 6435428.
HSL color Cylindrical-coordinate representation of color #643262: hue angle of 302.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643262 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 98 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.61 |
| HSL | 302.4º | 0.33% | 0.29% | - |
| HSV(B) | 302.4º | 0.5% | 0.39% | - |
| XYZ | 8.6 | 5.87 | 12.24 | - |
| YUV | 70.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 98 | 0 | 0.50 | 0.02 | 0.61 | 302.4 | 0.33 | 0.29 |
| Hex | 64 | 32 | 62 | 0 | 32 | 2 | 3D | 12E | 21 | 1D |
| Octal | 144 | 62 | 142 | 0 | 62 | 2 | 75 | 456 | 41 | 35 |
| Binary | 1100100 | 110010 | 1100010 | 0 | 110010 | 10 | 111101 | 100101110 | 100001 | 11101 |
Color Harmonies of #643262
Complementary color
Monochromatic Colors of #643262
Black with #643262
Text Example
Text Example
White with #643262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643262; }
p { color: rgb(100,50,98); }
H1.HeaderClassName
{
color: #643262;
}
.AnyTagClassName
{
color: #643262;
}
</style>
background-color css
<style>
a { background-color: #643262; }
a { background-color: rgb(100,50,98); }
div.DivClassName
{
background-color: #643262;
}
.BgClassName
{
background-color: #643262;
}
</style>
border-color css
<style>
span { border-color: #643262; }
span { border-color: rgb(100,50,98); }
td.TdClassName
{
border-color: #643262;
}
.TagClassName
{
border-color: #643262;
}
</style>