Shades of Tyrian Purple #51024F
Tints of Tyrian Purple #51024F
RGB
CMYK
RGB Variations
Color information
#51024F (or 0x51024F) is known color: Tyrian Purple. HEX triplet: 51, 02 and 4F. RGB value is (81,2,79). Sum of RGB (Red+Green+Blue) = 81+2+79=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51024F is #AEFDB0. Grayscale: #222222. Windows color (decimal): -11468209 or 5177937. OLE color: 5177937.
HSL color Cylindrical-coordinate representation of color #51024F: hue angle of 301.52º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51024F is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 79 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.68 |
| HSL | 301.52º | 0.95% | 0.16% | - |
| HSV(B) | 301.52º | 0.98% | 0.32% | - |
| XYZ | 4.83 | 2.36 | 7.6 | - |
| YUV | 34.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 79 | 0 | 0.98 | 0.02 | 0.68 | 301.52 | 0.95 | 0.16 |
| Hex | 51 | 2 | 4F | 0 | 62 | 2 | 44 | 12E | 5F | 10 |
| Octal | 121 | 2 | 117 | 0 | 142 | 2 | 104 | 456 | 137 | 20 |
| Binary | 1010001 | 10 | 1001111 | 0 | 1100010 | 10 | 1000100 | 100101110 | 1011111 | 10000 |
Color Harmonies of #51024F
Complementary color
Monochromatic Colors of #51024F
Black with #51024F
Text Example
Text Example
White with #51024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51024F; }
p { color: rgb(81,2,79); }
H1.HeaderClassName
{
color: #51024F;
}
.AnyTagClassName
{
color: #51024F;
}
</style>
background-color css
<style>
a { background-color: #51024F; }
a { background-color: rgb(81,2,79); }
div.DivClassName
{
background-color: #51024F;
}
.BgClassName
{
background-color: #51024F;
}
</style>
border-color css
<style>
span { border-color: #51024F; }
span { border-color: rgb(81,2,79); }
td.TdClassName
{
border-color: #51024F;
}
.TagClassName
{
border-color: #51024F;
}
</style>