Shades of Tyrian Purple #51012E
Tints of Tyrian Purple #51012E
RGB
CMYK
RGB Variations
Color information
#51012E (or 0x51012E) is known color: Tyrian Purple. HEX triplet: 51, 01 and 2E. RGB value is (81,1,46). Sum of RGB (Red+Green+Blue) = 81+1+46=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #51012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51012E is #AEFED1. Grayscale: #1D1D1D. Windows color (decimal): -11468498 or 3014993. OLE color: 3014993.
HSL color Cylindrical-coordinate representation of color #51012E: hue angle of 326.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51012E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.68 |
| HSL | 326.25º | 0.98% | 0.16% | - |
| HSV(B) | 326.25º | 0.99% | 0.32% | - |
| XYZ | 3.9 | 1.97 | 2.76 | - |
| YUV | 30.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 46 | 0 | 0.99 | 0.43 | 0.68 | 326.25 | 0.98 | 0.16 |
| Hex | 51 | 1 | 2E | 0 | 63 | 2B | 44 | 146 | 62 | 10 |
| Octal | 121 | 1 | 56 | 0 | 143 | 53 | 104 | 506 | 142 | 20 |
| Binary | 1010001 | 1 | 101110 | 0 | 1100011 | 101011 | 1000100 | 101000110 | 1100010 | 10000 |
Color Harmonies of #51012E
Complementary color
Monochromatic Colors of #51012E
Black with #51012E
Text Example
Text Example
White with #51012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51012E; }
p { color: rgb(81,1,46); }
H1.HeaderClassName
{
color: #51012E;
}
.AnyTagClassName
{
color: #51012E;
}
</style>
background-color css
<style>
a { background-color: #51012E; }
a { background-color: rgb(81,1,46); }
div.DivClassName
{
background-color: #51012E;
}
.BgClassName
{
background-color: #51012E;
}
</style>
border-color css
<style>
span { border-color: #51012E; }
span { border-color: rgb(81,1,46); }
td.TdClassName
{
border-color: #51012E;
}
.TagClassName
{
border-color: #51012E;
}
</style>