Shades of Tyrian Purple #4F0839
Tints of Tyrian Purple #4F0839
RGB
CMYK
RGB Variations
Color information
#4F0839 (or 0x4F0839) is known color: Tyrian Purple. HEX triplet: 4F, 08 and 39. RGB value is (79,8,57). Sum of RGB (Red+Green+Blue) = 79+8+57=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0839 is #B0F7C6. Grayscale: #222222. Windows color (decimal): -11597767 or 3737679. OLE color: 3737679.
HSL color Cylindrical-coordinate representation of color #4F0839: hue angle of 318.59º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0839 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 57 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.69 |
| HSL | 318.59º | 0.82% | 0.17% | - |
| HSV(B) | 318.59º | 0.9% | 0.31% | - |
| XYZ | 4.05 | 2.13 | 4.07 | - |
| YUV | 34.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 57 | 0 | 0.90 | 0.28 | 0.69 | 318.59 | 0.82 | 0.17 |
| Hex | 4F | 8 | 39 | 0 | 5A | 1C | 45 | 13F | 52 | 11 |
| Octal | 117 | 10 | 71 | 0 | 132 | 34 | 105 | 477 | 122 | 21 |
| Binary | 1001111 | 1000 | 111001 | 0 | 1011010 | 11100 | 1000101 | 100111111 | 1010010 | 10001 |
Color Harmonies of #4F0839
Complementary color
Monochromatic Colors of #4F0839
Black with #4F0839
Text Example
Text Example
White with #4F0839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0839; }
p { color: rgb(79,8,57); }
H1.HeaderClassName
{
color: #4F0839;
}
.AnyTagClassName
{
color: #4F0839;
}
</style>
background-color css
<style>
a { background-color: #4F0839; }
a { background-color: rgb(79,8,57); }
div.DivClassName
{
background-color: #4F0839;
}
.BgClassName
{
background-color: #4F0839;
}
</style>
border-color css
<style>
span { border-color: #4F0839; }
span { border-color: rgb(79,8,57); }
td.TdClassName
{
border-color: #4F0839;
}
.TagClassName
{
border-color: #4F0839;
}
</style>