Shades of Tyrian Purple #640048
Tints of Tyrian Purple #640048
RGB
CMYK
RGB Variations
Color information
#640048 (or 0x640048) is known color: Tyrian Purple. HEX triplet: 64, 00 and 48. RGB value is (100,0,72). Sum of RGB (Red+Green+Blue) = 100+0+72=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #640048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640048 is #9BFFB7. Grayscale: #252525. Windows color (decimal): -10223544 or 4718692. OLE color: 4718692.
HSL color Cylindrical-coordinate representation of color #640048: hue angle of 316.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640048 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.28 | 0.61 |
| HSL | 316.8º | 1% | 0.2% | - |
| HSV(B) | 316.8º | 1% | 0.39% | - |
| XYZ | 6.43 | 3.18 | 6.41 | - |
| YUV | 38.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 72 | 0 | 1 | 0.28 | 0.61 | 316.8 | 1 | 0.2 |
| Hex | 64 | 0 | 48 | 0 | 64 | 1C | 3D | 13D | 64 | 14 |
| Octal | 144 | 0 | 110 | 0 | 144 | 34 | 75 | 475 | 144 | 24 |
| Binary | 1100100 | 0 | 1001000 | 0 | 1100100 | 11100 | 111101 | 100111101 | 1100100 | 10100 |
Color Harmonies of #640048
Complementary color
Monochromatic Colors of #640048
Black with #640048
Text Example
Text Example
White with #640048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640048; }
p { color: rgb(100,0,72); }
H1.HeaderClassName
{
color: #640048;
}
.AnyTagClassName
{
color: #640048;
}
</style>
background-color css
<style>
a { background-color: #640048; }
a { background-color: rgb(100,0,72); }
div.DivClassName
{
background-color: #640048;
}
.BgClassName
{
background-color: #640048;
}
</style>
border-color css
<style>
span { border-color: #640048; }
span { border-color: rgb(100,0,72); }
td.TdClassName
{
border-color: #640048;
}
.TagClassName
{
border-color: #640048;
}
</style>