Shades of Tyrian Purple #4F024A
Tints of Tyrian Purple #4F024A
RGB
CMYK
RGB Variations
Color information
#4F024A (or 0x4F024A) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 4A. RGB value is (79,2,74). Sum of RGB (Red+Green+Blue) = 79+2+74=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F024A is #B0FDB5. Grayscale: #212121. Windows color (decimal): -11599286 or 4850255. OLE color: 4850255.
HSL color Cylindrical-coordinate representation of color #4F024A: hue angle of 303.9º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F024A is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 74 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.69 |
| HSL | 303.9º | 0.95% | 0.16% | - |
| HSV(B) | 303.9º | 0.97% | 0.31% | - |
| XYZ | 4.48 | 2.2 | 6.67 | - |
| YUV | 33.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 74 | 0 | 0.97 | 0.06 | 0.69 | 303.9 | 0.95 | 0.16 |
| Hex | 4F | 2 | 4A | 0 | 61 | 6 | 45 | 130 | 5F | 10 |
| Octal | 117 | 2 | 112 | 0 | 141 | 6 | 105 | 460 | 137 | 20 |
| Binary | 1001111 | 10 | 1001010 | 0 | 1100001 | 110 | 1000101 | 100110000 | 1011111 | 10000 |
Color Harmonies of #4F024A
Complementary color
Monochromatic Colors of #4F024A
Black with #4F024A
Text Example
Text Example
White with #4F024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F024A; }
p { color: rgb(79,2,74); }
H1.HeaderClassName
{
color: #4F024A;
}
.AnyTagClassName
{
color: #4F024A;
}
</style>
background-color css
<style>
a { background-color: #4F024A; }
a { background-color: rgb(79,2,74); }
div.DivClassName
{
background-color: #4F024A;
}
.BgClassName
{
background-color: #4F024A;
}
</style>
border-color css
<style>
span { border-color: #4F024A; }
span { border-color: rgb(79,2,74); }
td.TdClassName
{
border-color: #4F024A;
}
.TagClassName
{
border-color: #4F024A;
}
</style>