Shades of Palatinate Purple #642361
Tints of Palatinate Purple #642361
RGB
CMYK
RGB Variations
Color information
#642361 (or 0x642361) is known color: Palatinate Purple. HEX triplet: 64, 23 and 61. RGB value is (100,35,97). Sum of RGB (Red+Green+Blue) = 100+35+97=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #642361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642361 is #9BDC9E. Grayscale: #3D3D3D. Windows color (decimal): -10214559 or 6366052. OLE color: 6366052.
HSL color Cylindrical-coordinate representation of color #642361: hue angle of 302.77º 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 #642361 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 97 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.61 |
| HSL | 302.77º | 0.48% | 0.26% | - |
| HSV(B) | 302.77º | 0.65% | 0.39% | - |
| XYZ | 8.01 | 4.77 | 11.81 | - |
| YUV | 61.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 97 | 0 | 0.65 | 0.03 | 0.61 | 302.77 | 0.48 | 0.26 |
| Hex | 64 | 23 | 61 | 0 | 41 | 3 | 3D | 12F | 30 | 1A |
| Octal | 144 | 43 | 141 | 0 | 101 | 3 | 75 | 457 | 60 | 32 |
| Binary | 1100100 | 100011 | 1100001 | 0 | 1000001 | 11 | 111101 | 100101111 | 110000 | 11010 |
Color Harmonies of #642361
Complementary color
Monochromatic Colors of #642361
Black with #642361
Text Example
Text Example
White with #642361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642361; }
p { color: rgb(100,35,97); }
H1.HeaderClassName
{
color: #642361;
}
.AnyTagClassName
{
color: #642361;
}
</style>
background-color css
<style>
a { background-color: #642361; }
a { background-color: rgb(100,35,97); }
div.DivClassName
{
background-color: #642361;
}
.BgClassName
{
background-color: #642361;
}
</style>
border-color css
<style>
span { border-color: #642361; }
span { border-color: rgb(100,35,97); }
td.TdClassName
{
border-color: #642361;
}
.TagClassName
{
border-color: #642361;
}
</style>