Shades of Tyrian Purple #4F014A
Tints of Tyrian Purple #4F014A
RGB
CMYK
RGB Variations
Color information
#4F014A (or 0x4F014A) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 4A. RGB value is (79,1,74). Sum of RGB (Red+Green+Blue) = 79+1+74=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F014A is #B0FEB5. Grayscale: #202020. Windows color (decimal): -11599542 or 4849999. OLE color: 4849999.
HSL color Cylindrical-coordinate representation of color #4F014A: hue angle of 303.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F014A is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.69 |
| HSL | 303.85º | 0.98% | 0.16% | - |
| HSV(B) | 303.85º | 0.99% | 0.31% | - |
| XYZ | 4.47 | 2.18 | 6.66 | - |
| YUV | 32.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 74 | 0 | 0.99 | 0.06 | 0.69 | 303.85 | 0.98 | 0.16 |
| Hex | 4F | 1 | 4A | 0 | 63 | 6 | 45 | 130 | 62 | 10 |
| Octal | 117 | 1 | 112 | 0 | 143 | 6 | 105 | 460 | 142 | 20 |
| Binary | 1001111 | 1 | 1001010 | 0 | 1100011 | 110 | 1000101 | 100110000 | 1100010 | 10000 |
Color Harmonies of #4F014A
Complementary color
Monochromatic Colors of #4F014A
Black with #4F014A
Text Example
Text Example
White with #4F014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F014A; }
p { color: rgb(79,1,74); }
H1.HeaderClassName
{
color: #4F014A;
}
.AnyTagClassName
{
color: #4F014A;
}
</style>
background-color css
<style>
a { background-color: #4F014A; }
a { background-color: rgb(79,1,74); }
div.DivClassName
{
background-color: #4F014A;
}
.BgClassName
{
background-color: #4F014A;
}
</style>
border-color css
<style>
span { border-color: #4F014A; }
span { border-color: rgb(79,1,74); }
td.TdClassName
{
border-color: #4F014A;
}
.TagClassName
{
border-color: #4F014A;
}
</style>