Shades of Palatinate Purple #64205A
Tints of Palatinate Purple #64205A
RGB
CMYK
RGB Variations
Color information
#64205A (or 0x64205A) is known color: Palatinate Purple. HEX triplet: 64, 20 and 5A. RGB value is (100,32,90). Sum of RGB (Red+Green+Blue) = 100+32+90=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #64205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64205A is #9BDFA5. Grayscale: #3A3A3A. Windows color (decimal): -10215334 or 5906532. OLE color: 5906532.
HSL color Cylindrical-coordinate representation of color #64205A: hue angle of 308.82º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64205A is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 90 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.61 |
| HSL | 308.82º | 0.52% | 0.26% | - |
| HSV(B) | 308.82º | 0.68% | 0.39% | - |
| XYZ | 7.62 | 4.48 | 10.14 | - |
| YUV | 58.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 90 | 0 | 0.68 | 0.10 | 0.61 | 308.82 | 0.52 | 0.26 |
| Hex | 64 | 20 | 5A | 0 | 44 | A | 3D | 135 | 34 | 1A |
| Octal | 144 | 40 | 132 | 0 | 104 | 12 | 75 | 465 | 64 | 32 |
| Binary | 1100100 | 100000 | 1011010 | 0 | 1000100 | 1010 | 111101 | 100110101 | 110100 | 11010 |
Color Harmonies of #64205A
Complementary color
Monochromatic Colors of #64205A
Black with #64205A
Text Example
Text Example
White with #64205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64205A; }
p { color: rgb(100,32,90); }
H1.HeaderClassName
{
color: #64205A;
}
.AnyTagClassName
{
color: #64205A;
}
</style>
background-color css
<style>
a { background-color: #64205A; }
a { background-color: rgb(100,32,90); }
div.DivClassName
{
background-color: #64205A;
}
.BgClassName
{
background-color: #64205A;
}
</style>
border-color css
<style>
span { border-color: #64205A; }
span { border-color: rgb(100,32,90); }
td.TdClassName
{
border-color: #64205A;
}
.TagClassName
{
border-color: #64205A;
}
</style>