Shades of Tyrian Purple #4F073F
Tints of Tyrian Purple #4F073F
RGB
CMYK
RGB Variations
Color information
#4F073F (or 0x4F073F) is known color: Tyrian Purple. HEX triplet: 4F, 07 and 3F. RGB value is (79,7,63). Sum of RGB (Red+Green+Blue) = 79+7+63=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F073F is #B0F8C0. Grayscale: #222222. Windows color (decimal): -11598017 or 4130639. OLE color: 4130639.
HSL color Cylindrical-coordinate representation of color #4F073F: hue angle of 313.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F073F is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 63 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.69 |
| HSL | 313.33º | 0.84% | 0.17% | - |
| HSV(B) | 313.33º | 0.91% | 0.31% | - |
| XYZ | 4.2 | 2.17 | 4.9 | - |
| YUV | 34.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 63 | 0 | 0.91 | 0.20 | 0.69 | 313.33 | 0.84 | 0.17 |
| Hex | 4F | 7 | 3F | 0 | 5B | 14 | 45 | 139 | 54 | 11 |
| Octal | 117 | 7 | 77 | 0 | 133 | 24 | 105 | 471 | 124 | 21 |
| Binary | 1001111 | 111 | 111111 | 0 | 1011011 | 10100 | 1000101 | 100111001 | 1010100 | 10001 |
Color Harmonies of #4F073F
Complementary color
Monochromatic Colors of #4F073F
Black with #4F073F
Text Example
Text Example
White with #4F073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F073F; }
p { color: rgb(79,7,63); }
H1.HeaderClassName
{
color: #4F073F;
}
.AnyTagClassName
{
color: #4F073F;
}
</style>
background-color css
<style>
a { background-color: #4F073F; }
a { background-color: rgb(79,7,63); }
div.DivClassName
{
background-color: #4F073F;
}
.BgClassName
{
background-color: #4F073F;
}
</style>
border-color css
<style>
span { border-color: #4F073F; }
span { border-color: rgb(79,7,63); }
td.TdClassName
{
border-color: #4F073F;
}
.TagClassName
{
border-color: #4F073F;
}
</style>