Shades of Tyrian Purple #4F0B3D
Tints of Tyrian Purple #4F0B3D
RGB
CMYK
RGB Variations
Color information
#4F0B3D (or 0x4F0B3D) is known color: Tyrian Purple. HEX triplet: 4F, 0B and 3D. RGB value is (79,11,61). Sum of RGB (Red+Green+Blue) = 79+11+61=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0B3D is #B0F4C2. Grayscale: #242424. Windows color (decimal): -11596995 or 4000591. OLE color: 4000591.
HSL color Cylindrical-coordinate representation of color #4F0B3D: hue angle of 315.88º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F0B3D is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 11 | 61 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.69 |
| HSL | 315.88º | 0.76% | 0.18% | - |
| HSV(B) | 315.88º | 0.86% | 0.31% | - |
| XYZ | 4.19 | 2.24 | 4.63 | - |
| YUV | 37.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 61 | 0 | 0.86 | 0.23 | 0.69 | 315.88 | 0.76 | 0.18 |
| Hex | 4F | B | 3D | 0 | 56 | 17 | 45 | 13C | 4C | 12 |
| Octal | 117 | 13 | 75 | 0 | 126 | 27 | 105 | 474 | 114 | 22 |
| Binary | 1001111 | 1011 | 111101 | 0 | 1010110 | 10111 | 1000101 | 100111100 | 1001100 | 10010 |
Color Harmonies of #4F0B3D
Complementary color
Monochromatic Colors of #4F0B3D
Black with #4F0B3D
Text Example
Text Example
White with #4F0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0B3D; }
p { color: rgb(79,11,61); }
H1.HeaderClassName
{
color: #4F0B3D;
}
.AnyTagClassName
{
color: #4F0B3D;
}
</style>
background-color css
<style>
a { background-color: #4F0B3D; }
a { background-color: rgb(79,11,61); }
div.DivClassName
{
background-color: #4F0B3D;
}
.BgClassName
{
background-color: #4F0B3D;
}
</style>
border-color css
<style>
span { border-color: #4F0B3D; }
span { border-color: rgb(79,11,61); }
td.TdClassName
{
border-color: #4F0B3D;
}
.TagClassName
{
border-color: #4F0B3D;
}
</style>