Shades of Tyrian Purple #64022E
Tints of Tyrian Purple #64022E
RGB
CMYK
RGB Variations
Color information
#64022E (or 0x64022E) is known color: Tyrian Purple. HEX triplet: 64, 02 and 2E. RGB value is (100,2,46). Sum of RGB (Red+Green+Blue) = 100+2+46=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64022E is #9BFDD1. Grayscale: #242424. Windows color (decimal): -10223058 or 3015268. OLE color: 3015268.
HSL color Cylindrical-coordinate representation of color #64022E: hue angle of 333.06º 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 #64022E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.61 |
| HSL | 333.06º | 0.96% | 0.2% | - |
| HSV(B) | 333.06º | 0.98% | 0.39% | - |
| XYZ | 5.77 | 2.95 | 2.85 | - |
| YUV | 36.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 46 | 0 | 0.98 | 0.54 | 0.61 | 333.06 | 0.96 | 0.2 |
| Hex | 64 | 2 | 2E | 0 | 62 | 36 | 3D | 14D | 60 | 14 |
| Octal | 144 | 2 | 56 | 0 | 142 | 66 | 75 | 515 | 140 | 24 |
| Binary | 1100100 | 10 | 101110 | 0 | 1100010 | 110110 | 111101 | 101001101 | 1100000 | 10100 |
Color Harmonies of #64022E
Complementary color
Monochromatic Colors of #64022E
Black with #64022E
Text Example
Text Example
White with #64022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64022E; }
p { color: rgb(100,2,46); }
H1.HeaderClassName
{
color: #64022E;
}
.AnyTagClassName
{
color: #64022E;
}
</style>
background-color css
<style>
a { background-color: #64022E; }
a { background-color: rgb(100,2,46); }
div.DivClassName
{
background-color: #64022E;
}
.BgClassName
{
background-color: #64022E;
}
</style>
border-color css
<style>
span { border-color: #64022E; }
span { border-color: rgb(100,2,46); }
td.TdClassName
{
border-color: #64022E;
}
.TagClassName
{
border-color: #64022E;
}
</style>