Shades of Tyrian Purple #4F053C
Tints of Tyrian Purple #4F053C
RGB
CMYK
RGB Variations
Color information
#4F053C (or 0x4F053C) is known color: Tyrian Purple. HEX triplet: 4F, 05 and 3C. RGB value is (79,5,60). Sum of RGB (Red+Green+Blue) = 79+5+60=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F053C is #B0FAC3. Grayscale: #212121. Windows color (decimal): -11598532 or 3933519. OLE color: 3933519.
HSL color Cylindrical-coordinate representation of color #4F053C: hue angle of 315.41º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F053C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.69 |
| HSL | 315.41º | 0.88% | 0.16% | - |
| HSV(B) | 315.41º | 0.94% | 0.31% | - |
| XYZ | 4.09 | 2.1 | 4.46 | - |
| YUV | 33.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 60 | 0 | 0.94 | 0.24 | 0.69 | 315.41 | 0.88 | 0.16 |
| Hex | 4F | 5 | 3C | 0 | 5E | 18 | 45 | 13B | 58 | 10 |
| Octal | 117 | 5 | 74 | 0 | 136 | 30 | 105 | 473 | 130 | 20 |
| Binary | 1001111 | 101 | 111100 | 0 | 1011110 | 11000 | 1000101 | 100111011 | 1011000 | 10000 |
Color Harmonies of #4F053C
Complementary color
Monochromatic Colors of #4F053C
Black with #4F053C
Text Example
Text Example
White with #4F053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F053C; }
p { color: rgb(79,5,60); }
H1.HeaderClassName
{
color: #4F053C;
}
.AnyTagClassName
{
color: #4F053C;
}
</style>
background-color css
<style>
a { background-color: #4F053C; }
a { background-color: rgb(79,5,60); }
div.DivClassName
{
background-color: #4F053C;
}
.BgClassName
{
background-color: #4F053C;
}
</style>
border-color css
<style>
span { border-color: #4F053C; }
span { border-color: rgb(79,5,60); }
td.TdClassName
{
border-color: #4F053C;
}
.TagClassName
{
border-color: #4F053C;
}
</style>