Shades of Tyrian Purple #4F003F
Tints of Tyrian Purple #4F003F
RGB
CMYK
RGB Variations
Color information
#4F003F (or 0x4F003F) is known color: Tyrian Purple. HEX triplet: 4F, 00 and 3F. RGB value is (79,0,63). Sum of RGB (Red+Green+Blue) = 79+0+63=142 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.63% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 79 - color contains mainly: red. Hex color #4F003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F003F is #B0FFC0. Grayscale: #1E1E1E. Windows color (decimal): -11599809 or 4128847. OLE color: 4128847.
HSL color Cylindrical-coordinate representation of color #4F003F: hue angle of 312.15º 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 #4F003F is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.20 | 0.69 |
| HSL | 312.15º | 1% | 0.15% | - |
| HSV(B) | 312.15º | 1% | 0.31% | - |
| XYZ | 4.12 | 2.02 | 4.88 | - |
| YUV | 30.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 63 | 0 | 1 | 0.20 | 0.69 | 312.15 | 1 | 0.15 |
| Hex | 4F | 0 | 3F | 0 | 64 | 14 | 45 | 138 | 64 | F |
| Octal | 117 | 0 | 77 | 0 | 144 | 24 | 105 | 470 | 144 | 17 |
| Binary | 1001111 | 0 | 111111 | 0 | 1100100 | 10100 | 1000101 | 100111000 | 1100100 | 1111 |
Color Harmonies of #4F003F
Complementary color
Monochromatic Colors of #4F003F
Black with #4F003F
Text Example
Text Example
White with #4F003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F003F; }
p { color: rgb(79,0,63); }
H1.HeaderClassName
{
color: #4F003F;
}
.AnyTagClassName
{
color: #4F003F;
}
</style>
background-color css
<style>
a { background-color: #4F003F; }
a { background-color: rgb(79,0,63); }
div.DivClassName
{
background-color: #4F003F;
}
.BgClassName
{
background-color: #4F003F;
}
</style>
border-color css
<style>
span { border-color: #4F003F; }
span { border-color: rgb(79,0,63); }
td.TdClassName
{
border-color: #4F003F;
}
.TagClassName
{
border-color: #4F003F;
}
</style>