Shades of Palatinate Purple #64345C
Tints of Palatinate Purple #64345C
RGB
CMYK
RGB Variations
Color information
#64345C (or 0x64345C) is known color: Palatinate Purple. HEX triplet: 64, 34 and 5C. RGB value is (100,52,92). Sum of RGB (Red+Green+Blue) = 100+52+92=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64345C is #9BCBA3. Grayscale: #464646. Windows color (decimal): -10210212 or 6042724. OLE color: 6042724.
HSL color Cylindrical-coordinate representation of color #64345C: hue angle of 310º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64345C is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 92 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.61 |
| HSL | 310º | 0.32% | 0.3% | - |
| HSV(B) | 310º | 0.48% | 0.39% | - |
| XYZ | 8.42 | 5.94 | 10.83 | - |
| YUV | 70.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 92 | 0 | 0.48 | 0.08 | 0.61 | 310 | 0.32 | 0.3 |
| Hex | 64 | 34 | 5C | 0 | 30 | 8 | 3D | 136 | 20 | 1E |
| Octal | 144 | 64 | 134 | 0 | 60 | 10 | 75 | 466 | 40 | 36 |
| Binary | 1100100 | 110100 | 1011100 | 0 | 110000 | 1000 | 111101 | 100110110 | 100000 | 11110 |
Color Harmonies of #64345C
Complementary color
Monochromatic Colors of #64345C
Black with #64345C
Text Example
Text Example
White with #64345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64345C; }
p { color: rgb(100,52,92); }
H1.HeaderClassName
{
color: #64345C;
}
.AnyTagClassName
{
color: #64345C;
}
</style>
background-color css
<style>
a { background-color: #64345C; }
a { background-color: rgb(100,52,92); }
div.DivClassName
{
background-color: #64345C;
}
.BgClassName
{
background-color: #64345C;
}
</style>
border-color css
<style>
span { border-color: #64345C; }
span { border-color: rgb(100,52,92); }
td.TdClassName
{
border-color: #64345C;
}
.TagClassName
{
border-color: #64345C;
}
</style>