Shades of Tyrian Purple #64022D
Tints of Tyrian Purple #64022D
RGB
CMYK
RGB Variations
Color information
#64022D (or 0x64022D) is known color: Tyrian Purple. HEX triplet: 64, 02 and 2D. RGB value is (100,2,45). Sum of RGB (Red+Green+Blue) = 100+2+45=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64022D is #9BFDD2. Grayscale: #242424. Windows color (decimal): -10223059 or 2949732. OLE color: 2949732.
HSL color Cylindrical-coordinate representation of color #64022D: hue angle of 333.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64022D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.61 |
| HSL | 333.67º | 0.96% | 0.2% | - |
| HSV(B) | 333.67º | 0.98% | 0.39% | - |
| XYZ | 5.75 | 2.94 | 2.75 | - |
| YUV | 36.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 45 | 0 | 0.98 | 0.55 | 0.61 | 333.67 | 0.96 | 0.2 |
| Hex | 64 | 2 | 2D | 0 | 62 | 37 | 3D | 14E | 60 | 14 |
| Octal | 144 | 2 | 55 | 0 | 142 | 67 | 75 | 516 | 140 | 24 |
| Binary | 1100100 | 10 | 101101 | 0 | 1100010 | 110111 | 111101 | 101001110 | 1100000 | 10100 |
Color Harmonies of #64022D
Complementary color
Monochromatic Colors of #64022D
Black with #64022D
Text Example
Text Example
White with #64022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64022D; }
p { color: rgb(100,2,45); }
H1.HeaderClassName
{
color: #64022D;
}
.AnyTagClassName
{
color: #64022D;
}
</style>
background-color css
<style>
a { background-color: #64022D; }
a { background-color: rgb(100,2,45); }
div.DivClassName
{
background-color: #64022D;
}
.BgClassName
{
background-color: #64022D;
}
</style>
border-color css
<style>
span { border-color: #64022D; }
span { border-color: rgb(100,2,45); }
td.TdClassName
{
border-color: #64022D;
}
.TagClassName
{
border-color: #64022D;
}
</style>