Shades of Tyrian Purple #64003A
Tints of Tyrian Purple #64003A
RGB
CMYK
RGB Variations
Color information
#64003A (or 0x64003A) is known color: Tyrian Purple. HEX triplet: 64, 00 and 3A. RGB value is (100,0,58). Sum of RGB (Red+Green+Blue) = 100+0+58=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #64003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64003A is #9BFFC5. Grayscale: #242424. Windows color (decimal): -10223558 or 3801188. OLE color: 3801188.
HSL color Cylindrical-coordinate representation of color #64003A: hue angle of 325.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 #64003A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.42 | 0.61 |
| HSL | 325.2º | 1% | 0.2% | - |
| HSV(B) | 325.2º | 1% | 0.39% | - |
| XYZ | 6.02 | 3.01 | 4.27 | - |
| YUV | 36.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 58 | 0 | 1 | 0.42 | 0.61 | 325.2 | 1 | 0.2 |
| Hex | 64 | 0 | 3A | 0 | 64 | 2A | 3D | 145 | 64 | 14 |
| Octal | 144 | 0 | 72 | 0 | 144 | 52 | 75 | 505 | 144 | 24 |
| Binary | 1100100 | 0 | 111010 | 0 | 1100100 | 101010 | 111101 | 101000101 | 1100100 | 10100 |
Color Harmonies of #64003A
Complementary color
Monochromatic Colors of #64003A
Black with #64003A
Text Example
Text Example
White with #64003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64003A; }
p { color: rgb(100,0,58); }
H1.HeaderClassName
{
color: #64003A;
}
.AnyTagClassName
{
color: #64003A;
}
</style>
background-color css
<style>
a { background-color: #64003A; }
a { background-color: rgb(100,0,58); }
div.DivClassName
{
background-color: #64003A;
}
.BgClassName
{
background-color: #64003A;
}
</style>
border-color css
<style>
span { border-color: #64003A; }
span { border-color: rgb(100,0,58); }
td.TdClassName
{
border-color: #64003A;
}
.TagClassName
{
border-color: #64003A;
}
</style>