Shades of Palatinate Purple #64185E
Tints of Palatinate Purple #64185E
RGB
CMYK
RGB Variations
Color information
#64185E (or 0x64185E) is known color: Palatinate Purple. HEX triplet: 64, 18 and 5E. RGB value is (100,24,94). Sum of RGB (Red+Green+Blue) = 100+24+94=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64185E is #9BE7A1. Grayscale: #363636. Windows color (decimal): -10217378 or 6166628. OLE color: 6166628.
HSL color Cylindrical-coordinate representation of color #64185E: hue angle of 304.74º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64185E is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 94 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.61 |
| HSL | 304.74º | 0.61% | 0.24% | - |
| HSV(B) | 304.74º | 0.76% | 0.39% | - |
| XYZ | 7.6 | 4.17 | 10.99 | - |
| YUV | 54.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 94 | 0 | 0.76 | 0.06 | 0.61 | 304.74 | 0.61 | 0.24 |
| Hex | 64 | 18 | 5E | 0 | 4C | 6 | 3D | 131 | 3D | 18 |
| Octal | 144 | 30 | 136 | 0 | 114 | 6 | 75 | 461 | 75 | 30 |
| Binary | 1100100 | 11000 | 1011110 | 0 | 1001100 | 110 | 111101 | 100110001 | 111101 | 11000 |
Color Harmonies of #64185E
Complementary color
Monochromatic Colors of #64185E
Black with #64185E
Text Example
Text Example
White with #64185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64185E; }
p { color: rgb(100,24,94); }
H1.HeaderClassName
{
color: #64185E;
}
.AnyTagClassName
{
color: #64185E;
}
</style>
background-color css
<style>
a { background-color: #64185E; }
a { background-color: rgb(100,24,94); }
div.DivClassName
{
background-color: #64185E;
}
.BgClassName
{
background-color: #64185E;
}
</style>
border-color css
<style>
span { border-color: #64185E; }
span { border-color: rgb(100,24,94); }
td.TdClassName
{
border-color: #64185E;
}
.TagClassName
{
border-color: #64185E;
}
</style>