Shades of Tyrian Purple #4F043F
Tints of Tyrian Purple #4F043F
RGB
CMYK
RGB Variations
Color information
#4F043F (or 0x4F043F) is known color: Tyrian Purple. HEX triplet: 4F, 04 and 3F. RGB value is (79,4,63). Sum of RGB (Red+Green+Blue) = 79+4+63=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F043F is #B0FBC0. Grayscale: #202020. Windows color (decimal): -11598785 or 4129871. OLE color: 4129871.
HSL color Cylindrical-coordinate representation of color #4F043F: hue angle of 312.8º 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 #4F043F is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 63 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.69 |
| HSL | 312.8º | 0.9% | 0.16% | - |
| HSV(B) | 312.8º | 0.95% | 0.31% | - |
| XYZ | 4.17 | 2.11 | 4.89 | - |
| YUV | 33.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 63 | 0 | 0.95 | 0.20 | 0.69 | 312.8 | 0.9 | 0.16 |
| Hex | 4F | 4 | 3F | 0 | 5F | 14 | 45 | 139 | 5A | 10 |
| Octal | 117 | 4 | 77 | 0 | 137 | 24 | 105 | 471 | 132 | 20 |
| Binary | 1001111 | 100 | 111111 | 0 | 1011111 | 10100 | 1000101 | 100111001 | 1011010 | 10000 |
Color Harmonies of #4F043F
Complementary color
Monochromatic Colors of #4F043F
Black with #4F043F
Text Example
Text Example
White with #4F043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F043F; }
p { color: rgb(79,4,63); }
H1.HeaderClassName
{
color: #4F043F;
}
.AnyTagClassName
{
color: #4F043F;
}
</style>
background-color css
<style>
a { background-color: #4F043F; }
a { background-color: rgb(79,4,63); }
div.DivClassName
{
background-color: #4F043F;
}
.BgClassName
{
background-color: #4F043F;
}
</style>
border-color css
<style>
span { border-color: #4F043F; }
span { border-color: rgb(79,4,63); }
td.TdClassName
{
border-color: #4F043F;
}
.TagClassName
{
border-color: #4F043F;
}
</style>