Shades of Palatinate Purple #64355B
Tints of Palatinate Purple #64355B
RGB
CMYK
RGB Variations
Color information
#64355B (or 0x64355B) is known color: Palatinate Purple. HEX triplet: 64, 35 and 5B. RGB value is (100,53,91). Sum of RGB (Red+Green+Blue) = 100+53+91=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64355B is #9BCAA4. Grayscale: #474747. Windows color (decimal): -10209957 or 5977444. OLE color: 5977444.
HSL color Cylindrical-coordinate representation of color #64355B: hue angle of 311.49º 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 #64355B is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 91 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.61 |
| HSL | 311.49º | 0.31% | 0.3% | - |
| HSV(B) | 311.49º | 0.47% | 0.39% | - |
| XYZ | 8.42 | 6.01 | 10.61 | - |
| YUV | 71.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 91 | 0 | 0.47 | 0.09 | 0.61 | 311.49 | 0.31 | 0.3 |
| Hex | 64 | 35 | 5B | 0 | 2F | 9 | 3D | 137 | 1F | 1E |
| Octal | 144 | 65 | 133 | 0 | 57 | 11 | 75 | 467 | 37 | 36 |
| Binary | 1100100 | 110101 | 1011011 | 0 | 101111 | 1001 | 111101 | 100110111 | 11111 | 11110 |
Color Harmonies of #64355B
Complementary color
Monochromatic Colors of #64355B
Black with #64355B
Text Example
Text Example
White with #64355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64355B; }
p { color: rgb(100,53,91); }
H1.HeaderClassName
{
color: #64355B;
}
.AnyTagClassName
{
color: #64355B;
}
</style>
background-color css
<style>
a { background-color: #64355B; }
a { background-color: rgb(100,53,91); }
div.DivClassName
{
background-color: #64355B;
}
.BgClassName
{
background-color: #64355B;
}
</style>
border-color css
<style>
span { border-color: #64355B; }
span { border-color: rgb(100,53,91); }
td.TdClassName
{
border-color: #64355B;
}
.TagClassName
{
border-color: #64355B;
}
</style>