Shades of Tyrian Purple #4F064C
Tints of Tyrian Purple #4F064C
RGB
CMYK
RGB Variations
Color information
#4F064C (or 0x4F064C) is known color: Tyrian Purple. HEX triplet: 4F, 06 and 4C. RGB value is (79,6,76). Sum of RGB (Red+Green+Blue) = 79+6+76=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F064C is #B0F9B3. Grayscale: #232323. Windows color (decimal): -11598260 or 4982351. OLE color: 4982351.
HSL color Cylindrical-coordinate representation of color #4F064C: hue angle of 302.47º 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 #4F064C is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 6 | 76 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.69 |
| HSL | 302.47º | 0.86% | 0.17% | - |
| HSV(B) | 302.47º | 0.92% | 0.31% | - |
| XYZ | 4.59 | 2.31 | 7.04 | - |
| YUV | 35.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 76 | 0 | 0.92 | 0.04 | 0.69 | 302.47 | 0.86 | 0.17 |
| Hex | 4F | 6 | 4C | 0 | 5C | 4 | 45 | 12E | 56 | 11 |
| Octal | 117 | 6 | 114 | 0 | 134 | 4 | 105 | 456 | 126 | 21 |
| Binary | 1001111 | 110 | 1001100 | 0 | 1011100 | 100 | 1000101 | 100101110 | 1010110 | 10001 |
Color Harmonies of #4F064C
Complementary color
Monochromatic Colors of #4F064C
Black with #4F064C
Text Example
Text Example
White with #4F064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F064C; }
p { color: rgb(79,6,76); }
H1.HeaderClassName
{
color: #4F064C;
}
.AnyTagClassName
{
color: #4F064C;
}
</style>
background-color css
<style>
a { background-color: #4F064C; }
a { background-color: rgb(79,6,76); }
div.DivClassName
{
background-color: #4F064C;
}
.BgClassName
{
background-color: #4F064C;
}
</style>
border-color css
<style>
span { border-color: #4F064C; }
span { border-color: rgb(79,6,76); }
td.TdClassName
{
border-color: #4F064C;
}
.TagClassName
{
border-color: #4F064C;
}
</style>