Shades of Tyrian Purple #4F003E
Tints of Tyrian Purple #4F003E
RGB
CMYK
RGB Variations
Color information
#4F003E (or 0x4F003E) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 3E. RGB value is (79,0,62). Sum of RGB (Red+Green+Blue) = 79+0+62=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003E is #B0FFC1. Grayscale: #1E1E1E. Windows color (decimal): -11599810 or 4063311. OLE color: 4063311.
HSL color Cylindrical-coordinate representation of color #4F003E: hue angle of 312.91º 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 #4F003E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.22 | 0.69 |
| HSL | 312.91º | 1% | 0.15% | - |
| HSV(B) | 312.91º | 1% | 0.31% | - |
| XYZ | 4.09 | 2.01 | 4.73 | - |
| YUV | 30.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 62 | 0 | 1 | 0.22 | 0.69 | 312.91 | 1 | 0.15 |
| Hex | 4F | 0 | 3E | 0 | 64 | 16 | 45 | 139 | 64 | F |
| Octal | 117 | 0 | 76 | 0 | 144 | 26 | 105 | 471 | 144 | 17 |
| Binary | 1001111 | 0 | 111110 | 0 | 1100100 | 10110 | 1000101 | 100111001 | 1100100 | 1111 |
Color Harmonies of #4F003E
Complementary color
Monochromatic Colors of #4F003E
Black with #4F003E
Text Example
Text Example
White with #4F003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F003E; }
p { color: rgb(79,0,62); }
H1.HeaderClassName
{
color: #4F003E;
}
.AnyTagClassName
{
color: #4F003E;
}
</style>
background-color css
<style>
a { background-color: #4F003E; }
a { background-color: rgb(79,0,62); }
div.DivClassName
{
background-color: #4F003E;
}
.BgClassName
{
background-color: #4F003E;
}
</style>
border-color css
<style>
span { border-color: #4F003E; }
span { border-color: rgb(79,0,62); }
td.TdClassName
{
border-color: #4F003E;
}
.TagClassName
{
border-color: #4F003E;
}
</style>