Shades of Palatinate Purple #64385A
Tints of Palatinate Purple #64385A
RGB
CMYK
RGB Variations
Color information
#64385A (or 0x64385A) is known color: Palatinate Purple. HEX triplet: 64, 38 and 5A. RGB value is (100,56,90). Sum of RGB (Red+Green+Blue) = 100+56+90=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64385A is #9BC7A5. Grayscale: #484848. Windows color (decimal): -10209190 or 5912676. OLE color: 5912676.
HSL color Cylindrical-coordinate representation of color #64385A: hue angle of 313.64º 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 #64385A is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 56 | 90 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.61 |
| HSL | 313.64º | 0.28% | 0.31% | - |
| HSV(B) | 313.64º | 0.44% | 0.39% | - |
| XYZ | 8.52 | 6.28 | 10.44 | - |
| YUV | 73.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 90 | 0 | 0.44 | 0.10 | 0.61 | 313.64 | 0.28 | 0.31 |
| Hex | 64 | 38 | 5A | 0 | 2C | A | 3D | 13A | 1C | 1F |
| Octal | 144 | 70 | 132 | 0 | 54 | 12 | 75 | 472 | 34 | 37 |
| Binary | 1100100 | 111000 | 1011010 | 0 | 101100 | 1010 | 111101 | 100111010 | 11100 | 11111 |
Color Harmonies of #64385A
Complementary color
Monochromatic Colors of #64385A
Black with #64385A
Text Example
Text Example
White with #64385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64385A; }
p { color: rgb(100,56,90); }
H1.HeaderClassName
{
color: #64385A;
}
.AnyTagClassName
{
color: #64385A;
}
</style>
background-color css
<style>
a { background-color: #64385A; }
a { background-color: rgb(100,56,90); }
div.DivClassName
{
background-color: #64385A;
}
.BgClassName
{
background-color: #64385A;
}
</style>
border-color css
<style>
span { border-color: #64385A; }
span { border-color: rgb(100,56,90); }
td.TdClassName
{
border-color: #64385A;
}
.TagClassName
{
border-color: #64385A;
}
</style>