Shades of Tyrian Purple #51034E
Tints of Tyrian Purple #51034E
RGB
CMYK
RGB Variations
Color information
#51034E (or 0x51034E) is known color: Tyrian Purple. HEX triplet: 51, 03 and 4E. RGB value is (81,3,78). Sum of RGB (Red+Green+Blue) = 81+3+78=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51034E is #AEFCB1. Grayscale: #222222. Windows color (decimal): -11467954 or 5112657. OLE color: 5112657.
HSL color Cylindrical-coordinate representation of color #51034E: hue angle of 302.31º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51034E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 78 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.68 |
| HSL | 302.31º | 0.93% | 0.16% | - |
| HSV(B) | 302.31º | 0.96% | 0.32% | - |
| XYZ | 4.8 | 2.36 | 7.41 | - |
| YUV | 34.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 78 | 0 | 0.96 | 0.04 | 0.68 | 302.31 | 0.93 | 0.16 |
| Hex | 51 | 3 | 4E | 0 | 60 | 4 | 44 | 12E | 5D | 10 |
| Octal | 121 | 3 | 116 | 0 | 140 | 4 | 104 | 456 | 135 | 20 |
| Binary | 1010001 | 11 | 1001110 | 0 | 1100000 | 100 | 1000100 | 100101110 | 1011101 | 10000 |
Color Harmonies of #51034E
Complementary color
Monochromatic Colors of #51034E
Black with #51034E
Text Example
Text Example
White with #51034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51034E; }
p { color: rgb(81,3,78); }
H1.HeaderClassName
{
color: #51034E;
}
.AnyTagClassName
{
color: #51034E;
}
</style>
background-color css
<style>
a { background-color: #51034E; }
a { background-color: rgb(81,3,78); }
div.DivClassName
{
background-color: #51034E;
}
.BgClassName
{
background-color: #51034E;
}
</style>
border-color css
<style>
span { border-color: #51034E; }
span { border-color: rgb(81,3,78); }
td.TdClassName
{
border-color: #51034E;
}
.TagClassName
{
border-color: #51034E;
}
</style>