Shades of Palatinate Purple #64355E
Tints of Palatinate Purple #64355E
RGB
CMYK
RGB Variations
Color information
#64355E (or 0x64355E) is known color: Palatinate Purple. HEX triplet: 64, 35 and 5E. RGB value is (100,53,94). Sum of RGB (Red+Green+Blue) = 100+53+94=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355E is #9BCAA1. Grayscale: #474747. Windows color (decimal): -10209954 or 6174052. OLE color: 6174052.
HSL color Cylindrical-coordinate representation of color #64355E: hue angle of 307.66º 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 #64355E is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 94 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.61 |
| HSL | 307.66º | 0.31% | 0.3% | - |
| HSV(B) | 307.66º | 0.47% | 0.39% | - |
| XYZ | 8.55 | 6.06 | 11.31 | - |
| YUV | 71.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 94 | 0 | 0.47 | 0.06 | 0.61 | 307.66 | 0.31 | 0.3 |
| Hex | 64 | 35 | 5E | 0 | 2F | 6 | 3D | 134 | 1F | 1E |
| Octal | 144 | 65 | 136 | 0 | 57 | 6 | 75 | 464 | 37 | 36 |
| Binary | 1100100 | 110101 | 1011110 | 0 | 101111 | 110 | 111101 | 100110100 | 11111 | 11110 |
Color Harmonies of #64355E
Complementary color
Monochromatic Colors of #64355E
Black with #64355E
Text Example
Text Example
White with #64355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64355E; }
p { color: rgb(100,53,94); }
H1.HeaderClassName
{
color: #64355E;
}
.AnyTagClassName
{
color: #64355E;
}
</style>
background-color css
<style>
a { background-color: #64355E; }
a { background-color: rgb(100,53,94); }
div.DivClassName
{
background-color: #64355E;
}
.BgClassName
{
background-color: #64355E;
}
</style>
border-color css
<style>
span { border-color: #64355E; }
span { border-color: rgb(100,53,94); }
td.TdClassName
{
border-color: #64355E;
}
.TagClassName
{
border-color: #64355E;
}
</style>