Shades of Palatinate Purple #64156B
Tints of Palatinate Purple #64156B
RGB
CMYK
RGB Variations
Color information
#64156B (or 0x64156B) is known color: Palatinate Purple. HEX triplet: 64, 15 and 6B. RGB value is (100,21,107). Sum of RGB (Red+Green+Blue) = 100+21+107=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #64156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64156B is #9BEA94. Grayscale: #363636. Windows color (decimal): -10218133 or 7017828. OLE color: 7017828.
HSL color Cylindrical-coordinate representation of color #64156B: hue angle of 295.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64156B is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 21 | 107 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.58 |
| HSL | 295.12º | 0.67% | 0.25% | - |
| HSV(B) | 295.12º | 0.8% | 0.42% | - |
| XYZ | 8.18 | 4.31 | 14.31 | - |
| YUV | 54.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 107 | 0.07 | 0.80 | 0 | 0.58 | 295.12 | 0.67 | 0.25 |
| Hex | 64 | 15 | 6B | 7 | 50 | 0 | 3A | 127 | 43 | 19 |
| Octal | 144 | 25 | 153 | 7 | 120 | 0 | 72 | 447 | 103 | 31 |
| Binary | 1100100 | 10101 | 1101011 | 111 | 1010000 | 0 | 111010 | 100100111 | 1000011 | 11001 |
Color Harmonies of #64156B
Complementary color
Monochromatic Colors of #64156B
Black with #64156B
Text Example
Text Example
White with #64156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64156B; }
p { color: rgb(100,21,107); }
H1.HeaderClassName
{
color: #64156B;
}
.AnyTagClassName
{
color: #64156B;
}
</style>
background-color css
<style>
a { background-color: #64156B; }
a { background-color: rgb(100,21,107); }
div.DivClassName
{
background-color: #64156B;
}
.BgClassName
{
background-color: #64156B;
}
</style>
border-color css
<style>
span { border-color: #64156B; }
span { border-color: rgb(100,21,107); }
td.TdClassName
{
border-color: #64156B;
}
.TagClassName
{
border-color: #64156B;
}
</style>