Shades of Tyrian Purple #640D46
Tints of Tyrian Purple #640D46
RGB
CMYK
RGB Variations
Color information
#640D46 (or 0x640D46) is known color: Tyrian Purple. HEX triplet: 64, 0D and 46. RGB value is (100,13,70). Sum of RGB (Red+Green+Blue) = 100+13+70=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #640D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640D46 is #9BF2B9. Grayscale: #2D2D2D. Windows color (decimal): -10220218 or 4590948. OLE color: 4590948.
HSL color Cylindrical-coordinate representation of color #640D46: hue angle of 320.69º 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 #640D46 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 70 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.61 |
| HSL | 320.69º | 0.77% | 0.22% | - |
| HSV(B) | 320.69º | 0.87% | 0.39% | - |
| XYZ | 6.5 | 3.44 | 6.12 | - |
| YUV | 45.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 70 | 0 | 0.87 | 0.30 | 0.61 | 320.69 | 0.77 | 0.22 |
| Hex | 64 | D | 46 | 0 | 57 | 1E | 3D | 141 | 4D | 16 |
| Octal | 144 | 15 | 106 | 0 | 127 | 36 | 75 | 501 | 115 | 26 |
| Binary | 1100100 | 1101 | 1000110 | 0 | 1010111 | 11110 | 111101 | 101000001 | 1001101 | 10110 |
Color Harmonies of #640D46
Complementary color
Monochromatic Colors of #640D46
Black with #640D46
Text Example
Text Example
White with #640D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D46; }
p { color: rgb(100,13,70); }
H1.HeaderClassName
{
color: #640D46;
}
.AnyTagClassName
{
color: #640D46;
}
</style>
background-color css
<style>
a { background-color: #640D46; }
a { background-color: rgb(100,13,70); }
div.DivClassName
{
background-color: #640D46;
}
.BgClassName
{
background-color: #640D46;
}
</style>
border-color css
<style>
span { border-color: #640D46; }
span { border-color: rgb(100,13,70); }
td.TdClassName
{
border-color: #640D46;
}
.TagClassName
{
border-color: #640D46;
}
</style>