Shades of Tyrian Purple #4F0C3E
Tints of Tyrian Purple #4F0C3E
RGB
CMYK
RGB Variations
Color information
#4F0C3E (or 0x4F0C3E) is known color: Tyrian Purple. HEX triplet: 4F, 0C and 3E. RGB value is (79,12,62). Sum of RGB (Red+Green+Blue) = 79+12+62=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C3E is #B0F3C1. Grayscale: #252525. Windows color (decimal): -11596738 or 4066383. OLE color: 4066383.
HSL color Cylindrical-coordinate representation of color #4F0C3E: hue angle of 315.22º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F0C3E is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 12 | 62 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.69 |
| HSL | 315.22º | 0.74% | 0.18% | - |
| HSV(B) | 315.22º | 0.85% | 0.31% | - |
| XYZ | 4.23 | 2.27 | 4.77 | - |
| YUV | 37.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 62 | 0 | 0.85 | 0.22 | 0.69 | 315.22 | 0.74 | 0.18 |
| Hex | 4F | C | 3E | 0 | 55 | 16 | 45 | 13B | 4A | 12 |
| Octal | 117 | 14 | 76 | 0 | 125 | 26 | 105 | 473 | 112 | 22 |
| Binary | 1001111 | 1100 | 111110 | 0 | 1010101 | 10110 | 1000101 | 100111011 | 1001010 | 10010 |
Color Harmonies of #4F0C3E
Complementary color
Monochromatic Colors of #4F0C3E
Black with #4F0C3E
Text Example
Text Example
White with #4F0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C3E; }
p { color: rgb(79,12,62); }
H1.HeaderClassName
{
color: #4F0C3E;
}
.AnyTagClassName
{
color: #4F0C3E;
}
</style>
background-color css
<style>
a { background-color: #4F0C3E; }
a { background-color: rgb(79,12,62); }
div.DivClassName
{
background-color: #4F0C3E;
}
.BgClassName
{
background-color: #4F0C3E;
}
</style>
border-color css
<style>
span { border-color: #4F0C3E; }
span { border-color: rgb(79,12,62); }
td.TdClassName
{
border-color: #4F0C3E;
}
.TagClassName
{
border-color: #4F0C3E;
}
</style>