Shades of Tyrian Purple #4F0340
Tints of Tyrian Purple #4F0340
RGB
CMYK
RGB Variations
Color information
#4F0340 (or 0x4F0340) is known color: Tyrian Purple. HEX triplet: 4F, 03 and 40. RGB value is (79,3,64). Sum of RGB (Red+Green+Blue) = 79+3+64=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0340 is #B0FCBF. Grayscale: #202020. Windows color (decimal): -11599040 or 4195151. OLE color: 4195151.
HSL color Cylindrical-coordinate representation of color #4F0340: hue angle of 311.84º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0340 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 3 | 64 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.69 |
| HSL | 311.84º | 0.93% | 0.16% | - |
| HSV(B) | 311.84º | 0.96% | 0.31% | - |
| XYZ | 4.18 | 2.1 | 5.03 | - |
| YUV | 32.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 64 | 0 | 0.96 | 0.19 | 0.69 | 311.84 | 0.93 | 0.16 |
| Hex | 4F | 3 | 40 | 0 | 60 | 13 | 45 | 138 | 5D | 10 |
| Octal | 117 | 3 | 100 | 0 | 140 | 23 | 105 | 470 | 135 | 20 |
| Binary | 1001111 | 11 | 1000000 | 0 | 1100000 | 10011 | 1000101 | 100111000 | 1011101 | 10000 |
Color Harmonies of #4F0340
Complementary color
Monochromatic Colors of #4F0340
Black with #4F0340
Text Example
Text Example
White with #4F0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0340; }
p { color: rgb(79,3,64); }
H1.HeaderClassName
{
color: #4F0340;
}
.AnyTagClassName
{
color: #4F0340;
}
</style>
background-color css
<style>
a { background-color: #4F0340; }
a { background-color: rgb(79,3,64); }
div.DivClassName
{
background-color: #4F0340;
}
.BgClassName
{
background-color: #4F0340;
}
</style>
border-color css
<style>
span { border-color: #4F0340; }
span { border-color: rgb(79,3,64); }
td.TdClassName
{
border-color: #4F0340;
}
.TagClassName
{
border-color: #4F0340;
}
</style>