Shades of Tyrian Purple #4F0143
Tints of Tyrian Purple #4F0143
RGB
CMYK
RGB Variations
Color information
#4F0143 (or 0x4F0143) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 43. RGB value is (79,1,67). Sum of RGB (Red+Green+Blue) = 79+1+67=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0143 is #B0FEBC. Grayscale: #1F1F1F. Windows color (decimal): -11599549 or 4391247. OLE color: 4391247.
HSL color Cylindrical-coordinate representation of color #4F0143: hue angle of 309.23º 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 #4F0143 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.69 |
| HSL | 309.23º | 0.98% | 0.16% | - |
| HSV(B) | 309.23º | 0.99% | 0.31% | - |
| XYZ | 4.25 | 2.09 | 5.49 | - |
| YUV | 31.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 67 | 0 | 0.99 | 0.15 | 0.69 | 309.23 | 0.98 | 0.16 |
| Hex | 4F | 1 | 43 | 0 | 63 | F | 45 | 135 | 62 | 10 |
| Octal | 117 | 1 | 103 | 0 | 143 | 17 | 105 | 465 | 142 | 20 |
| Binary | 1001111 | 1 | 1000011 | 0 | 1100011 | 1111 | 1000101 | 100110101 | 1100010 | 10000 |
Color Harmonies of #4F0143
Complementary color
Monochromatic Colors of #4F0143
Black with #4F0143
Text Example
Text Example
White with #4F0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0143; }
p { color: rgb(79,1,67); }
H1.HeaderClassName
{
color: #4F0143;
}
.AnyTagClassName
{
color: #4F0143;
}
</style>
background-color css
<style>
a { background-color: #4F0143; }
a { background-color: rgb(79,1,67); }
div.DivClassName
{
background-color: #4F0143;
}
.BgClassName
{
background-color: #4F0143;
}
</style>
border-color css
<style>
span { border-color: #4F0143; }
span { border-color: rgb(79,1,67); }
td.TdClassName
{
border-color: #4F0143;
}
.TagClassName
{
border-color: #4F0143;
}
</style>