Shades of Tyrian Purple #640042
Tints of Tyrian Purple #640042
RGB
CMYK
RGB Variations
Color information
#640042 (or 0x640042) is known color: Tyrian Purple. HEX triplet: 64, 00 and 42. RGB value is (100,0,66). Sum of RGB (Red+Green+Blue) = 100+0+66=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #640042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640042 is #9BFFBD. Grayscale: #252525. Windows color (decimal): -10223550 or 4325476. OLE color: 4325476.
HSL color Cylindrical-coordinate representation of color #640042: hue angle of 320.4º 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 #640042 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.34 | 0.61 |
| HSL | 320.4º | 1% | 0.2% | - |
| HSV(B) | 320.4º | 1% | 0.39% | - |
| XYZ | 6.24 | 3.1 | 5.42 | - |
| YUV | 37.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 66 | 0 | 1 | 0.34 | 0.61 | 320.4 | 1 | 0.2 |
| Hex | 64 | 0 | 42 | 0 | 64 | 22 | 3D | 140 | 64 | 14 |
| Octal | 144 | 0 | 102 | 0 | 144 | 42 | 75 | 500 | 144 | 24 |
| Binary | 1100100 | 0 | 1000010 | 0 | 1100100 | 100010 | 111101 | 101000000 | 1100100 | 10100 |
Color Harmonies of #640042
Complementary color
Monochromatic Colors of #640042
Black with #640042
Text Example
Text Example
White with #640042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640042; }
p { color: rgb(100,0,66); }
H1.HeaderClassName
{
color: #640042;
}
.AnyTagClassName
{
color: #640042;
}
</style>
background-color css
<style>
a { background-color: #640042; }
a { background-color: rgb(100,0,66); }
div.DivClassName
{
background-color: #640042;
}
.BgClassName
{
background-color: #640042;
}
</style>
border-color css
<style>
span { border-color: #640042; }
span { border-color: rgb(100,0,66); }
td.TdClassName
{
border-color: #640042;
}
.TagClassName
{
border-color: #640042;
}
</style>