Shades of Palatinate Purple #64195C
Tints of Palatinate Purple #64195C
RGB
CMYK
RGB Variations
Color information
#64195C (or 0x64195C) is known color: Palatinate Purple. HEX triplet: 64, 19 and 5C. RGB value is (100,25,92). Sum of RGB (Red+Green+Blue) = 100+25+92=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64195C is #9BE6A3. Grayscale: #363636. Windows color (decimal): -10217124 or 6035812. OLE color: 6035812.
HSL color Cylindrical-coordinate representation of color #64195C: hue angle of 306.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64195C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 92 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.61 |
| HSL | 306.4º | 0.6% | 0.25% | - |
| HSV(B) | 306.4º | 0.75% | 0.39% | - |
| XYZ | 7.53 | 4.18 | 10.53 | - |
| YUV | 55.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 92 | 0 | 0.75 | 0.08 | 0.61 | 306.4 | 0.6 | 0.25 |
| Hex | 64 | 19 | 5C | 0 | 4B | 8 | 3D | 132 | 3C | 19 |
| Octal | 144 | 31 | 134 | 0 | 113 | 10 | 75 | 462 | 74 | 31 |
| Binary | 1100100 | 11001 | 1011100 | 0 | 1001011 | 1000 | 111101 | 100110010 | 111100 | 11001 |
Color Harmonies of #64195C
Complementary color
Monochromatic Colors of #64195C
Black with #64195C
Text Example
Text Example
White with #64195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64195C; }
p { color: rgb(100,25,92); }
H1.HeaderClassName
{
color: #64195C;
}
.AnyTagClassName
{
color: #64195C;
}
</style>
background-color css
<style>
a { background-color: #64195C; }
a { background-color: rgb(100,25,92); }
div.DivClassName
{
background-color: #64195C;
}
.BgClassName
{
background-color: #64195C;
}
</style>
border-color css
<style>
span { border-color: #64195C; }
span { border-color: rgb(100,25,92); }
td.TdClassName
{
border-color: #64195C;
}
.TagClassName
{
border-color: #64195C;
}
</style>