Shades of Palatinate Purple #640C54
Tints of Palatinate Purple #640C54
RGB
CMYK
RGB Variations
Color information
#640C54 (or 0x640C54) is known color: Palatinate Purple. HEX triplet: 64, 0C and 54. RGB value is (100,12,84). Sum of RGB (Red+Green+Blue) = 100+12+84=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #640C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C54 is #9BF3AB. Grayscale: #2E2E2E. Windows color (decimal): -10220460 or 5508196. OLE color: 5508196.
HSL color Cylindrical-coordinate representation of color #640C54: hue angle of 310.91º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640C54 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 12 | 84 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.61 |
| HSL | 310.91º | 0.79% | 0.22% | - |
| HSV(B) | 310.91º | 0.88% | 0.39% | - |
| XYZ | 6.99 | 3.61 | 8.72 | - |
| YUV | 46.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 84 | 0 | 0.88 | 0.16 | 0.61 | 310.91 | 0.79 | 0.22 |
| Hex | 64 | C | 54 | 0 | 58 | 10 | 3D | 137 | 4F | 16 |
| Octal | 144 | 14 | 124 | 0 | 130 | 20 | 75 | 467 | 117 | 26 |
| Binary | 1100100 | 1100 | 1010100 | 0 | 1011000 | 10000 | 111101 | 100110111 | 1001111 | 10110 |
Color Harmonies of #640C54
Complementary color
Monochromatic Colors of #640C54
Black with #640C54
Text Example
Text Example
White with #640C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C54; }
p { color: rgb(100,12,84); }
H1.HeaderClassName
{
color: #640C54;
}
.AnyTagClassName
{
color: #640C54;
}
</style>
background-color css
<style>
a { background-color: #640C54; }
a { background-color: rgb(100,12,84); }
div.DivClassName
{
background-color: #640C54;
}
.BgClassName
{
background-color: #640C54;
}
</style>
border-color css
<style>
span { border-color: #640C54; }
span { border-color: rgb(100,12,84); }
td.TdClassName
{
border-color: #640C54;
}
.TagClassName
{
border-color: #640C54;
}
</style>