Shades of Tyrian Purple #4F0545
Tints of Tyrian Purple #4F0545
RGB
CMYK
RGB Variations
Color information
#4F0545 (or 0x4F0545) is known color: Tyrian Purple. HEX triplet: 4F, 05 and 45. RGB value is (79,5,69). Sum of RGB (Red+Green+Blue) = 79+5+69=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0545 is #B0FABA. Grayscale: #222222. Windows color (decimal): -11598523 or 4523343. OLE color: 4523343.
HSL color Cylindrical-coordinate representation of color #4F0545: hue angle of 308.11º 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 #4F0545 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 69 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.69 |
| HSL | 308.11º | 0.88% | 0.16% | - |
| HSV(B) | 308.11º | 0.94% | 0.31% | - |
| XYZ | 4.35 | 2.2 | 5.83 | - |
| YUV | 34.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 69 | 0 | 0.94 | 0.13 | 0.69 | 308.11 | 0.88 | 0.16 |
| Hex | 4F | 5 | 45 | 0 | 5E | D | 45 | 134 | 58 | 10 |
| Octal | 117 | 5 | 105 | 0 | 136 | 15 | 105 | 464 | 130 | 20 |
| Binary | 1001111 | 101 | 1000101 | 0 | 1011110 | 1101 | 1000101 | 100110100 | 1011000 | 10000 |
Color Harmonies of #4F0545
Complementary color
Monochromatic Colors of #4F0545
Black with #4F0545
Text Example
Text Example
White with #4F0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0545; }
p { color: rgb(79,5,69); }
H1.HeaderClassName
{
color: #4F0545;
}
.AnyTagClassName
{
color: #4F0545;
}
</style>
background-color css
<style>
a { background-color: #4F0545; }
a { background-color: rgb(79,5,69); }
div.DivClassName
{
background-color: #4F0545;
}
.BgClassName
{
background-color: #4F0545;
}
</style>
border-color css
<style>
span { border-color: #4F0545; }
span { border-color: rgb(79,5,69); }
td.TdClassName
{
border-color: #4F0545;
}
.TagClassName
{
border-color: #4F0545;
}
</style>