Shades of Tyrian Purple #4F0048
Tints of Tyrian Purple #4F0048
RGB
CMYK
RGB Variations
Color information
#4F0048 (or 0x4F0048) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 48. RGB value is (79,0,72). Sum of RGB (Red+Green+Blue) = 79+0+72=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0048 is #B0FFB7. Grayscale: #1F1F1F. Windows color (decimal): -11599800 or 4718671. OLE color: 4718671.
HSL color Cylindrical-coordinate representation of color #4F0048: hue angle of 305.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0048 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.09 | 0.69 |
| HSL | 305.32º | 1% | 0.15% | - |
| HSV(B) | 305.32º | 1% | 0.31% | - |
| XYZ | 4.39 | 2.13 | 6.31 | - |
| YUV | 31.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 72 | 0 | 1 | 0.09 | 0.69 | 305.32 | 1 | 0.15 |
| Hex | 4F | 0 | 48 | 0 | 64 | 9 | 45 | 131 | 64 | F |
| Octal | 117 | 0 | 110 | 0 | 144 | 11 | 105 | 461 | 144 | 17 |
| Binary | 1001111 | 0 | 1001000 | 0 | 1100100 | 1001 | 1000101 | 100110001 | 1100100 | 1111 |
Color Harmonies of #4F0048
Complementary color
Monochromatic Colors of #4F0048
Black with #4F0048
Text Example
Text Example
White with #4F0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0048; }
p { color: rgb(79,0,72); }
H1.HeaderClassName
{
color: #4F0048;
}
.AnyTagClassName
{
color: #4F0048;
}
</style>
background-color css
<style>
a { background-color: #4F0048; }
a { background-color: rgb(79,0,72); }
div.DivClassName
{
background-color: #4F0048;
}
.BgClassName
{
background-color: #4F0048;
}
</style>
border-color css
<style>
span { border-color: #4F0048; }
span { border-color: rgb(79,0,72); }
td.TdClassName
{
border-color: #4F0048;
}
.TagClassName
{
border-color: #4F0048;
}
</style>