Shades of Palatinate Purple #64115C
Tints of Palatinate Purple #64115C
RGB
CMYK
RGB Variations
Color information
#64115C (or 0x64115C) is known color: Palatinate Purple. HEX triplet: 64, 11 and 5C. RGB value is (100,17,92). Sum of RGB (Red+Green+Blue) = 100+17+92=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64115C is #9BEEA3. Grayscale: #323232. Windows color (decimal): -10219172 or 6033764. OLE color: 6033764.
HSL color Cylindrical-coordinate representation of color #64115C: hue angle of 305.78º 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 #64115C is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 92 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.61 |
| HSL | 305.78º | 0.71% | 0.23% | - |
| HSV(B) | 305.78º | 0.83% | 0.39% | - |
| XYZ | 7.39 | 3.88 | 10.49 | - |
| YUV | 50.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 92 | 0 | 0.83 | 0.08 | 0.61 | 305.78 | 0.71 | 0.23 |
| Hex | 64 | 11 | 5C | 0 | 53 | 8 | 3D | 132 | 47 | 17 |
| Octal | 144 | 21 | 134 | 0 | 123 | 10 | 75 | 462 | 107 | 27 |
| Binary | 1100100 | 10001 | 1011100 | 0 | 1010011 | 1000 | 111101 | 100110010 | 1000111 | 10111 |
Color Harmonies of #64115C
Complementary color
Monochromatic Colors of #64115C
Black with #64115C
Text Example
Text Example
White with #64115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64115C; }
p { color: rgb(100,17,92); }
H1.HeaderClassName
{
color: #64115C;
}
.AnyTagClassName
{
color: #64115C;
}
</style>
background-color css
<style>
a { background-color: #64115C; }
a { background-color: rgb(100,17,92); }
div.DivClassName
{
background-color: #64115C;
}
.BgClassName
{
background-color: #64115C;
}
</style>
border-color css
<style>
span { border-color: #64115C; }
span { border-color: rgb(100,17,92); }
td.TdClassName
{
border-color: #64115C;
}
.TagClassName
{
border-color: #64115C;
}
</style>