Shades of Tyrian Purple #4F0049
Tints of Tyrian Purple #4F0049
RGB
CMYK
RGB Variations
Color information
#4F0049 (or 0x4F0049) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 49. RGB value is (79,0,73). Sum of RGB (Red+Green+Blue) = 79+0+73=152 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.97% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0049 is #B0FFB6. Grayscale: #1F1F1F. Windows color (decimal): -11599799 or 4784207. OLE color: 4784207.
HSL color Cylindrical-coordinate representation of color #4F0049: hue angle of 304.56º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0049 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.08 | 0.69 |
| HSL | 304.56º | 1% | 0.15% | - |
| HSV(B) | 304.56º | 1% | 0.31% | - |
| XYZ | 4.43 | 2.14 | 6.48 | - |
| YUV | 31.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 73 | 0 | 1 | 0.08 | 0.69 | 304.56 | 1 | 0.15 |
| Hex | 4F | 0 | 49 | 0 | 64 | 8 | 45 | 131 | 64 | F |
| Octal | 117 | 0 | 111 | 0 | 144 | 10 | 105 | 461 | 144 | 17 |
| Binary | 1001111 | 0 | 1001001 | 0 | 1100100 | 1000 | 1000101 | 100110001 | 1100100 | 1111 |
Color Harmonies of #4F0049
Complementary color
Monochromatic Colors of #4F0049
Black with #4F0049
Text Example
Text Example
White with #4F0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0049; }
p { color: rgb(79,0,73); }
H1.HeaderClassName
{
color: #4F0049;
}
.AnyTagClassName
{
color: #4F0049;
}
</style>
background-color css
<style>
a { background-color: #4F0049; }
a { background-color: rgb(79,0,73); }
div.DivClassName
{
background-color: #4F0049;
}
.BgClassName
{
background-color: #4F0049;
}
</style>
border-color css
<style>
span { border-color: #4F0049; }
span { border-color: rgb(79,0,73); }
td.TdClassName
{
border-color: #4F0049;
}
.TagClassName
{
border-color: #4F0049;
}
</style>