Shades of Tyrian Purple #64003E
Tints of Tyrian Purple #64003E
RGB
CMYK
RGB Variations
Color information
#64003E (or 0x64003E) is known color: Tyrian Purple. HEX triplet: 64, 00 and 3E. RGB value is (100,0,62). Sum of RGB (Red+Green+Blue) = 100+0+62=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #64003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64003E is #9BFFC1. Grayscale: #242424. Windows color (decimal): -10223554 or 4063332. OLE color: 4063332.
HSL color Cylindrical-coordinate representation of color #64003E: hue angle of 322.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 #64003E is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.38 | 0.61 |
| HSL | 322.8º | 1% | 0.2% | - |
| HSV(B) | 322.8º | 1% | 0.39% | - |
| XYZ | 6.13 | 3.06 | 4.82 | - |
| YUV | 36.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 62 | 0 | 1 | 0.38 | 0.61 | 322.8 | 1 | 0.2 |
| Hex | 64 | 0 | 3E | 0 | 64 | 26 | 3D | 143 | 64 | 14 |
| Octal | 144 | 0 | 76 | 0 | 144 | 46 | 75 | 503 | 144 | 24 |
| Binary | 1100100 | 0 | 111110 | 0 | 1100100 | 100110 | 111101 | 101000011 | 1100100 | 10100 |
Color Harmonies of #64003E
Complementary color
Monochromatic Colors of #64003E
Black with #64003E
Text Example
Text Example
White with #64003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64003E; }
p { color: rgb(100,0,62); }
H1.HeaderClassName
{
color: #64003E;
}
.AnyTagClassName
{
color: #64003E;
}
</style>
background-color css
<style>
a { background-color: #64003E; }
a { background-color: rgb(100,0,62); }
div.DivClassName
{
background-color: #64003E;
}
.BgClassName
{
background-color: #64003E;
}
</style>
border-color css
<style>
span { border-color: #64003E; }
span { border-color: rgb(100,0,62); }
td.TdClassName
{
border-color: #64003E;
}
.TagClassName
{
border-color: #64003E;
}
</style>