Shades of Tyrian Purple #64064E
Tints of Tyrian Purple #64064E
RGB
CMYK
RGB Variations
Color information
#64064E (or 0x64064E) is known color: Tyrian Purple. HEX triplet: 64, 06 and 4E. RGB value is (100,6,78). Sum of RGB (Red+Green+Blue) = 100+6+78=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #64064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64064E is #9BF9B1. Grayscale: #2A2A2A. Windows color (decimal): -10222002 or 5113444. OLE color: 5113444.
HSL color Cylindrical-coordinate representation of color #64064E: hue angle of 314.04º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64064E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 78 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.61 |
| HSL | 314.04º | 0.89% | 0.21% | - |
| HSV(B) | 314.04º | 0.94% | 0.39% | - |
| XYZ | 6.7 | 3.39 | 7.51 | - |
| YUV | 42.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 78 | 0 | 0.94 | 0.22 | 0.61 | 314.04 | 0.89 | 0.21 |
| Hex | 64 | 6 | 4E | 0 | 5E | 16 | 3D | 13A | 59 | 15 |
| Octal | 144 | 6 | 116 | 0 | 136 | 26 | 75 | 472 | 131 | 25 |
| Binary | 1100100 | 110 | 1001110 | 0 | 1011110 | 10110 | 111101 | 100111010 | 1011001 | 10101 |
Color Harmonies of #64064E
Complementary color
Monochromatic Colors of #64064E
Black with #64064E
Text Example
Text Example
White with #64064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64064E; }
p { color: rgb(100,6,78); }
H1.HeaderClassName
{
color: #64064E;
}
.AnyTagClassName
{
color: #64064E;
}
</style>
background-color css
<style>
a { background-color: #64064E; }
a { background-color: rgb(100,6,78); }
div.DivClassName
{
background-color: #64064E;
}
.BgClassName
{
background-color: #64064E;
}
</style>
border-color css
<style>
span { border-color: #64064E; }
span { border-color: rgb(100,6,78); }
td.TdClassName
{
border-color: #64064E;
}
.TagClassName
{
border-color: #64064E;
}
</style>