Shades of Tyrian Purple #51014A
Tints of Tyrian Purple #51014A
RGB
CMYK
RGB Variations
Color information
#51014A (or 0x51014A) is known color: Tyrian Purple. HEX triplet: 51, 01 and 4A. RGB value is (81,1,74). Sum of RGB (Red+Green+Blue) = 81+1+74=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #51014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51014A is #AEFEB5. Grayscale: #212121. Windows color (decimal): -11468470 or 4850001. OLE color: 4850001.
HSL color Cylindrical-coordinate representation of color #51014A: hue angle of 305.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 #51014A is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.68 |
| HSL | 305.25º | 0.98% | 0.16% | - |
| HSV(B) | 305.25º | 0.99% | 0.32% | - |
| XYZ | 4.64 | 2.27 | 6.67 | - |
| YUV | 33.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 74 | 0 | 0.99 | 0.09 | 0.68 | 305.25 | 0.98 | 0.16 |
| Hex | 51 | 1 | 4A | 0 | 63 | 9 | 44 | 131 | 62 | 10 |
| Octal | 121 | 1 | 112 | 0 | 143 | 11 | 104 | 461 | 142 | 20 |
| Binary | 1010001 | 1 | 1001010 | 0 | 1100011 | 1001 | 1000100 | 100110001 | 1100010 | 10000 |
Color Harmonies of #51014A
Complementary color
Monochromatic Colors of #51014A
Black with #51014A
Text Example
Text Example
White with #51014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51014A; }
p { color: rgb(81,1,74); }
H1.HeaderClassName
{
color: #51014A;
}
.AnyTagClassName
{
color: #51014A;
}
</style>
background-color css
<style>
a { background-color: #51014A; }
a { background-color: rgb(81,1,74); }
div.DivClassName
{
background-color: #51014A;
}
.BgClassName
{
background-color: #51014A;
}
</style>
border-color css
<style>
span { border-color: #51014A; }
span { border-color: rgb(81,1,74); }
td.TdClassName
{
border-color: #51014A;
}
.TagClassName
{
border-color: #51014A;
}
</style>