Shades of Tyrian Purple #64032D
Tints of Tyrian Purple #64032D
RGB
CMYK
RGB Variations
Color information
#64032D (or 0x64032D) is known color: Tyrian Purple. HEX triplet: 64, 03 and 2D. RGB value is (100,3,45). Sum of RGB (Red+Green+Blue) = 100+3+45=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64032D is #9BFCD2. Grayscale: #242424. Windows color (decimal): -10222803 or 2949988. OLE color: 2949988.
HSL color Cylindrical-coordinate representation of color #64032D: hue angle of 334.02º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64032D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 45 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.61 |
| HSL | 334.02º | 0.94% | 0.2% | - |
| HSV(B) | 334.02º | 0.97% | 0.39% | - |
| XYZ | 5.76 | 2.96 | 2.75 | - |
| YUV | 36.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 45 | 0 | 0.97 | 0.55 | 0.61 | 334.02 | 0.94 | 0.2 |
| Hex | 64 | 3 | 2D | 0 | 61 | 37 | 3D | 14E | 5E | 14 |
| Octal | 144 | 3 | 55 | 0 | 141 | 67 | 75 | 516 | 136 | 24 |
| Binary | 1100100 | 11 | 101101 | 0 | 1100001 | 110111 | 111101 | 101001110 | 1011110 | 10100 |
Color Harmonies of #64032D
Complementary color
Monochromatic Colors of #64032D
Black with #64032D
Text Example
Text Example
White with #64032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64032D; }
p { color: rgb(100,3,45); }
H1.HeaderClassName
{
color: #64032D;
}
.AnyTagClassName
{
color: #64032D;
}
</style>
background-color css
<style>
a { background-color: #64032D; }
a { background-color: rgb(100,3,45); }
div.DivClassName
{
background-color: #64032D;
}
.BgClassName
{
background-color: #64032D;
}
</style>
border-color css
<style>
span { border-color: #64032D; }
span { border-color: rgb(100,3,45); }
td.TdClassName
{
border-color: #64032D;
}
.TagClassName
{
border-color: #64032D;
}
</style>