Shades of Palatinate Purple #64295E
Tints of Palatinate Purple #64295E
RGB
CMYK
RGB Variations
Color information
#64295E (or 0x64295E) is known color: Palatinate Purple. HEX triplet: 64, 29 and 5E. RGB value is (100,41,94). Sum of RGB (Red+Green+Blue) = 100+41+94=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #64295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64295E is #9BD6A1. Grayscale: #404040. Windows color (decimal): -10213026 or 6170980. OLE color: 6170980.
HSL color Cylindrical-coordinate representation of color #64295E: hue angle of 306.1º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64295E is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 41 | 94 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.61 |
| HSL | 306.1º | 0.42% | 0.28% | - |
| HSV(B) | 306.1º | 0.59% | 0.39% | - |
| XYZ | 8.07 | 5.1 | 11.15 | - |
| YUV | 64.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 94 | 0 | 0.59 | 0.06 | 0.61 | 306.1 | 0.42 | 0.28 |
| Hex | 64 | 29 | 5E | 0 | 3B | 6 | 3D | 132 | 2A | 1C |
| Octal | 144 | 51 | 136 | 0 | 73 | 6 | 75 | 462 | 52 | 34 |
| Binary | 1100100 | 101001 | 1011110 | 0 | 111011 | 110 | 111101 | 100110010 | 101010 | 11100 |
Color Harmonies of #64295E
Complementary color
Monochromatic Colors of #64295E
Black with #64295E
Text Example
Text Example
White with #64295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64295E; }
p { color: rgb(100,41,94); }
H1.HeaderClassName
{
color: #64295E;
}
.AnyTagClassName
{
color: #64295E;
}
</style>
background-color css
<style>
a { background-color: #64295E; }
a { background-color: rgb(100,41,94); }
div.DivClassName
{
background-color: #64295E;
}
.BgClassName
{
background-color: #64295E;
}
</style>
border-color css
<style>
span { border-color: #64295E; }
span { border-color: rgb(100,41,94); }
td.TdClassName
{
border-color: #64295E;
}
.TagClassName
{
border-color: #64295E;
}
</style>