Shades of Palatinate Purple #64115D
Tints of Palatinate Purple #64115D
RGB
CMYK
RGB Variations
Color information
#64115D (or 0x64115D) is known color: Palatinate Purple. HEX triplet: 64, 11 and 5D. RGB value is (100,17,93). Sum of RGB (Red+Green+Blue) = 100+17+93=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64115D is #9BEEA2. Grayscale: #323232. Windows color (decimal): -10219171 or 6099300. OLE color: 6099300.
HSL color Cylindrical-coordinate representation of color #64115D: hue angle of 305.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64115D is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 93 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.61 |
| HSL | 305.06º | 0.71% | 0.23% | - |
| HSV(B) | 305.06º | 0.83% | 0.39% | - |
| XYZ | 7.43 | 3.9 | 10.72 | - |
| YUV | 50.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 93 | 0 | 0.83 | 0.07 | 0.61 | 305.06 | 0.71 | 0.23 |
| Hex | 64 | 11 | 5D | 0 | 53 | 7 | 3D | 131 | 47 | 17 |
| Octal | 144 | 21 | 135 | 0 | 123 | 7 | 75 | 461 | 107 | 27 |
| Binary | 1100100 | 10001 | 1011101 | 0 | 1010011 | 111 | 111101 | 100110001 | 1000111 | 10111 |
Color Harmonies of #64115D
Complementary color
Monochromatic Colors of #64115D
Black with #64115D
Text Example
Text Example
White with #64115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64115D; }
p { color: rgb(100,17,93); }
H1.HeaderClassName
{
color: #64115D;
}
.AnyTagClassName
{
color: #64115D;
}
</style>
background-color css
<style>
a { background-color: #64115D; }
a { background-color: rgb(100,17,93); }
div.DivClassName
{
background-color: #64115D;
}
.BgClassName
{
background-color: #64115D;
}
</style>
border-color css
<style>
span { border-color: #64115D; }
span { border-color: rgb(100,17,93); }
td.TdClassName
{
border-color: #64115D;
}
.TagClassName
{
border-color: #64115D;
}
</style>