Shades of Tyrian Purple #64012D
Tints of Tyrian Purple #64012D
RGB
CMYK
RGB Variations
Color information
#64012D (or 0x64012D) is known color: Tyrian Purple. HEX triplet: 64, 01 and 2D. RGB value is (100,1,45). Sum of RGB (Red+Green+Blue) = 100+1+45=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64012D is #9BFED2. Grayscale: #232323. Windows color (decimal): -10223315 or 2949476. OLE color: 2949476.
HSL color Cylindrical-coordinate representation of color #64012D: hue angle of 333.33º 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 #64012D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.61 |
| HSL | 333.33º | 0.98% | 0.2% | - |
| HSV(B) | 333.33º | 0.99% | 0.39% | - |
| XYZ | 5.74 | 2.92 | 2.74 | - |
| YUV | 35.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 45 | 0 | 0.99 | 0.55 | 0.61 | 333.33 | 0.98 | 0.2 |
| Hex | 64 | 1 | 2D | 0 | 63 | 37 | 3D | 14D | 62 | 14 |
| Octal | 144 | 1 | 55 | 0 | 143 | 67 | 75 | 515 | 142 | 24 |
| Binary | 1100100 | 1 | 101101 | 0 | 1100011 | 110111 | 111101 | 101001101 | 1100010 | 10100 |
Color Harmonies of #64012D
Complementary color
Monochromatic Colors of #64012D
Black with #64012D
Text Example
Text Example
White with #64012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64012D; }
p { color: rgb(100,1,45); }
H1.HeaderClassName
{
color: #64012D;
}
.AnyTagClassName
{
color: #64012D;
}
</style>
background-color css
<style>
a { background-color: #64012D; }
a { background-color: rgb(100,1,45); }
div.DivClassName
{
background-color: #64012D;
}
.BgClassName
{
background-color: #64012D;
}
</style>
border-color css
<style>
span { border-color: #64012D; }
span { border-color: rgb(100,1,45); }
td.TdClassName
{
border-color: #64012D;
}
.TagClassName
{
border-color: #64012D;
}
</style>