Shades of Tyrian Purple #51044D
Tints of Tyrian Purple #51044D
RGB
CMYK
RGB Variations
Color information
#51044D (or 0x51044D) is known color: Tyrian Purple. HEX triplet: 51, 04 and 4D. RGB value is (81,4,77). Sum of RGB (Red+Green+Blue) = 81+4+77=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51044D is #AEFBB2. Grayscale: #232323. Windows color (decimal): -11467699 or 5047377. OLE color: 5047377.
HSL color Cylindrical-coordinate representation of color #51044D: hue angle of 303.12º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51044D is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 77 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.68 |
| HSL | 303.12º | 0.91% | 0.17% | - |
| HSV(B) | 303.12º | 0.95% | 0.32% | - |
| XYZ | 4.78 | 2.37 | 7.23 | - |
| YUV | 35.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 77 | 0 | 0.95 | 0.05 | 0.68 | 303.12 | 0.91 | 0.17 |
| Hex | 51 | 4 | 4D | 0 | 5F | 5 | 44 | 12F | 5B | 11 |
| Octal | 121 | 4 | 115 | 0 | 137 | 5 | 104 | 457 | 133 | 21 |
| Binary | 1010001 | 100 | 1001101 | 0 | 1011111 | 101 | 1000100 | 100101111 | 1011011 | 10001 |
Color Harmonies of #51044D
Complementary color
Monochromatic Colors of #51044D
Black with #51044D
Text Example
Text Example
White with #51044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51044D; }
p { color: rgb(81,4,77); }
H1.HeaderClassName
{
color: #51044D;
}
.AnyTagClassName
{
color: #51044D;
}
</style>
background-color css
<style>
a { background-color: #51044D; }
a { background-color: rgb(81,4,77); }
div.DivClassName
{
background-color: #51044D;
}
.BgClassName
{
background-color: #51044D;
}
</style>
border-color css
<style>
span { border-color: #51044D; }
span { border-color: rgb(81,4,77); }
td.TdClassName
{
border-color: #51044D;
}
.TagClassName
{
border-color: #51044D;
}
</style>