Shades of Tyrian Purple #64042C
Tints of Tyrian Purple #64042C
RGB
CMYK
RGB Variations
Color information
#64042C (or 0x64042C) is known color: Tyrian Purple. HEX triplet: 64, 04 and 2C. RGB value is (100,4,44). Sum of RGB (Red+Green+Blue) = 100+4+44=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64042C is #9BFBD3. Grayscale: #252525. Windows color (decimal): -10222548 or 2884708. OLE color: 2884708.
HSL color Cylindrical-coordinate representation of color #64042C: hue angle of 335º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64042C is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 44 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.61 |
| HSL | 335º | 0.92% | 0.2% | - |
| HSV(B) | 335º | 0.96% | 0.39% | - |
| XYZ | 5.75 | 2.98 | 2.65 | - |
| YUV | 37.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 44 | 0 | 0.96 | 0.56 | 0.61 | 335 | 0.92 | 0.2 |
| Hex | 64 | 4 | 2C | 0 | 60 | 38 | 3D | 14F | 5C | 14 |
| Octal | 144 | 4 | 54 | 0 | 140 | 70 | 75 | 517 | 134 | 24 |
| Binary | 1100100 | 100 | 101100 | 0 | 1100000 | 111000 | 111101 | 101001111 | 1011100 | 10100 |
Color Harmonies of #64042C
Complementary color
Monochromatic Colors of #64042C
Black with #64042C
Text Example
Text Example
White with #64042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64042C; }
p { color: rgb(100,4,44); }
H1.HeaderClassName
{
color: #64042C;
}
.AnyTagClassName
{
color: #64042C;
}
</style>
background-color css
<style>
a { background-color: #64042C; }
a { background-color: rgb(100,4,44); }
div.DivClassName
{
background-color: #64042C;
}
.BgClassName
{
background-color: #64042C;
}
</style>
border-color css
<style>
span { border-color: #64042C; }
span { border-color: rgb(100,4,44); }
td.TdClassName
{
border-color: #64042C;
}
.TagClassName
{
border-color: #64042C;
}
</style>