Shades of Tyrian Purple #4F004D
Tints of Tyrian Purple #4F004D
RGB
CMYK
RGB Variations
Color information
#4F004D (or 0x4F004D) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 4D. RGB value is (79,0,77). Sum of RGB (Red+Green+Blue) = 79+0+77=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F004D is #B0FFB2. Grayscale: #202020. Windows color (decimal): -11599795 or 5046351. OLE color: 5046351.
HSL color Cylindrical-coordinate representation of color #4F004D: hue angle of 301.52º 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 #4F004D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.03 | 0.69 |
| HSL | 301.52º | 1% | 0.15% | - |
| HSV(B) | 301.52º | 1% | 0.31% | - |
| XYZ | 4.56 | 2.2 | 7.2 | - |
| YUV | 32.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 77 | 0 | 1 | 0.03 | 0.69 | 301.52 | 1 | 0.15 |
| Hex | 4F | 0 | 4D | 0 | 64 | 3 | 45 | 12E | 64 | F |
| Octal | 117 | 0 | 115 | 0 | 144 | 3 | 105 | 456 | 144 | 17 |
| Binary | 1001111 | 0 | 1001101 | 0 | 1100100 | 11 | 1000101 | 100101110 | 1100100 | 1111 |
Color Harmonies of #4F004D
Complementary color
Monochromatic Colors of #4F004D
Black with #4F004D
Text Example
Text Example
White with #4F004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F004D; }
p { color: rgb(79,0,77); }
H1.HeaderClassName
{
color: #4F004D;
}
.AnyTagClassName
{
color: #4F004D;
}
</style>
background-color css
<style>
a { background-color: #4F004D; }
a { background-color: rgb(79,0,77); }
div.DivClassName
{
background-color: #4F004D;
}
.BgClassName
{
background-color: #4F004D;
}
</style>
border-color css
<style>
span { border-color: #4F004D; }
span { border-color: rgb(79,0,77); }
td.TdClassName
{
border-color: #4F004D;
}
.TagClassName
{
border-color: #4F004D;
}
</style>