Shades of Palatinate Purple #64395E
Tints of Palatinate Purple #64395E
RGB
CMYK
RGB Variations
Color information
#64395E (or 0x64395E) is known color: Palatinate Purple. HEX triplet: 64, 39 and 5E. RGB value is (100,57,94). Sum of RGB (Red+Green+Blue) = 100+57+94=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #64395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64395E is #9BC6A1. Grayscale: #494949. Windows color (decimal): -10208930 or 6175076. OLE color: 6175076.
HSL color Cylindrical-coordinate representation of color #64395E: hue angle of 308.37º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64395E is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 94 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.61 |
| HSL | 308.37º | 0.27% | 0.31% | - |
| HSV(B) | 308.37º | 0.43% | 0.39% | - |
| XYZ | 8.74 | 6.44 | 11.37 | - |
| YUV | 74.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 94 | 0 | 0.43 | 0.06 | 0.61 | 308.37 | 0.27 | 0.31 |
| Hex | 64 | 39 | 5E | 0 | 2B | 6 | 3D | 134 | 1B | 1F |
| Octal | 144 | 71 | 136 | 0 | 53 | 6 | 75 | 464 | 33 | 37 |
| Binary | 1100100 | 111001 | 1011110 | 0 | 101011 | 110 | 111101 | 100110100 | 11011 | 11111 |
Color Harmonies of #64395E
Complementary color
Monochromatic Colors of #64395E
Black with #64395E
Text Example
Text Example
White with #64395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64395E; }
p { color: rgb(100,57,94); }
H1.HeaderClassName
{
color: #64395E;
}
.AnyTagClassName
{
color: #64395E;
}
</style>
background-color css
<style>
a { background-color: #64395E; }
a { background-color: rgb(100,57,94); }
div.DivClassName
{
background-color: #64395E;
}
.BgClassName
{
background-color: #64395E;
}
</style>
border-color css
<style>
span { border-color: #64395E; }
span { border-color: rgb(100,57,94); }
td.TdClassName
{
border-color: #64395E;
}
.TagClassName
{
border-color: #64395E;
}
</style>