Shades of Palatinate Purple #64315C
Tints of Palatinate Purple #64315C
RGB
CMYK
RGB Variations
Color information
#64315C (or 0x64315C) is known color: Palatinate Purple. HEX triplet: 64, 31 and 5C. RGB value is (100,49,92). Sum of RGB (Red+Green+Blue) = 100+49+92=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64315C is #9BCEA3. Grayscale: #454545. Windows color (decimal): -10210980 or 6041956. OLE color: 6041956.
HSL color Cylindrical-coordinate representation of color #64315C: hue angle of 309.41º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64315C is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 92 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.61 |
| HSL | 309.41º | 0.34% | 0.29% | - |
| HSV(B) | 309.41º | 0.51% | 0.39% | - |
| XYZ | 8.29 | 5.68 | 10.78 | - |
| YUV | 69.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 92 | 0 | 0.51 | 0.08 | 0.61 | 309.41 | 0.34 | 0.29 |
| Hex | 64 | 31 | 5C | 0 | 33 | 8 | 3D | 135 | 22 | 1D |
| Octal | 144 | 61 | 134 | 0 | 63 | 10 | 75 | 465 | 42 | 35 |
| Binary | 1100100 | 110001 | 1011100 | 0 | 110011 | 1000 | 111101 | 100110101 | 100010 | 11101 |
Color Harmonies of #64315C
Complementary color
Monochromatic Colors of #64315C
Black with #64315C
Text Example
Text Example
White with #64315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64315C; }
p { color: rgb(100,49,92); }
H1.HeaderClassName
{
color: #64315C;
}
.AnyTagClassName
{
color: #64315C;
}
</style>
background-color css
<style>
a { background-color: #64315C; }
a { background-color: rgb(100,49,92); }
div.DivClassName
{
background-color: #64315C;
}
.BgClassName
{
background-color: #64315C;
}
</style>
border-color css
<style>
span { border-color: #64315C; }
span { border-color: rgb(100,49,92); }
td.TdClassName
{
border-color: #64315C;
}
.TagClassName
{
border-color: #64315C;
}
</style>