Shades of Tyrian Purple #4F014D
Tints of Tyrian Purple #4F014D
RGB
CMYK
RGB Variations
Color information
#4F014D (or 0x4F014D) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 4D. RGB value is (79,1,77). Sum of RGB (Red+Green+Blue) = 79+1+77=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F014D is #B0FEB2. Grayscale: #202020. Windows color (decimal): -11599539 or 5046607. OLE color: 5046607.
HSL color Cylindrical-coordinate representation of color #4F014D: hue angle of 301.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F014D is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.69 |
| HSL | 301.54º | 0.98% | 0.16% | - |
| HSV(B) | 301.54º | 0.99% | 0.31% | - |
| XYZ | 4.57 | 2.22 | 7.21 | - |
| YUV | 32.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 77 | 0 | 0.99 | 0.03 | 0.69 | 301.54 | 0.98 | 0.16 |
| Hex | 4F | 1 | 4D | 0 | 63 | 3 | 45 | 12E | 62 | 10 |
| Octal | 117 | 1 | 115 | 0 | 143 | 3 | 105 | 456 | 142 | 20 |
| Binary | 1001111 | 1 | 1001101 | 0 | 1100011 | 11 | 1000101 | 100101110 | 1100010 | 10000 |
Color Harmonies of #4F014D
Complementary color
Monochromatic Colors of #4F014D
Black with #4F014D
Text Example
Text Example
White with #4F014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F014D; }
p { color: rgb(79,1,77); }
H1.HeaderClassName
{
color: #4F014D;
}
.AnyTagClassName
{
color: #4F014D;
}
</style>
background-color css
<style>
a { background-color: #4F014D; }
a { background-color: rgb(79,1,77); }
div.DivClassName
{
background-color: #4F014D;
}
.BgClassName
{
background-color: #4F014D;
}
</style>
border-color css
<style>
span { border-color: #4F014D; }
span { border-color: rgb(79,1,77); }
td.TdClassName
{
border-color: #4F014D;
}
.TagClassName
{
border-color: #4F014D;
}
</style>