Shades of Palatinate Purple #64355D
Tints of Palatinate Purple #64355D
RGB
CMYK
RGB Variations
Color information
#64355D (or 0x64355D) is known color: Palatinate Purple. HEX triplet: 64, 35 and 5D. RGB value is (100,53,93). Sum of RGB (Red+Green+Blue) = 100+53+93=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355D is #9BCAA2. Grayscale: #474747. Windows color (decimal): -10209955 or 6108516. OLE color: 6108516.
HSL color Cylindrical-coordinate representation of color #64355D: hue angle of 308.94º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64355D is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 93 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.61 |
| HSL | 308.94º | 0.31% | 0.3% | - |
| HSV(B) | 308.94º | 0.47% | 0.39% | - |
| XYZ | 8.5 | 6.05 | 11.07 | - |
| YUV | 71.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 93 | 0 | 0.47 | 0.07 | 0.61 | 308.94 | 0.31 | 0.3 |
| Hex | 64 | 35 | 5D | 0 | 2F | 7 | 3D | 135 | 1F | 1E |
| Octal | 144 | 65 | 135 | 0 | 57 | 7 | 75 | 465 | 37 | 36 |
| Binary | 1100100 | 110101 | 1011101 | 0 | 101111 | 111 | 111101 | 100110101 | 11111 | 11110 |
Color Harmonies of #64355D
Complementary color
Monochromatic Colors of #64355D
Black with #64355D
Text Example
Text Example
White with #64355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64355D; }
p { color: rgb(100,53,93); }
H1.HeaderClassName
{
color: #64355D;
}
.AnyTagClassName
{
color: #64355D;
}
</style>
background-color css
<style>
a { background-color: #64355D; }
a { background-color: rgb(100,53,93); }
div.DivClassName
{
background-color: #64355D;
}
.BgClassName
{
background-color: #64355D;
}
</style>
border-color css
<style>
span { border-color: #64355D; }
span { border-color: rgb(100,53,93); }
td.TdClassName
{
border-color: #64355D;
}
.TagClassName
{
border-color: #64355D;
}
</style>