Shades of Palatinate Purple #64195F
Tints of Palatinate Purple #64195F
RGB
CMYK
RGB Variations
Color information
#64195F (or 0x64195F) is known color: Palatinate Purple. HEX triplet: 64, 19 and 5F. RGB value is (100,25,95). Sum of RGB (Red+Green+Blue) = 100+25+95=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #64195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64195F is #9BE6A0. Grayscale: #373737. Windows color (decimal): -10217121 or 6232420. OLE color: 6232420.
HSL color Cylindrical-coordinate representation of color #64195F: hue angle of 304º 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 #64195F is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 95 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.61 |
| HSL | 304º | 0.6% | 0.25% | - |
| HSV(B) | 304º | 0.75% | 0.39% | - |
| XYZ | 7.67 | 4.23 | 11.24 | - |
| YUV | 55.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 95 | 0 | 0.75 | 0.05 | 0.61 | 304 | 0.6 | 0.25 |
| Hex | 64 | 19 | 5F | 0 | 4B | 5 | 3D | 130 | 3C | 19 |
| Octal | 144 | 31 | 137 | 0 | 113 | 5 | 75 | 460 | 74 | 31 |
| Binary | 1100100 | 11001 | 1011111 | 0 | 1001011 | 101 | 111101 | 100110000 | 111100 | 11001 |
Color Harmonies of #64195F
Complementary color
Monochromatic Colors of #64195F
Black with #64195F
Text Example
Text Example
White with #64195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64195F; }
p { color: rgb(100,25,95); }
H1.HeaderClassName
{
color: #64195F;
}
.AnyTagClassName
{
color: #64195F;
}
</style>
background-color css
<style>
a { background-color: #64195F; }
a { background-color: rgb(100,25,95); }
div.DivClassName
{
background-color: #64195F;
}
.BgClassName
{
background-color: #64195F;
}
</style>
border-color css
<style>
span { border-color: #64195F; }
span { border-color: rgb(100,25,95); }
td.TdClassName
{
border-color: #64195F;
}
.TagClassName
{
border-color: #64195F;
}
</style>