Shades of Tyrian Purple #51002E
Tints of Tyrian Purple #51002E
RGB
CMYK
RGB Variations
Color information
#51002E (or 0x51002E) is known color: Tyrian Purple. HEX triplet: 51, 00 and 2E. RGB value is (81,0,46). Sum of RGB (Red+Green+Blue) = 81+0+46=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51002E is #AEFFD1. Grayscale: #1D1D1D. Windows color (decimal): -11468754 or 3014737. OLE color: 3014737.
HSL color Cylindrical-coordinate representation of color #51002E: hue angle of 325.93º 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 #51002E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.43 | 0.68 |
| HSL | 325.93º | 1% | 0.16% | - |
| HSV(B) | 325.93º | 1% | 0.32% | - |
| XYZ | 3.89 | 1.95 | 2.76 | - |
| YUV | 29.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 46 | 0 | 1 | 0.43 | 0.68 | 325.93 | 1 | 0.16 |
| Hex | 51 | 0 | 2E | 0 | 64 | 2B | 44 | 146 | 64 | 10 |
| Octal | 121 | 0 | 56 | 0 | 144 | 53 | 104 | 506 | 144 | 20 |
| Binary | 1010001 | 0 | 101110 | 0 | 1100100 | 101011 | 1000100 | 101000110 | 1100100 | 10000 |
Color Harmonies of #51002E
Complementary color
Monochromatic Colors of #51002E
Black with #51002E
Text Example
Text Example
White with #51002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51002E; }
p { color: rgb(81,0,46); }
H1.HeaderClassName
{
color: #51002E;
}
.AnyTagClassName
{
color: #51002E;
}
</style>
background-color css
<style>
a { background-color: #51002E; }
a { background-color: rgb(81,0,46); }
div.DivClassName
{
background-color: #51002E;
}
.BgClassName
{
background-color: #51002E;
}
</style>
border-color css
<style>
span { border-color: #51002E; }
span { border-color: rgb(81,0,46); }
td.TdClassName
{
border-color: #51002E;
}
.TagClassName
{
border-color: #51002E;
}
</style>