Shades of Tyrian Purple #4F0446
Tints of Tyrian Purple #4F0446
RGB
CMYK
RGB Variations
Color information
#4F0446 (or 0x4F0446) is known color: Tyrian Purple. HEX triplet: 4F, 04 and 46. RGB value is (79,4,70). Sum of RGB (Red+Green+Blue) = 79+4+70=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0446 is #B0FBB9. Grayscale: #212121. Windows color (decimal): -11598778 or 4588623. OLE color: 4588623.
HSL color Cylindrical-coordinate representation of color #4F0446: hue angle of 307.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0446 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 70 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.69 |
| HSL | 307.2º | 0.9% | 0.16% | - |
| HSV(B) | 307.2º | 0.95% | 0.31% | - |
| XYZ | 4.37 | 2.19 | 5.99 | - |
| YUV | 33.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 70 | 0 | 0.95 | 0.11 | 0.69 | 307.2 | 0.9 | 0.16 |
| Hex | 4F | 4 | 46 | 0 | 5F | B | 45 | 133 | 5A | 10 |
| Octal | 117 | 4 | 106 | 0 | 137 | 13 | 105 | 463 | 132 | 20 |
| Binary | 1001111 | 100 | 1000110 | 0 | 1011111 | 1011 | 1000101 | 100110011 | 1011010 | 10000 |
Color Harmonies of #4F0446
Complementary color
Monochromatic Colors of #4F0446
Black with #4F0446
Text Example
Text Example
White with #4F0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0446; }
p { color: rgb(79,4,70); }
H1.HeaderClassName
{
color: #4F0446;
}
.AnyTagClassName
{
color: #4F0446;
}
</style>
background-color css
<style>
a { background-color: #4F0446; }
a { background-color: rgb(79,4,70); }
div.DivClassName
{
background-color: #4F0446;
}
.BgClassName
{
background-color: #4F0446;
}
</style>
border-color css
<style>
span { border-color: #4F0446; }
span { border-color: rgb(79,4,70); }
td.TdClassName
{
border-color: #4F0446;
}
.TagClassName
{
border-color: #4F0446;
}
</style>