Shades of Purple #640D6F
Tints of Purple #640D6F
RGB
CMYK
RGB Variations
Color information
#640D6F (or 0x640D6F) is known color: Purple. HEX triplet: 64, 0D and 6F. RGB value is (100,13,111). Sum of RGB (Red+Green+Blue) = 100+13+111=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #640D6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D6F is #9BF290. Grayscale: #313131. Windows color (decimal): -10220177 or 7277924. OLE color: 7277924.
HSL color Cylindrical-coordinate representation of color #640D6F: hue angle of 293.27º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640D6F is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 13 | 111 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.56 |
| HSL | 293.27º | 0.79% | 0.24% | - |
| HSV(B) | 293.27º | 0.88% | 0.44% | - |
| XYZ | 8.27 | 4.14 | 15.4 | - |
| YUV | 50.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 111 | 0.10 | 0.88 | 0 | 0.56 | 293.27 | 0.79 | 0.24 |
| Hex | 64 | D | 6F | A | 58 | 0 | 38 | 125 | 4F | 18 |
| Octal | 144 | 15 | 157 | 12 | 130 | 0 | 70 | 445 | 117 | 30 |
| Binary | 1100100 | 1101 | 1101111 | 1010 | 1011000 | 0 | 111000 | 100100101 | 1001111 | 11000 |
Color Harmonies of #640D6F
Complementary color
Monochromatic Colors of #640D6F
Black with #640D6F
Text Example
Text Example
White with #640D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D6F; }
p { color: rgb(100,13,111); }
H1.HeaderClassName
{
color: #640D6F;
}
.AnyTagClassName
{
color: #640D6F;
}
</style>
background-color css
<style>
a { background-color: #640D6F; }
a { background-color: rgb(100,13,111); }
div.DivClassName
{
background-color: #640D6F;
}
.BgClassName
{
background-color: #640D6F;
}
</style>
border-color css
<style>
span { border-color: #640D6F; }
span { border-color: rgb(100,13,111); }
td.TdClassName
{
border-color: #640D6F;
}
.TagClassName
{
border-color: #640D6F;
}
</style>