Shades of Tyrian Purple #4F0636
Tints of Tyrian Purple #4F0636
RGB
CMYK
RGB Variations
Color information
#4F0636 (or 0x4F0636) is known color: Tyrian Purple. HEX triplet: 4F, 06 and 36. RGB value is (79,6,54). Sum of RGB (Red+Green+Blue) = 79+6+54=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0636 is #B0F9C9. Grayscale: #212121. Windows color (decimal): -11598282 or 3540559. OLE color: 3540559.
HSL color Cylindrical-coordinate representation of color #4F0636: hue angle of 320.55º 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 #4F0636 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 6 | 54 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.69 |
| HSL | 320.55º | 0.86% | 0.17% | - |
| HSV(B) | 320.55º | 0.92% | 0.31% | - |
| XYZ | 3.96 | 2.06 | 3.68 | - |
| YUV | 33.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 54 | 0 | 0.92 | 0.32 | 0.69 | 320.55 | 0.86 | 0.17 |
| Hex | 4F | 6 | 36 | 0 | 5C | 20 | 45 | 141 | 56 | 11 |
| Octal | 117 | 6 | 66 | 0 | 134 | 40 | 105 | 501 | 126 | 21 |
| Binary | 1001111 | 110 | 110110 | 0 | 1011100 | 100000 | 1000101 | 101000001 | 1010110 | 10001 |
Color Harmonies of #4F0636
Complementary color
Monochromatic Colors of #4F0636
Black with #4F0636
Text Example
Text Example
White with #4F0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0636; }
p { color: rgb(79,6,54); }
H1.HeaderClassName
{
color: #4F0636;
}
.AnyTagClassName
{
color: #4F0636;
}
</style>
background-color css
<style>
a { background-color: #4F0636; }
a { background-color: rgb(79,6,54); }
div.DivClassName
{
background-color: #4F0636;
}
.BgClassName
{
background-color: #4F0636;
}
</style>
border-color css
<style>
span { border-color: #4F0636; }
span { border-color: rgb(79,6,54); }
td.TdClassName
{
border-color: #4F0636;
}
.TagClassName
{
border-color: #4F0636;
}
</style>