Shades of Palatinate Purple #64325B
Tints of Palatinate Purple #64325B
RGB
CMYK
RGB Variations
Color information
#64325B (or 0x64325B) is known color: Palatinate Purple. HEX triplet: 64, 32 and 5B. RGB value is (100,50,91). Sum of RGB (Red+Green+Blue) = 100+50+91=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64325B is #9BCDA4. Grayscale: #454545. Windows color (decimal): -10210725 or 5976676. OLE color: 5976676.
HSL color Cylindrical-coordinate representation of color #64325B: hue angle of 310.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64325B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 91 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.61 |
| HSL | 310.8º | 0.33% | 0.29% | - |
| HSV(B) | 310.8º | 0.5% | 0.39% | - |
| XYZ | 8.28 | 5.75 | 10.57 | - |
| YUV | 69.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 91 | 0 | 0.50 | 0.09 | 0.61 | 310.8 | 0.33 | 0.29 |
| Hex | 64 | 32 | 5B | 0 | 32 | 9 | 3D | 137 | 21 | 1D |
| Octal | 144 | 62 | 133 | 0 | 62 | 11 | 75 | 467 | 41 | 35 |
| Binary | 1100100 | 110010 | 1011011 | 0 | 110010 | 1001 | 111101 | 100110111 | 100001 | 11101 |
Color Harmonies of #64325B
Complementary color
Monochromatic Colors of #64325B
Black with #64325B
Text Example
Text Example
White with #64325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64325B; }
p { color: rgb(100,50,91); }
H1.HeaderClassName
{
color: #64325B;
}
.AnyTagClassName
{
color: #64325B;
}
</style>
background-color css
<style>
a { background-color: #64325B; }
a { background-color: rgb(100,50,91); }
div.DivClassName
{
background-color: #64325B;
}
.BgClassName
{
background-color: #64325B;
}
</style>
border-color css
<style>
span { border-color: #64325B; }
span { border-color: rgb(100,50,91); }
td.TdClassName
{
border-color: #64325B;
}
.TagClassName
{
border-color: #64325B;
}
</style>