Shades of Tyrian Purple #4F004E
Tints of Tyrian Purple #4F004E
RGB
CMYK
RGB Variations
Color information
#4F004E (or 0x4F004E) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 4E. RGB value is (79,0,78). Sum of RGB (Red+Green+Blue) = 79+0+78=157 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.32% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 79 - color contains mainly: red. Hex color #4F004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F004E is #B0FFB1. Grayscale: #202020. Windows color (decimal): -11599794 or 5111887. OLE color: 5111887.
HSL color Cylindrical-coordinate representation of color #4F004E: hue angle of 300.76º 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 #4F004E is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.01 | 0.69 |
| HSL | 300.76º | 1% | 0.15% | - |
| HSV(B) | 300.76º | 1% | 0.31% | - |
| XYZ | 4.6 | 2.21 | 7.39 | - |
| YUV | 32.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 78 | 0 | 1 | 0.01 | 0.69 | 300.76 | 1 | 0.15 |
| Hex | 4F | 0 | 4E | 0 | 64 | 1 | 45 | 12D | 64 | F |
| Octal | 117 | 0 | 116 | 0 | 144 | 1 | 105 | 455 | 144 | 17 |
| Binary | 1001111 | 0 | 1001110 | 0 | 1100100 | 1 | 1000101 | 100101101 | 1100100 | 1111 |
Color Harmonies of #4F004E
Complementary color
Monochromatic Colors of #4F004E
Black with #4F004E
Text Example
Text Example
White with #4F004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F004E; }
p { color: rgb(79,0,78); }
H1.HeaderClassName
{
color: #4F004E;
}
.AnyTagClassName
{
color: #4F004E;
}
</style>
background-color css
<style>
a { background-color: #4F004E; }
a { background-color: rgb(79,0,78); }
div.DivClassName
{
background-color: #4F004E;
}
.BgClassName
{
background-color: #4F004E;
}
</style>
border-color css
<style>
span { border-color: #4F004E; }
span { border-color: rgb(79,0,78); }
td.TdClassName
{
border-color: #4F004E;
}
.TagClassName
{
border-color: #4F004E;
}
</style>