Shades of Tyrian Purple #640D40
Tints of Tyrian Purple #640D40
RGB
CMYK
RGB Variations
Color information
#640D40 (or 0x640D40) is known color: Tyrian Purple. HEX triplet: 64, 0D and 40. RGB value is (100,13,64). Sum of RGB (Red+Green+Blue) = 100+13+64=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #640D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640D40 is #9BF2BF. Grayscale: #2C2C2C. Windows color (decimal): -10220224 or 4197732. OLE color: 4197732.
HSL color Cylindrical-coordinate representation of color #640D40: hue angle of 324.83º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640D40 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 64 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.61 |
| HSL | 324.83º | 0.77% | 0.22% | - |
| HSV(B) | 324.83º | 0.87% | 0.39% | - |
| XYZ | 6.32 | 3.37 | 5.17 | - |
| YUV | 44.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 64 | 0 | 0.87 | 0.36 | 0.61 | 324.83 | 0.77 | 0.22 |
| Hex | 64 | D | 40 | 0 | 57 | 24 | 3D | 145 | 4D | 16 |
| Octal | 144 | 15 | 100 | 0 | 127 | 44 | 75 | 505 | 115 | 26 |
| Binary | 1100100 | 1101 | 1000000 | 0 | 1010111 | 100100 | 111101 | 101000101 | 1001101 | 10110 |
Color Harmonies of #640D40
Complementary color
Monochromatic Colors of #640D40
Black with #640D40
Text Example
Text Example
White with #640D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D40; }
p { color: rgb(100,13,64); }
H1.HeaderClassName
{
color: #640D40;
}
.AnyTagClassName
{
color: #640D40;
}
</style>
background-color css
<style>
a { background-color: #640D40; }
a { background-color: rgb(100,13,64); }
div.DivClassName
{
background-color: #640D40;
}
.BgClassName
{
background-color: #640D40;
}
</style>
border-color css
<style>
span { border-color: #640D40; }
span { border-color: rgb(100,13,64); }
td.TdClassName
{
border-color: #640D40;
}
.TagClassName
{
border-color: #640D40;
}
</style>