Shades of Tyrian Purple #64114C
Tints of Tyrian Purple #64114C
RGB
CMYK
RGB Variations
Color information
#64114C (or 0x64114C) is known color: Tyrian Purple. HEX triplet: 64, 11 and 4C. RGB value is (100,17,76). Sum of RGB (Red+Green+Blue) = 100+17+76=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64114C is #9BEEB3. Grayscale: #303030. Windows color (decimal): -10219188 or 4985188. OLE color: 4985188.
HSL color Cylindrical-coordinate representation of color #64114C: hue angle of 317.35º 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 #64114C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 76 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.61 |
| HSL | 317.35º | 0.71% | 0.23% | - |
| HSV(B) | 317.35º | 0.83% | 0.39% | - |
| XYZ | 6.76 | 3.63 | 7.18 | - |
| YUV | 48.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 76 | 0 | 0.83 | 0.24 | 0.61 | 317.35 | 0.71 | 0.23 |
| Hex | 64 | 11 | 4C | 0 | 53 | 18 | 3D | 13D | 47 | 17 |
| Octal | 144 | 21 | 114 | 0 | 123 | 30 | 75 | 475 | 107 | 27 |
| Binary | 1100100 | 10001 | 1001100 | 0 | 1010011 | 11000 | 111101 | 100111101 | 1000111 | 10111 |
Color Harmonies of #64114C
Complementary color
Monochromatic Colors of #64114C
Black with #64114C
Text Example
Text Example
White with #64114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64114C; }
p { color: rgb(100,17,76); }
H1.HeaderClassName
{
color: #64114C;
}
.AnyTagClassName
{
color: #64114C;
}
</style>
background-color css
<style>
a { background-color: #64114C; }
a { background-color: rgb(100,17,76); }
div.DivClassName
{
background-color: #64114C;
}
.BgClassName
{
background-color: #64114C;
}
</style>
border-color css
<style>
span { border-color: #64114C; }
span { border-color: rgb(100,17,76); }
td.TdClassName
{
border-color: #64114C;
}
.TagClassName
{
border-color: #64114C;
}
</style>