Shades of Tyrian Purple #4F043A
Tints of Tyrian Purple #4F043A
RGB
CMYK
RGB Variations
Color information
#4F043A (or 0x4F043A) is known color: Tyrian Purple. HEX triplet: 4F, 04 and 3A. RGB value is (79,4,58). Sum of RGB (Red+Green+Blue) = 79+4+58=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F043A is #B0FBC5. Grayscale: #202020. Windows color (decimal): -11598790 or 3802191. OLE color: 3802191.
HSL color Cylindrical-coordinate representation of color #4F043A: hue angle of 316.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F043A is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 58 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.69 |
| HSL | 316.8º | 0.9% | 0.16% | - |
| HSV(B) | 316.8º | 0.95% | 0.31% | - |
| XYZ | 4.03 | 2.05 | 4.19 | - |
| YUV | 32.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 58 | 0 | 0.95 | 0.27 | 0.69 | 316.8 | 0.9 | 0.16 |
| Hex | 4F | 4 | 3A | 0 | 5F | 1B | 45 | 13D | 5A | 10 |
| Octal | 117 | 4 | 72 | 0 | 137 | 33 | 105 | 475 | 132 | 20 |
| Binary | 1001111 | 100 | 111010 | 0 | 1011111 | 11011 | 1000101 | 100111101 | 1011010 | 10000 |
Color Harmonies of #4F043A
Complementary color
Monochromatic Colors of #4F043A
Black with #4F043A
Text Example
Text Example
White with #4F043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F043A; }
p { color: rgb(79,4,58); }
H1.HeaderClassName
{
color: #4F043A;
}
.AnyTagClassName
{
color: #4F043A;
}
</style>
background-color css
<style>
a { background-color: #4F043A; }
a { background-color: rgb(79,4,58); }
div.DivClassName
{
background-color: #4F043A;
}
.BgClassName
{
background-color: #4F043A;
}
</style>
border-color css
<style>
span { border-color: #4F043A; }
span { border-color: rgb(79,4,58); }
td.TdClassName
{
border-color: #4F043A;
}
.TagClassName
{
border-color: #4F043A;
}
</style>