Shades of Palatinate Purple #64425F
Tints of Palatinate Purple #64425F
RGB
CMYK
RGB Variations
Color information
#64425F (or 0x64425F) is known color: Palatinate Purple. HEX triplet: 64, 42 and 5F. RGB value is (100,66,95). Sum of RGB (Red+Green+Blue) = 100+66+95=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #64425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64425F is #9BBDA0. Grayscale: #4F4F4F. Windows color (decimal): -10206625 or 6242916. OLE color: 6242916.
HSL color Cylindrical-coordinate representation of color #64425F: hue angle of 308.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64425F is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 95 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.61 |
| HSL | 308.82º | 0.2% | 0.33% | - |
| HSV(B) | 308.82º | 0.34% | 0.39% | - |
| XYZ | 9.27 | 7.43 | 11.77 | - |
| YUV | 79.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 95 | 0 | 0.34 | 0.05 | 0.61 | 308.82 | 0.2 | 0.33 |
| Hex | 64 | 42 | 5F | 0 | 22 | 5 | 3D | 135 | 14 | 21 |
| Octal | 144 | 102 | 137 | 0 | 42 | 5 | 75 | 465 | 24 | 41 |
| Binary | 1100100 | 1000010 | 1011111 | 0 | 100010 | 101 | 111101 | 100110101 | 10100 | 100001 |
Color Harmonies of #64425F
Complementary color
Monochromatic Colors of #64425F
Black with #64425F
Text Example
Text Example
White with #64425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64425F; }
p { color: rgb(100,66,95); }
H1.HeaderClassName
{
color: #64425F;
}
.AnyTagClassName
{
color: #64425F;
}
</style>
background-color css
<style>
a { background-color: #64425F; }
a { background-color: rgb(100,66,95); }
div.DivClassName
{
background-color: #64425F;
}
.BgClassName
{
background-color: #64425F;
}
</style>
border-color css
<style>
span { border-color: #64425F; }
span { border-color: rgb(100,66,95); }
td.TdClassName
{
border-color: #64425F;
}
.TagClassName
{
border-color: #64425F;
}
</style>