Shades of Palatinate Purple #64005E
Tints of Palatinate Purple #64005E
RGB
CMYK
RGB Variations
Color information
#64005E (or 0x64005E) is known color: Palatinate Purple. HEX triplet: 64, 00 and 5E. RGB value is (100,0,94). Sum of RGB (Red+Green+Blue) = 100+0+94=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64005E is #9BFFA1. Grayscale: #282828. Windows color (decimal): -10223522 or 6160484. OLE color: 6160484.
HSL color Cylindrical-coordinate representation of color #64005E: hue angle of 303.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64005E is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.06 | 0.61 |
| HSL | 303.6º | 1% | 0.2% | - |
| HSV(B) | 303.6º | 1% | 0.39% | - |
| XYZ | 7.28 | 3.52 | 10.89 | - |
| YUV | 40.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 94 | 0 | 1 | 0.06 | 0.61 | 303.6 | 1 | 0.2 |
| Hex | 64 | 0 | 5E | 0 | 64 | 6 | 3D | 130 | 64 | 14 |
| Octal | 144 | 0 | 136 | 0 | 144 | 6 | 75 | 460 | 144 | 24 |
| Binary | 1100100 | 0 | 1011110 | 0 | 1100100 | 110 | 111101 | 100110000 | 1100100 | 10100 |
Color Harmonies of #64005E
Complementary color
Monochromatic Colors of #64005E
Black with #64005E
Text Example
Text Example
White with #64005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64005E; }
p { color: rgb(100,0,94); }
H1.HeaderClassName
{
color: #64005E;
}
.AnyTagClassName
{
color: #64005E;
}
</style>
background-color css
<style>
a { background-color: #64005E; }
a { background-color: rgb(100,0,94); }
div.DivClassName
{
background-color: #64005E;
}
.BgClassName
{
background-color: #64005E;
}
</style>
border-color css
<style>
span { border-color: #64005E; }
span { border-color: rgb(100,0,94); }
td.TdClassName
{
border-color: #64005E;
}
.TagClassName
{
border-color: #64005E;
}
</style>