Shades of Tyrian Purple #64032C
Tints of Tyrian Purple #64032C
RGB
CMYK
RGB Variations
Color information
#64032C (or 0x64032C) is known color: Tyrian Purple. HEX triplet: 64, 03 and 2C. RGB value is (100,3,44). Sum of RGB (Red+Green+Blue) = 100+3+44=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64032C is #9BFCD3. Grayscale: #242424. Windows color (decimal): -10222804 or 2884452. OLE color: 2884452.
HSL color Cylindrical-coordinate representation of color #64032C: hue angle of 334.64º 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 #64032C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.61 |
| HSL | 334.64º | 0.94% | 0.2% | - |
| HSV(B) | 334.64º | 0.97% | 0.39% | - |
| XYZ | 5.74 | 2.96 | 2.65 | - |
| YUV | 36.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 44 | 0 | 0.97 | 0.56 | 0.61 | 334.64 | 0.94 | 0.2 |
| Hex | 64 | 3 | 2C | 0 | 61 | 38 | 3D | 14F | 5E | 14 |
| Octal | 144 | 3 | 54 | 0 | 141 | 70 | 75 | 517 | 136 | 24 |
| Binary | 1100100 | 11 | 101100 | 0 | 1100001 | 111000 | 111101 | 101001111 | 1011110 | 10100 |
Color Harmonies of #64032C
Complementary color
Monochromatic Colors of #64032C
Black with #64032C
Text Example
Text Example
White with #64032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64032C; }
p { color: rgb(100,3,44); }
H1.HeaderClassName
{
color: #64032C;
}
.AnyTagClassName
{
color: #64032C;
}
</style>
background-color css
<style>
a { background-color: #64032C; }
a { background-color: rgb(100,3,44); }
div.DivClassName
{
background-color: #64032C;
}
.BgClassName
{
background-color: #64032C;
}
</style>
border-color css
<style>
span { border-color: #64032C; }
span { border-color: rgb(100,3,44); }
td.TdClassName
{
border-color: #64032C;
}
.TagClassName
{
border-color: #64032C;
}
</style>