Shades of Tyrian Purple #4F083D
Tints of Tyrian Purple #4F083D
RGB
CMYK
RGB Variations
Color information
#4F083D (or 0x4F083D) is known color: Tyrian Purple. HEX triplet: 4F, 08 and 3D. RGB value is (79,8,61). Sum of RGB (Red+Green+Blue) = 79+8+61=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F083D is #B0F7C2. Grayscale: #232323. Windows color (decimal): -11597763 or 3999823. OLE color: 3999823.
HSL color Cylindrical-coordinate representation of color #4F083D: hue angle of 315.21º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F083D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 61 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.69 |
| HSL | 315.21º | 0.82% | 0.17% | - |
| HSV(B) | 315.21º | 0.9% | 0.31% | - |
| XYZ | 4.15 | 2.17 | 4.62 | - |
| YUV | 35.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 61 | 0 | 0.90 | 0.23 | 0.69 | 315.21 | 0.82 | 0.17 |
| Hex | 4F | 8 | 3D | 0 | 5A | 17 | 45 | 13B | 52 | 11 |
| Octal | 117 | 10 | 75 | 0 | 132 | 27 | 105 | 473 | 122 | 21 |
| Binary | 1001111 | 1000 | 111101 | 0 | 1011010 | 10111 | 1000101 | 100111011 | 1010010 | 10001 |
Color Harmonies of #4F083D
Complementary color
Monochromatic Colors of #4F083D
Black with #4F083D
Text Example
Text Example
White with #4F083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F083D; }
p { color: rgb(79,8,61); }
H1.HeaderClassName
{
color: #4F083D;
}
.AnyTagClassName
{
color: #4F083D;
}
</style>
background-color css
<style>
a { background-color: #4F083D; }
a { background-color: rgb(79,8,61); }
div.DivClassName
{
background-color: #4F083D;
}
.BgClassName
{
background-color: #4F083D;
}
</style>
border-color css
<style>
span { border-color: #4F083D; }
span { border-color: rgb(79,8,61); }
td.TdClassName
{
border-color: #4F083D;
}
.TagClassName
{
border-color: #4F083D;
}
</style>