Shades of Palatinate Purple #64116C
Tints of Palatinate Purple #64116C
RGB
CMYK
RGB Variations
Color information
#64116C (or 0x64116C) is known color: Palatinate Purple. HEX triplet: 64, 11 and 6C. RGB value is (100,17,108). Sum of RGB (Red+Green+Blue) = 100+17+108=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #64116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64116C is #9BEE93. Grayscale: #333333. Windows color (decimal): -10219156 or 7082340. OLE color: 7082340.
HSL color Cylindrical-coordinate representation of color #64116C: hue angle of 294.73º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64116C is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 17 | 108 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.58 |
| HSL | 294.73º | 0.73% | 0.25% | - |
| HSV(B) | 294.73º | 0.84% | 0.42% | - |
| XYZ | 8.16 | 4.19 | 14.57 | - |
| YUV | 52.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 108 | 0.07 | 0.84 | 0 | 0.58 | 294.73 | 0.73 | 0.25 |
| Hex | 64 | 11 | 6C | 7 | 54 | 0 | 3A | 127 | 49 | 19 |
| Octal | 144 | 21 | 154 | 7 | 124 | 0 | 72 | 447 | 111 | 31 |
| Binary | 1100100 | 10001 | 1101100 | 111 | 1010100 | 0 | 111010 | 100100111 | 1001001 | 11001 |
Color Harmonies of #64116C
Complementary color
Monochromatic Colors of #64116C
Black with #64116C
Text Example
Text Example
White with #64116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64116C; }
p { color: rgb(100,17,108); }
H1.HeaderClassName
{
color: #64116C;
}
.AnyTagClassName
{
color: #64116C;
}
</style>
background-color css
<style>
a { background-color: #64116C; }
a { background-color: rgb(100,17,108); }
div.DivClassName
{
background-color: #64116C;
}
.BgClassName
{
background-color: #64116C;
}
</style>
border-color css
<style>
span { border-color: #64116C; }
span { border-color: rgb(100,17,108); }
td.TdClassName
{
border-color: #64116C;
}
.TagClassName
{
border-color: #64116C;
}
</style>