Shades of Tyrian Purple #640D50
Tints of Tyrian Purple #640D50
RGB
CMYK
RGB Variations
Color information
#640D50 (or 0x640D50) is known color: Tyrian Purple. HEX triplet: 64, 0D and 50. RGB value is (100,13,80). Sum of RGB (Red+Green+Blue) = 100+13+80=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #640D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D50 is #9BF2AF. Grayscale: #2E2E2E. Windows color (decimal): -10220208 or 5246308. OLE color: 5246308.
HSL color Cylindrical-coordinate representation of color #640D50: hue angle of 313.79º 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 #640D50 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 80 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.61 |
| HSL | 313.79º | 0.77% | 0.22% | - |
| HSV(B) | 313.79º | 0.87% | 0.39% | - |
| XYZ | 6.85 | 3.58 | 7.92 | - |
| YUV | 46.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 80 | 0 | 0.87 | 0.2 | 0.61 | 313.79 | 0.77 | 0.22 |
| Hex | 64 | D | 50 | 0 | 57 | 14 | 3D | 13A | 4D | 16 |
| Octal | 144 | 15 | 120 | 0 | 127 | 24 | 75 | 472 | 115 | 26 |
| Binary | 1100100 | 1101 | 1010000 | 0 | 1010111 | 10100 | 111101 | 100111010 | 1001101 | 10110 |
Color Harmonies of #640D50
Complementary color
Monochromatic Colors of #640D50
Black with #640D50
Text Example
Text Example
White with #640D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D50; }
p { color: rgb(100,13,80); }
H1.HeaderClassName
{
color: #640D50;
}
.AnyTagClassName
{
color: #640D50;
}
</style>
background-color css
<style>
a { background-color: #640D50; }
a { background-color: rgb(100,13,80); }
div.DivClassName
{
background-color: #640D50;
}
.BgClassName
{
background-color: #640D50;
}
</style>
border-color css
<style>
span { border-color: #640D50; }
span { border-color: rgb(100,13,80); }
td.TdClassName
{
border-color: #640D50;
}
.TagClassName
{
border-color: #640D50;
}
</style>