Shades of Tyrian Purple #4F063F
Tints of Tyrian Purple #4F063F
RGB
CMYK
RGB Variations
Color information
#4F063F (or 0x4F063F) is known color: Tyrian Purple. HEX triplet: 4F, 06 and 3F. RGB value is (79,6,63). Sum of RGB (Red+Green+Blue) = 79+6+63=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F063F is #B0F9C0. Grayscale: #222222. Windows color (decimal): -11598273 or 4130383. OLE color: 4130383.
HSL color Cylindrical-coordinate representation of color #4F063F: hue angle of 313.15º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F063F is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 6 | 63 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.69 |
| HSL | 313.15º | 0.86% | 0.17% | - |
| HSV(B) | 313.15º | 0.92% | 0.31% | - |
| XYZ | 4.19 | 2.15 | 4.9 | - |
| YUV | 34.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 63 | 0 | 0.92 | 0.20 | 0.69 | 313.15 | 0.86 | 0.17 |
| Hex | 4F | 6 | 3F | 0 | 5C | 14 | 45 | 139 | 56 | 11 |
| Octal | 117 | 6 | 77 | 0 | 134 | 24 | 105 | 471 | 126 | 21 |
| Binary | 1001111 | 110 | 111111 | 0 | 1011100 | 10100 | 1000101 | 100111001 | 1010110 | 10001 |
Color Harmonies of #4F063F
Complementary color
Monochromatic Colors of #4F063F
Black with #4F063F
Text Example
Text Example
White with #4F063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F063F; }
p { color: rgb(79,6,63); }
H1.HeaderClassName
{
color: #4F063F;
}
.AnyTagClassName
{
color: #4F063F;
}
</style>
background-color css
<style>
a { background-color: #4F063F; }
a { background-color: rgb(79,6,63); }
div.DivClassName
{
background-color: #4F063F;
}
.BgClassName
{
background-color: #4F063F;
}
</style>
border-color css
<style>
span { border-color: #4F063F; }
span { border-color: rgb(79,6,63); }
td.TdClassName
{
border-color: #4F063F;
}
.TagClassName
{
border-color: #4F063F;
}
</style>