Shades of Tyrian Purple #64114D
Tints of Tyrian Purple #64114D
RGB
CMYK
RGB Variations
Color information
#64114D (or 0x64114D) is known color: Tyrian Purple. HEX triplet: 64, 11 and 4D. RGB value is (100,17,77). Sum of RGB (Red+Green+Blue) = 100+17+77=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64114D is #9BEEB2. Grayscale: #303030. Windows color (decimal): -10219187 or 5050724. OLE color: 5050724.
HSL color Cylindrical-coordinate representation of color #64114D: hue angle of 316.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64114D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 77 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.61 |
| HSL | 316.63º | 0.71% | 0.23% | - |
| HSV(B) | 316.63º | 0.83% | 0.39% | - |
| XYZ | 6.8 | 3.65 | 7.37 | - |
| YUV | 48.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 77 | 0 | 0.83 | 0.23 | 0.61 | 316.63 | 0.71 | 0.23 |
| Hex | 64 | 11 | 4D | 0 | 53 | 17 | 3D | 13D | 47 | 17 |
| Octal | 144 | 21 | 115 | 0 | 123 | 27 | 75 | 475 | 107 | 27 |
| Binary | 1100100 | 10001 | 1001101 | 0 | 1010011 | 10111 | 111101 | 100111101 | 1000111 | 10111 |
Color Harmonies of #64114D
Complementary color
Monochromatic Colors of #64114D
Black with #64114D
Text Example
Text Example
White with #64114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64114D; }
p { color: rgb(100,17,77); }
H1.HeaderClassName
{
color: #64114D;
}
.AnyTagClassName
{
color: #64114D;
}
</style>
background-color css
<style>
a { background-color: #64114D; }
a { background-color: rgb(100,17,77); }
div.DivClassName
{
background-color: #64114D;
}
.BgClassName
{
background-color: #64114D;
}
</style>
border-color css
<style>
span { border-color: #64114D; }
span { border-color: rgb(100,17,77); }
td.TdClassName
{
border-color: #64114D;
}
.TagClassName
{
border-color: #64114D;
}
</style>