Shades of Tyrian Purple #4F0548
Tints of Tyrian Purple #4F0548
RGB
CMYK
RGB Variations
Color information
#4F0548 (or 0x4F0548) is known color: Tyrian Purple. HEX triplet: 4F, 05 and 48. RGB value is (79,5,72). Sum of RGB (Red+Green+Blue) = 79+5+72=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0548 is #B0FAB7. Grayscale: #222222. Windows color (decimal): -11598520 or 4719951. OLE color: 4719951.
HSL color Cylindrical-coordinate representation of color #4F0548: hue angle of 305.68º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0548 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 72 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.69 |
| HSL | 305.68º | 0.88% | 0.16% | - |
| HSV(B) | 305.68º | 0.94% | 0.31% | - |
| XYZ | 4.45 | 2.24 | 6.33 | - |
| YUV | 34.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 72 | 0 | 0.94 | 0.09 | 0.69 | 305.68 | 0.88 | 0.16 |
| Hex | 4F | 5 | 48 | 0 | 5E | 9 | 45 | 132 | 58 | 10 |
| Octal | 117 | 5 | 110 | 0 | 136 | 11 | 105 | 462 | 130 | 20 |
| Binary | 1001111 | 101 | 1001000 | 0 | 1011110 | 1001 | 1000101 | 100110010 | 1011000 | 10000 |
Color Harmonies of #4F0548
Complementary color
Monochromatic Colors of #4F0548
Black with #4F0548
Text Example
Text Example
White with #4F0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0548; }
p { color: rgb(79,5,72); }
H1.HeaderClassName
{
color: #4F0548;
}
.AnyTagClassName
{
color: #4F0548;
}
</style>
background-color css
<style>
a { background-color: #4F0548; }
a { background-color: rgb(79,5,72); }
div.DivClassName
{
background-color: #4F0548;
}
.BgClassName
{
background-color: #4F0548;
}
</style>
border-color css
<style>
span { border-color: #4F0548; }
span { border-color: rgb(79,5,72); }
td.TdClassName
{
border-color: #4F0548;
}
.TagClassName
{
border-color: #4F0548;
}
</style>