Shades of Palatinate Purple #64385B
Tints of Palatinate Purple #64385B
RGB
CMYK
RGB Variations
Color information
#64385B (or 0x64385B) is known color: Palatinate Purple. HEX triplet: 64, 38 and 5B. RGB value is (100,56,91). Sum of RGB (Red+Green+Blue) = 100+56+91=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64385B is #9BC7A4. Grayscale: #494949. Windows color (decimal): -10209189 or 5978212. OLE color: 5978212.
HSL color Cylindrical-coordinate representation of color #64385B: hue angle of 312.27º 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 #64385B is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 56 | 91 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.61 |
| HSL | 312.27º | 0.28% | 0.31% | - |
| HSV(B) | 312.27º | 0.44% | 0.39% | - |
| XYZ | 8.56 | 6.29 | 10.66 | - |
| YUV | 73.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 91 | 0 | 0.44 | 0.09 | 0.61 | 312.27 | 0.28 | 0.31 |
| Hex | 64 | 38 | 5B | 0 | 2C | 9 | 3D | 138 | 1C | 1F |
| Octal | 144 | 70 | 133 | 0 | 54 | 11 | 75 | 470 | 34 | 37 |
| Binary | 1100100 | 111000 | 1011011 | 0 | 101100 | 1001 | 111101 | 100111000 | 11100 | 11111 |
Color Harmonies of #64385B
Complementary color
Monochromatic Colors of #64385B
Black with #64385B
Text Example
Text Example
White with #64385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64385B; }
p { color: rgb(100,56,91); }
H1.HeaderClassName
{
color: #64385B;
}
.AnyTagClassName
{
color: #64385B;
}
</style>
background-color css
<style>
a { background-color: #64385B; }
a { background-color: rgb(100,56,91); }
div.DivClassName
{
background-color: #64385B;
}
.BgClassName
{
background-color: #64385B;
}
</style>
border-color css
<style>
span { border-color: #64385B; }
span { border-color: rgb(100,56,91); }
td.TdClassName
{
border-color: #64385B;
}
.TagClassName
{
border-color: #64385B;
}
</style>