Shades of Tyrian Purple #51054A
Tints of Tyrian Purple #51054A
RGB
CMYK
RGB Variations
Color information
#51054A (or 0x51054A) is known color: Tyrian Purple. HEX triplet: 51, 05 and 4A. RGB value is (81,5,74). Sum of RGB (Red+Green+Blue) = 81+5+74=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51054A is #AEFAB5. Grayscale: #232323. Windows color (decimal): -11467446 or 4851025. OLE color: 4851025.
HSL color Cylindrical-coordinate representation of color #51054A: hue angle of 305.53º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51054A is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 74 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.68 |
| HSL | 305.53º | 0.88% | 0.17% | - |
| HSV(B) | 305.53º | 0.94% | 0.32% | - |
| XYZ | 4.68 | 2.35 | 6.69 | - |
| YUV | 35.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 74 | 0 | 0.94 | 0.09 | 0.68 | 305.53 | 0.88 | 0.17 |
| Hex | 51 | 5 | 4A | 0 | 5E | 9 | 44 | 132 | 58 | 11 |
| Octal | 121 | 5 | 112 | 0 | 136 | 11 | 104 | 462 | 130 | 21 |
| Binary | 1010001 | 101 | 1001010 | 0 | 1011110 | 1001 | 1000100 | 100110010 | 1011000 | 10001 |
Color Harmonies of #51054A
Complementary color
Monochromatic Colors of #51054A
Black with #51054A
Text Example
Text Example
White with #51054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51054A; }
p { color: rgb(81,5,74); }
H1.HeaderClassName
{
color: #51054A;
}
.AnyTagClassName
{
color: #51054A;
}
</style>
background-color css
<style>
a { background-color: #51054A; }
a { background-color: rgb(81,5,74); }
div.DivClassName
{
background-color: #51054A;
}
.BgClassName
{
background-color: #51054A;
}
</style>
border-color css
<style>
span { border-color: #51054A; }
span { border-color: rgb(81,5,74); }
td.TdClassName
{
border-color: #51054A;
}
.TagClassName
{
border-color: #51054A;
}
</style>