Shades of Palatinate Purple #640D6B
Tints of Palatinate Purple #640D6B
RGB
CMYK
RGB Variations
Color information
#640D6B (or 0x640D6B) is known color: Palatinate Purple. HEX triplet: 64, 0D and 6B. RGB value is (100,13,107). Sum of RGB (Red+Green+Blue) = 100+13+107=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #640D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D6B is #9BF294. Grayscale: #313131. Windows color (decimal): -10220181 or 7015780. OLE color: 7015780.
HSL color Cylindrical-coordinate representation of color #640D6B: hue angle of 295.53º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640D6B is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 13 | 107 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.58 |
| HSL | 295.53º | 0.78% | 0.24% | - |
| HSV(B) | 295.53º | 0.88% | 0.42% | - |
| XYZ | 8.05 | 4.06 | 14.27 | - |
| YUV | 49.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 107 | 0.07 | 0.88 | 0 | 0.58 | 295.53 | 0.78 | 0.24 |
| Hex | 64 | D | 6B | 7 | 58 | 0 | 3A | 128 | 4E | 18 |
| Octal | 144 | 15 | 153 | 7 | 130 | 0 | 72 | 450 | 116 | 30 |
| Binary | 1100100 | 1101 | 1101011 | 111 | 1011000 | 0 | 111010 | 100101000 | 1001110 | 11000 |
Color Harmonies of #640D6B
Complementary color
Monochromatic Colors of #640D6B
Black with #640D6B
Text Example
Text Example
White with #640D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D6B; }
p { color: rgb(100,13,107); }
H1.HeaderClassName
{
color: #640D6B;
}
.AnyTagClassName
{
color: #640D6B;
}
</style>
background-color css
<style>
a { background-color: #640D6B; }
a { background-color: rgb(100,13,107); }
div.DivClassName
{
background-color: #640D6B;
}
.BgClassName
{
background-color: #640D6B;
}
</style>
border-color css
<style>
span { border-color: #640D6B; }
span { border-color: rgb(100,13,107); }
td.TdClassName
{
border-color: #640D6B;
}
.TagClassName
{
border-color: #640D6B;
}
</style>