Shades of Palatinate Purple #64116B
Tints of Palatinate Purple #64116B
RGB
CMYK
RGB Variations
Color information
#64116B (or 0x64116B) is known color: Palatinate Purple. HEX triplet: 64, 11 and 6B. RGB value is (100,17,107). Sum of RGB (Red+Green+Blue) = 100+17+107=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #64116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64116B is #9BEE94. Grayscale: #333333. Windows color (decimal): -10219157 or 7016804. OLE color: 7016804.
HSL color Cylindrical-coordinate representation of color #64116B: hue angle of 295.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64116B is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 17 | 107 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.58 |
| HSL | 295.33º | 0.73% | 0.24% | - |
| HSV(B) | 295.33º | 0.84% | 0.42% | - |
| XYZ | 8.11 | 4.17 | 14.29 | - |
| YUV | 52.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 107 | 0.07 | 0.84 | 0 | 0.58 | 295.33 | 0.73 | 0.24 |
| Hex | 64 | 11 | 6B | 7 | 54 | 0 | 3A | 127 | 49 | 18 |
| Octal | 144 | 21 | 153 | 7 | 124 | 0 | 72 | 447 | 111 | 30 |
| Binary | 1100100 | 10001 | 1101011 | 111 | 1010100 | 0 | 111010 | 100100111 | 1001001 | 11000 |
Color Harmonies of #64116B
Complementary color
Monochromatic Colors of #64116B
Black with #64116B
Text Example
Text Example
White with #64116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64116B; }
p { color: rgb(100,17,107); }
H1.HeaderClassName
{
color: #64116B;
}
.AnyTagClassName
{
color: #64116B;
}
</style>
background-color css
<style>
a { background-color: #64116B; }
a { background-color: rgb(100,17,107); }
div.DivClassName
{
background-color: #64116B;
}
.BgClassName
{
background-color: #64116B;
}
</style>
border-color css
<style>
span { border-color: #64116B; }
span { border-color: rgb(100,17,107); }
td.TdClassName
{
border-color: #64116B;
}
.TagClassName
{
border-color: #64116B;
}
</style>