Shades of Tyrian Purple #4F0146
Tints of Tyrian Purple #4F0146
RGB
CMYK
RGB Variations
Color information
#4F0146 (or 0x4F0146) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 46. RGB value is (79,1,70). Sum of RGB (Red+Green+Blue) = 79+1+70=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0146 is #B0FEB9. Grayscale: #1F1F1F. Windows color (decimal): -11599546 or 4587855. OLE color: 4587855.
HSL color Cylindrical-coordinate representation of color #4F0146: hue angle of 306.92º 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 #4F0146 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.69 |
| HSL | 306.92º | 0.98% | 0.16% | - |
| HSV(B) | 306.92º | 0.99% | 0.31% | - |
| XYZ | 4.34 | 2.13 | 5.98 | - |
| YUV | 32.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 70 | 0 | 0.99 | 0.11 | 0.69 | 306.92 | 0.98 | 0.16 |
| Hex | 4F | 1 | 46 | 0 | 63 | B | 45 | 133 | 62 | 10 |
| Octal | 117 | 1 | 106 | 0 | 143 | 13 | 105 | 463 | 142 | 20 |
| Binary | 1001111 | 1 | 1000110 | 0 | 1100011 | 1011 | 1000101 | 100110011 | 1100010 | 10000 |
Color Harmonies of #4F0146
Complementary color
Monochromatic Colors of #4F0146
Black with #4F0146
Text Example
Text Example
White with #4F0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0146; }
p { color: rgb(79,1,70); }
H1.HeaderClassName
{
color: #4F0146;
}
.AnyTagClassName
{
color: #4F0146;
}
</style>
background-color css
<style>
a { background-color: #4F0146; }
a { background-color: rgb(79,1,70); }
div.DivClassName
{
background-color: #4F0146;
}
.BgClassName
{
background-color: #4F0146;
}
</style>
border-color css
<style>
span { border-color: #4F0146; }
span { border-color: rgb(79,1,70); }
td.TdClassName
{
border-color: #4F0146;
}
.TagClassName
{
border-color: #4F0146;
}
</style>