Shades of Tyrian Purple #4F002E
Tints of Tyrian Purple #4F002E
RGB
CMYK
RGB Variations
Color information
#4F002E (or 0x4F002E) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 2E. RGB value is (79,0,46). Sum of RGB (Red+Green+Blue) = 79+0+46=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002E is #B0FFD1. Grayscale: #1C1C1C. Windows color (decimal): -11599826 or 3014735. OLE color: 3014735.
HSL color Cylindrical-coordinate representation of color #4F002E: hue angle of 325.06º 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 #4F002E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.42 | 0.69 |
| HSL | 325.06º | 1% | 0.15% | - |
| HSV(B) | 325.06º | 1% | 0.31% | - |
| XYZ | 3.72 | 1.86 | 2.75 | - |
| YUV | 28.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 46 | 0 | 1 | 0.42 | 0.69 | 325.06 | 1 | 0.15 |
| Hex | 4F | 0 | 2E | 0 | 64 | 2A | 45 | 145 | 64 | F |
| Octal | 117 | 0 | 56 | 0 | 144 | 52 | 105 | 505 | 144 | 17 |
| Binary | 1001111 | 0 | 101110 | 0 | 1100100 | 101010 | 1000101 | 101000101 | 1100100 | 1111 |
Color Harmonies of #4F002E
Complementary color
Monochromatic Colors of #4F002E
Black with #4F002E
Text Example
Text Example
White with #4F002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F002E; }
p { color: rgb(79,0,46); }
H1.HeaderClassName
{
color: #4F002E;
}
.AnyTagClassName
{
color: #4F002E;
}
</style>
background-color css
<style>
a { background-color: #4F002E; }
a { background-color: rgb(79,0,46); }
div.DivClassName
{
background-color: #4F002E;
}
.BgClassName
{
background-color: #4F002E;
}
</style>
border-color css
<style>
span { border-color: #4F002E; }
span { border-color: rgb(79,0,46); }
td.TdClassName
{
border-color: #4F002E;
}
.TagClassName
{
border-color: #4F002E;
}
</style>