Shades of Tyrian Purple #4F073C
Tints of Tyrian Purple #4F073C
RGB
CMYK
RGB Variations
Color information
#4F073C (or 0x4F073C) is known color: Tyrian Purple. HEX triplet: 4F, 07 and 3C. RGB value is (79,7,60). Sum of RGB (Red+Green+Blue) = 79+7+60=146 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.11% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 79 - color contains mainly: red. Hex color #4F073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F073C is #B0F8C3. Grayscale: #222222. Windows color (decimal): -11598020 or 3934031. OLE color: 3934031.
HSL color Cylindrical-coordinate representation of color #4F073C: hue angle of 315.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F073C is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 60 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.69 |
| HSL | 315.83º | 0.84% | 0.17% | - |
| HSV(B) | 315.83º | 0.91% | 0.31% | - |
| XYZ | 4.12 | 2.14 | 4.47 | - |
| YUV | 34.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 60 | 0 | 0.91 | 0.24 | 0.69 | 315.83 | 0.84 | 0.17 |
| Hex | 4F | 7 | 3C | 0 | 5B | 18 | 45 | 13C | 54 | 11 |
| Octal | 117 | 7 | 74 | 0 | 133 | 30 | 105 | 474 | 124 | 21 |
| Binary | 1001111 | 111 | 111100 | 0 | 1011011 | 11000 | 1000101 | 100111100 | 1010100 | 10001 |
Color Harmonies of #4F073C
Complementary color
Monochromatic Colors of #4F073C
Black with #4F073C
Text Example
Text Example
White with #4F073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F073C; }
p { color: rgb(79,7,60); }
H1.HeaderClassName
{
color: #4F073C;
}
.AnyTagClassName
{
color: #4F073C;
}
</style>
background-color css
<style>
a { background-color: #4F073C; }
a { background-color: rgb(79,7,60); }
div.DivClassName
{
background-color: #4F073C;
}
.BgClassName
{
background-color: #4F073C;
}
</style>
border-color css
<style>
span { border-color: #4F073C; }
span { border-color: rgb(79,7,60); }
td.TdClassName
{
border-color: #4F073C;
}
.TagClassName
{
border-color: #4F073C;
}
</style>