Shades of Palatinate Purple #64015E
Tints of Palatinate Purple #64015E
RGB
CMYK
RGB Variations
Color information
#64015E (or 0x64015E) is known color: Palatinate Purple. HEX triplet: 64, 01 and 5E. RGB value is (100,1,94). Sum of RGB (Red+Green+Blue) = 100+1+94=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64015E is #9BFEA1. Grayscale: #282828. Windows color (decimal): -10223266 or 6160740. OLE color: 6160740.
HSL color Cylindrical-coordinate representation of color #64015E: hue angle of 303.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64015E is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.61 |
| HSL | 303.64º | 0.98% | 0.2% | - |
| HSV(B) | 303.64º | 0.99% | 0.39% | - |
| XYZ | 7.29 | 3.54 | 10.89 | - |
| YUV | 41.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 94 | 0 | 0.99 | 0.06 | 0.61 | 303.64 | 0.98 | 0.2 |
| Hex | 64 | 1 | 5E | 0 | 63 | 6 | 3D | 130 | 62 | 14 |
| Octal | 144 | 1 | 136 | 0 | 143 | 6 | 75 | 460 | 142 | 24 |
| Binary | 1100100 | 1 | 1011110 | 0 | 1100011 | 110 | 111101 | 100110000 | 1100010 | 10100 |
Color Harmonies of #64015E
Complementary color
Monochromatic Colors of #64015E
Black with #64015E
Text Example
Text Example
White with #64015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64015E; }
p { color: rgb(100,1,94); }
H1.HeaderClassName
{
color: #64015E;
}
.AnyTagClassName
{
color: #64015E;
}
</style>
background-color css
<style>
a { background-color: #64015E; }
a { background-color: rgb(100,1,94); }
div.DivClassName
{
background-color: #64015E;
}
.BgClassName
{
background-color: #64015E;
}
</style>
border-color css
<style>
span { border-color: #64015E; }
span { border-color: rgb(100,1,94); }
td.TdClassName
{
border-color: #64015E;
}
.TagClassName
{
border-color: #64015E;
}
</style>