Shades of Tyrian Purple #51073D
Tints of Tyrian Purple #51073D
RGB
CMYK
RGB Variations
Color information
#51073D (or 0x51073D) is known color: Tyrian Purple. HEX triplet: 51, 07 and 3D. RGB value is (81,7,61). Sum of RGB (Red+Green+Blue) = 81+7+61=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51073D is #AEF8C2. Grayscale: #232323. Windows color (decimal): -11466947 or 3999569. OLE color: 3999569.
HSL color Cylindrical-coordinate representation of color #51073D: hue angle of 316.22º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51073D is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 61 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.68 |
| HSL | 316.22º | 0.84% | 0.17% | - |
| HSV(B) | 316.22º | 0.91% | 0.32% | - |
| XYZ | 4.31 | 2.24 | 4.62 | - |
| YUV | 35.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 61 | 0 | 0.91 | 0.25 | 0.68 | 316.22 | 0.84 | 0.17 |
| Hex | 51 | 7 | 3D | 0 | 5B | 19 | 44 | 13C | 54 | 11 |
| Octal | 121 | 7 | 75 | 0 | 133 | 31 | 104 | 474 | 124 | 21 |
| Binary | 1010001 | 111 | 111101 | 0 | 1011011 | 11001 | 1000100 | 100111100 | 1010100 | 10001 |
Color Harmonies of #51073D
Complementary color
Monochromatic Colors of #51073D
Black with #51073D
Text Example
Text Example
White with #51073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51073D; }
p { color: rgb(81,7,61); }
H1.HeaderClassName
{
color: #51073D;
}
.AnyTagClassName
{
color: #51073D;
}
</style>
background-color css
<style>
a { background-color: #51073D; }
a { background-color: rgb(81,7,61); }
div.DivClassName
{
background-color: #51073D;
}
.BgClassName
{
background-color: #51073D;
}
</style>
border-color css
<style>
span { border-color: #51073D; }
span { border-color: rgb(81,7,61); }
td.TdClassName
{
border-color: #51073D;
}
.TagClassName
{
border-color: #51073D;
}
</style>