Shades of Palatinate Purple #64385E
Tints of Palatinate Purple #64385E
RGB
CMYK
RGB Variations
Color information
#64385E (or 0x64385E) is known color: Palatinate Purple. HEX triplet: 64, 38 and 5E. RGB value is (100,56,94). Sum of RGB (Red+Green+Blue) = 100+56+94=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #64385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64385E is #9BC7A1. Grayscale: #494949. Windows color (decimal): -10209186 or 6174820. OLE color: 6174820.
HSL color Cylindrical-coordinate representation of color #64385E: hue angle of 308.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64385E is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 56 | 94 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.61 |
| HSL | 308.18º | 0.28% | 0.31% | - |
| HSV(B) | 308.18º | 0.44% | 0.39% | - |
| XYZ | 8.69 | 6.35 | 11.36 | - |
| YUV | 73.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 94 | 0 | 0.44 | 0.06 | 0.61 | 308.18 | 0.28 | 0.31 |
| Hex | 64 | 38 | 5E | 0 | 2C | 6 | 3D | 134 | 1C | 1F |
| Octal | 144 | 70 | 136 | 0 | 54 | 6 | 75 | 464 | 34 | 37 |
| Binary | 1100100 | 111000 | 1011110 | 0 | 101100 | 110 | 111101 | 100110100 | 11100 | 11111 |
Color Harmonies of #64385E
Complementary color
Monochromatic Colors of #64385E
Black with #64385E
Text Example
Text Example
White with #64385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64385E; }
p { color: rgb(100,56,94); }
H1.HeaderClassName
{
color: #64385E;
}
.AnyTagClassName
{
color: #64385E;
}
</style>
background-color css
<style>
a { background-color: #64385E; }
a { background-color: rgb(100,56,94); }
div.DivClassName
{
background-color: #64385E;
}
.BgClassName
{
background-color: #64385E;
}
</style>
border-color css
<style>
span { border-color: #64385E; }
span { border-color: rgb(100,56,94); }
td.TdClassName
{
border-color: #64385E;
}
.TagClassName
{
border-color: #64385E;
}
</style>