Shades of Tyrian Purple #4F0848
Tints of Tyrian Purple #4F0848
RGB
CMYK
RGB Variations
Color information
#4F0848 (or 0x4F0848) is known color: Tyrian Purple. HEX triplet: 4F, 08 and 48. RGB value is (79,8,72). Sum of RGB (Red+Green+Blue) = 79+8+72=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0848 is #B0F7B7. Grayscale: #242424. Windows color (decimal): -11597752 or 4720719. OLE color: 4720719.
HSL color Cylindrical-coordinate representation of color #4F0848: hue angle of 305.92º 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 #4F0848 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 72 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.69 |
| HSL | 305.92º | 0.82% | 0.17% | - |
| HSV(B) | 305.92º | 0.9% | 0.31% | - |
| XYZ | 4.48 | 2.3 | 6.34 | - |
| YUV | 36.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 72 | 0 | 0.90 | 0.09 | 0.69 | 305.92 | 0.82 | 0.17 |
| Hex | 4F | 8 | 48 | 0 | 5A | 9 | 45 | 132 | 52 | 11 |
| Octal | 117 | 10 | 110 | 0 | 132 | 11 | 105 | 462 | 122 | 21 |
| Binary | 1001111 | 1000 | 1001000 | 0 | 1011010 | 1001 | 1000101 | 100110010 | 1010010 | 10001 |
Color Harmonies of #4F0848
Complementary color
Monochromatic Colors of #4F0848
Black with #4F0848
Text Example
Text Example
White with #4F0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0848; }
p { color: rgb(79,8,72); }
H1.HeaderClassName
{
color: #4F0848;
}
.AnyTagClassName
{
color: #4F0848;
}
</style>
background-color css
<style>
a { background-color: #4F0848; }
a { background-color: rgb(79,8,72); }
div.DivClassName
{
background-color: #4F0848;
}
.BgClassName
{
background-color: #4F0848;
}
</style>
border-color css
<style>
span { border-color: #4F0848; }
span { border-color: rgb(79,8,72); }
td.TdClassName
{
border-color: #4F0848;
}
.TagClassName
{
border-color: #4F0848;
}
</style>