Shades of Palatinate Purple #64355C
Tints of Palatinate Purple #64355C
RGB
CMYK
RGB Variations
Color information
#64355C (or 0x64355C) is known color: Palatinate Purple. HEX triplet: 64, 35 and 5C. RGB value is (100,53,92). Sum of RGB (Red+Green+Blue) = 100+53+92=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #64355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355C is #9BCAA3. Grayscale: #474747. Windows color (decimal): -10209956 or 6042980. OLE color: 6042980.
HSL color Cylindrical-coordinate representation of color #64355C: hue angle of 310.21º 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 #64355C is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 92 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.61 |
| HSL | 310.21º | 0.31% | 0.3% | - |
| HSV(B) | 310.21º | 0.47% | 0.39% | - |
| XYZ | 8.46 | 6.03 | 10.84 | - |
| YUV | 71.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 92 | 0 | 0.47 | 0.08 | 0.61 | 310.21 | 0.31 | 0.3 |
| Hex | 64 | 35 | 5C | 0 | 2F | 8 | 3D | 136 | 1F | 1E |
| Octal | 144 | 65 | 134 | 0 | 57 | 10 | 75 | 466 | 37 | 36 |
| Binary | 1100100 | 110101 | 1011100 | 0 | 101111 | 1000 | 111101 | 100110110 | 11111 | 11110 |
Color Harmonies of #64355C
Complementary color
Monochromatic Colors of #64355C
Black with #64355C
Text Example
Text Example
White with #64355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64355C; }
p { color: rgb(100,53,92); }
H1.HeaderClassName
{
color: #64355C;
}
.AnyTagClassName
{
color: #64355C;
}
</style>
background-color css
<style>
a { background-color: #64355C; }
a { background-color: rgb(100,53,92); }
div.DivClassName
{
background-color: #64355C;
}
.BgClassName
{
background-color: #64355C;
}
</style>
border-color css
<style>
span { border-color: #64355C; }
span { border-color: rgb(100,53,92); }
td.TdClassName
{
border-color: #64355C;
}
.TagClassName
{
border-color: #64355C;
}
</style>