Shades of Tyrian Purple #64022C
Tints of Tyrian Purple #64022C
RGB
CMYK
RGB Variations
Color information
#64022C (or 0x64022C) is known color: Tyrian Purple. HEX triplet: 64, 02 and 2C. RGB value is (100,2,44). Sum of RGB (Red+Green+Blue) = 100+2+44=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64022C is #9BFDD3. Grayscale: #242424. Windows color (decimal): -10223060 or 2884196. OLE color: 2884196.
HSL color Cylindrical-coordinate representation of color #64022C: hue angle of 334.29º 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 #64022C is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.61 |
| HSL | 334.29º | 0.96% | 0.2% | - |
| HSV(B) | 334.29º | 0.98% | 0.39% | - |
| XYZ | 5.73 | 2.93 | 2.65 | - |
| YUV | 36.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 44 | 0 | 0.98 | 0.56 | 0.61 | 334.29 | 0.96 | 0.2 |
| Hex | 64 | 2 | 2C | 0 | 62 | 38 | 3D | 14E | 60 | 14 |
| Octal | 144 | 2 | 54 | 0 | 142 | 70 | 75 | 516 | 140 | 24 |
| Binary | 1100100 | 10 | 101100 | 0 | 1100010 | 111000 | 111101 | 101001110 | 1100000 | 10100 |
Color Harmonies of #64022C
Complementary color
Monochromatic Colors of #64022C
Black with #64022C
Text Example
Text Example
White with #64022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64022C; }
p { color: rgb(100,2,44); }
H1.HeaderClassName
{
color: #64022C;
}
.AnyTagClassName
{
color: #64022C;
}
</style>
background-color css
<style>
a { background-color: #64022C; }
a { background-color: rgb(100,2,44); }
div.DivClassName
{
background-color: #64022C;
}
.BgClassName
{
background-color: #64022C;
}
</style>
border-color css
<style>
span { border-color: #64022C; }
span { border-color: rgb(100,2,44); }
td.TdClassName
{
border-color: #64022C;
}
.TagClassName
{
border-color: #64022C;
}
</style>