Shades of Tyrian Purple #64012E
Tints of Tyrian Purple #64012E
RGB
CMYK
RGB Variations
Color information
#64012E (or 0x64012E) is known color: Tyrian Purple. HEX triplet: 64, 01 and 2E. RGB value is (100,1,46). Sum of RGB (Red+Green+Blue) = 100+1+46=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64012E is #9BFED1. Grayscale: #232323. Windows color (decimal): -10223314 or 3015012. OLE color: 3015012.
HSL color Cylindrical-coordinate representation of color #64012E: hue angle of 332.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64012E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.61 |
| HSL | 332.73º | 0.98% | 0.2% | - |
| HSV(B) | 332.73º | 0.99% | 0.39% | - |
| XYZ | 5.76 | 2.93 | 2.85 | - |
| YUV | 35.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 46 | 0 | 0.99 | 0.54 | 0.61 | 332.73 | 0.98 | 0.2 |
| Hex | 64 | 1 | 2E | 0 | 63 | 36 | 3D | 14D | 62 | 14 |
| Octal | 144 | 1 | 56 | 0 | 143 | 66 | 75 | 515 | 142 | 24 |
| Binary | 1100100 | 1 | 101110 | 0 | 1100011 | 110110 | 111101 | 101001101 | 1100010 | 10100 |
Color Harmonies of #64012E
Complementary color
Monochromatic Colors of #64012E
Black with #64012E
Text Example
Text Example
White with #64012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64012E; }
p { color: rgb(100,1,46); }
H1.HeaderClassName
{
color: #64012E;
}
.AnyTagClassName
{
color: #64012E;
}
</style>
background-color css
<style>
a { background-color: #64012E; }
a { background-color: rgb(100,1,46); }
div.DivClassName
{
background-color: #64012E;
}
.BgClassName
{
background-color: #64012E;
}
</style>
border-color css
<style>
span { border-color: #64012E; }
span { border-color: rgb(100,1,46); }
td.TdClassName
{
border-color: #64012E;
}
.TagClassName
{
border-color: #64012E;
}
</style>