Shades of Tyrian Purple #4F0C49
Tints of Tyrian Purple #4F0C49
RGB
CMYK
RGB Variations
Color information
#4F0C49 (or 0x4F0C49) is known color: Tyrian Purple. HEX triplet: 4F, 0C and 49. RGB value is (79,12,73). Sum of RGB (Red+Green+Blue) = 79+12+73=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C49 is #B0F3B6. Grayscale: #262626. Windows color (decimal): -11596727 or 4787279. OLE color: 4787279.
HSL color Cylindrical-coordinate representation of color #4F0C49: hue angle of 305.37º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F0C49 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 12 | 73 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.69 |
| HSL | 305.37º | 0.74% | 0.18% | - |
| HSV(B) | 305.37º | 0.85% | 0.31% | - |
| XYZ | 4.56 | 2.41 | 6.53 | - |
| YUV | 38.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 73 | 0 | 0.85 | 0.08 | 0.69 | 305.37 | 0.74 | 0.18 |
| Hex | 4F | C | 49 | 0 | 55 | 8 | 45 | 131 | 4A | 12 |
| Octal | 117 | 14 | 111 | 0 | 125 | 10 | 105 | 461 | 112 | 22 |
| Binary | 1001111 | 1100 | 1001001 | 0 | 1010101 | 1000 | 1000101 | 100110001 | 1001010 | 10010 |
Color Harmonies of #4F0C49
Complementary color
Monochromatic Colors of #4F0C49
Black with #4F0C49
Text Example
Text Example
White with #4F0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C49; }
p { color: rgb(79,12,73); }
H1.HeaderClassName
{
color: #4F0C49;
}
.AnyTagClassName
{
color: #4F0C49;
}
</style>
background-color css
<style>
a { background-color: #4F0C49; }
a { background-color: rgb(79,12,73); }
div.DivClassName
{
background-color: #4F0C49;
}
.BgClassName
{
background-color: #4F0C49;
}
</style>
border-color css
<style>
span { border-color: #4F0C49; }
span { border-color: rgb(79,12,73); }
td.TdClassName
{
border-color: #4F0C49;
}
.TagClassName
{
border-color: #4F0C49;
}
</style>