Shades of Tyrian Purple #640D31
Tints of Tyrian Purple #640D31
RGB
CMYK
RGB Variations
Color information
#640D31 (or 0x640D31) is known color: Tyrian Purple. HEX triplet: 64, 0D and 31. RGB value is (100,13,49). Sum of RGB (Red+Green+Blue) = 100+13+49=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #640D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640D31 is #9BF2CE. Grayscale: #2B2B2B. Windows color (decimal): -10220239 or 3214692. OLE color: 3214692.
HSL color Cylindrical-coordinate representation of color #640D31: hue angle of 335.17º 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 #640D31 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 49 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.61 |
| HSL | 335.17º | 0.77% | 0.22% | - |
| HSV(B) | 335.17º | 0.87% | 0.39% | - |
| XYZ | 5.95 | 3.22 | 3.21 | - |
| YUV | 43.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 49 | 0 | 0.87 | 0.51 | 0.61 | 335.17 | 0.77 | 0.22 |
| Hex | 64 | D | 31 | 0 | 57 | 33 | 3D | 14F | 4D | 16 |
| Octal | 144 | 15 | 61 | 0 | 127 | 63 | 75 | 517 | 115 | 26 |
| Binary | 1100100 | 1101 | 110001 | 0 | 1010111 | 110011 | 111101 | 101001111 | 1001101 | 10110 |
Color Harmonies of #640D31
Complementary color
Monochromatic Colors of #640D31
Black with #640D31
Text Example
Text Example
White with #640D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D31; }
p { color: rgb(100,13,49); }
H1.HeaderClassName
{
color: #640D31;
}
.AnyTagClassName
{
color: #640D31;
}
</style>
background-color css
<style>
a { background-color: #640D31; }
a { background-color: rgb(100,13,49); }
div.DivClassName
{
background-color: #640D31;
}
.BgClassName
{
background-color: #640D31;
}
</style>
border-color css
<style>
span { border-color: #640D31; }
span { border-color: rgb(100,13,49); }
td.TdClassName
{
border-color: #640D31;
}
.TagClassName
{
border-color: #640D31;
}
</style>