Shades of Tyrian Purple #64003F
Tints of Tyrian Purple #64003F
RGB
CMYK
RGB Variations
Color information
#64003F (or 0x64003F) is known color: Tyrian Purple. HEX triplet: 64, 00 and 3F. RGB value is (100,0,63). Sum of RGB (Red+Green+Blue) = 100+0+63=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64003F is #9BFFC0. Grayscale: #242424. Windows color (decimal): -10223553 or 4128868. OLE color: 4128868.
HSL color Cylindrical-coordinate representation of color #64003F: hue angle of 322.2º 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 #64003F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.37 | 0.61 |
| HSL | 322.2º | 1% | 0.2% | - |
| HSV(B) | 322.2º | 1% | 0.39% | - |
| XYZ | 6.15 | 3.07 | 4.97 | - |
| YUV | 37.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 63 | 0 | 1 | 0.37 | 0.61 | 322.2 | 1 | 0.2 |
| Hex | 64 | 0 | 3F | 0 | 64 | 25 | 3D | 142 | 64 | 14 |
| Octal | 144 | 0 | 77 | 0 | 144 | 45 | 75 | 502 | 144 | 24 |
| Binary | 1100100 | 0 | 111111 | 0 | 1100100 | 100101 | 111101 | 101000010 | 1100100 | 10100 |
Color Harmonies of #64003F
Complementary color
Monochromatic Colors of #64003F
Black with #64003F
Text Example
Text Example
White with #64003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64003F; }
p { color: rgb(100,0,63); }
H1.HeaderClassName
{
color: #64003F;
}
.AnyTagClassName
{
color: #64003F;
}
</style>
background-color css
<style>
a { background-color: #64003F; }
a { background-color: rgb(100,0,63); }
div.DivClassName
{
background-color: #64003F;
}
.BgClassName
{
background-color: #64003F;
}
</style>
border-color css
<style>
span { border-color: #64003F; }
span { border-color: rgb(100,0,63); }
td.TdClassName
{
border-color: #64003F;
}
.TagClassName
{
border-color: #64003F;
}
</style>