Shades of Tyrian Purple #64114F
Tints of Tyrian Purple #64114F
RGB
CMYK
RGB Variations
Color information
#64114F (or 0x64114F) is known color: Tyrian Purple. HEX triplet: 64, 11 and 4F. RGB value is (100,17,79). Sum of RGB (Red+Green+Blue) = 100+17+79=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64114F is #9BEEB0. Grayscale: #303030. Windows color (decimal): -10219185 or 5181796. OLE color: 5181796.
HSL color Cylindrical-coordinate representation of color #64114F: hue angle of 315.18º 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 #64114F is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 79 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.61 |
| HSL | 315.18º | 0.71% | 0.23% | - |
| HSV(B) | 315.18º | 0.83% | 0.39% | - |
| XYZ | 6.87 | 3.67 | 7.74 | - |
| YUV | 48.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 79 | 0 | 0.83 | 0.21 | 0.61 | 315.18 | 0.71 | 0.23 |
| Hex | 64 | 11 | 4F | 0 | 53 | 15 | 3D | 13B | 47 | 17 |
| Octal | 144 | 21 | 117 | 0 | 123 | 25 | 75 | 473 | 107 | 27 |
| Binary | 1100100 | 10001 | 1001111 | 0 | 1010011 | 10101 | 111101 | 100111011 | 1000111 | 10111 |
Color Harmonies of #64114F
Complementary color
Monochromatic Colors of #64114F
Black with #64114F
Text Example
Text Example
White with #64114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64114F; }
p { color: rgb(100,17,79); }
H1.HeaderClassName
{
color: #64114F;
}
.AnyTagClassName
{
color: #64114F;
}
</style>
background-color css
<style>
a { background-color: #64114F; }
a { background-color: rgb(100,17,79); }
div.DivClassName
{
background-color: #64114F;
}
.BgClassName
{
background-color: #64114F;
}
</style>
border-color css
<style>
span { border-color: #64114F; }
span { border-color: rgb(100,17,79); }
td.TdClassName
{
border-color: #64114F;
}
.TagClassName
{
border-color: #64114F;
}
</style>