Shades of Tyrian Purple #51004E
Tints of Tyrian Purple #51004E
RGB
CMYK
RGB Variations
Color information
#51004E (or 0x51004E) is known color: Tyrian Purple. HEX triplet: 51, 00 and 4E. RGB value is (81,0,78). Sum of RGB (Red+Green+Blue) = 81+0+78=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51004E is #AEFFB1. Grayscale: #202020. Windows color (decimal): -11468722 or 5111889. OLE color: 5111889.
HSL color Cylindrical-coordinate representation of color #51004E: hue angle of 302.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51004E is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.04 | 0.68 |
| HSL | 302.22º | 1% | 0.16% | - |
| HSV(B) | 302.22º | 1% | 0.32% | - |
| XYZ | 4.77 | 2.3 | 7.4 | - |
| YUV | 33.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 78 | 0 | 1 | 0.04 | 0.68 | 302.22 | 1 | 0.16 |
| Hex | 51 | 0 | 4E | 0 | 64 | 4 | 44 | 12E | 64 | 10 |
| Octal | 121 | 0 | 116 | 0 | 144 | 4 | 104 | 456 | 144 | 20 |
| Binary | 1010001 | 0 | 1001110 | 0 | 1100100 | 100 | 1000100 | 100101110 | 1100100 | 10000 |
Color Harmonies of #51004E
Complementary color
Monochromatic Colors of #51004E
Black with #51004E
Text Example
Text Example
White with #51004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51004E; }
p { color: rgb(81,0,78); }
H1.HeaderClassName
{
color: #51004E;
}
.AnyTagClassName
{
color: #51004E;
}
</style>
background-color css
<style>
a { background-color: #51004E; }
a { background-color: rgb(81,0,78); }
div.DivClassName
{
background-color: #51004E;
}
.BgClassName
{
background-color: #51004E;
}
</style>
border-color css
<style>
span { border-color: #51004E; }
span { border-color: rgb(81,0,78); }
td.TdClassName
{
border-color: #51004E;
}
.TagClassName
{
border-color: #51004E;
}
</style>