Shades of Tyrian Purple #64002A
Tints of Tyrian Purple #64002A
RGB
CMYK
RGB Variations
Color information
#64002A (or 0x64002A) is known color: Tyrian Purple. HEX triplet: 64, 00 and 2A. RGB value is (100,0,42). Sum of RGB (Red+Green+Blue) = 100+0+42=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #64002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64002A is #9BFFD5. Grayscale: #222222. Windows color (decimal): -10223574 or 2752612. OLE color: 2752612.
HSL color Cylindrical-coordinate representation of color #64002A: hue angle of 334.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64002A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.58 | 0.61 |
| HSL | 334.8º | 1% | 0.2% | - |
| HSV(B) | 334.8º | 1% | 0.39% | - |
| XYZ | 5.67 | 2.88 | 2.45 | - |
| YUV | 34.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 42 | 0 | 1 | 0.58 | 0.61 | 334.8 | 1 | 0.2 |
| Hex | 64 | 0 | 2A | 0 | 64 | 3A | 3D | 14F | 64 | 14 |
| Octal | 144 | 0 | 52 | 0 | 144 | 72 | 75 | 517 | 144 | 24 |
| Binary | 1100100 | 0 | 101010 | 0 | 1100100 | 111010 | 111101 | 101001111 | 1100100 | 10100 |
Color Harmonies of #64002A
Complementary color
Monochromatic Colors of #64002A
Black with #64002A
Text Example
Text Example
White with #64002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64002A; }
p { color: rgb(100,0,42); }
H1.HeaderClassName
{
color: #64002A;
}
.AnyTagClassName
{
color: #64002A;
}
</style>
background-color css
<style>
a { background-color: #64002A; }
a { background-color: rgb(100,0,42); }
div.DivClassName
{
background-color: #64002A;
}
.BgClassName
{
background-color: #64002A;
}
</style>
border-color css
<style>
span { border-color: #64002A; }
span { border-color: rgb(100,0,42); }
td.TdClassName
{
border-color: #64002A;
}
.TagClassName
{
border-color: #64002A;
}
</style>