Shades of Tyrian Purple #51013A
Tints of Tyrian Purple #51013A
RGB
CMYK
RGB Variations
Color information
#51013A (or 0x51013A) is known color: Tyrian Purple. HEX triplet: 51, 01 and 3A. RGB value is (81,1,58). Sum of RGB (Red+Green+Blue) = 81+1+58=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #51013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51013A is #AEFEC5. Grayscale: #1F1F1F. Windows color (decimal): -11468486 or 3801425. OLE color: 3801425.
HSL color Cylindrical-coordinate representation of color #51013A: hue angle of 317.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 #51013A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.68 |
| HSL | 317.25º | 0.98% | 0.16% | - |
| HSV(B) | 317.25º | 0.99% | 0.32% | - |
| XYZ | 4.17 | 2.08 | 4.18 | - |
| YUV | 31.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 58 | 0 | 0.99 | 0.28 | 0.68 | 317.25 | 0.98 | 0.16 |
| Hex | 51 | 1 | 3A | 0 | 63 | 1C | 44 | 13D | 62 | 10 |
| Octal | 121 | 1 | 72 | 0 | 143 | 34 | 104 | 475 | 142 | 20 |
| Binary | 1010001 | 1 | 111010 | 0 | 1100011 | 11100 | 1000100 | 100111101 | 1100010 | 10000 |
Color Harmonies of #51013A
Complementary color
Monochromatic Colors of #51013A
Black with #51013A
Text Example
Text Example
White with #51013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51013A; }
p { color: rgb(81,1,58); }
H1.HeaderClassName
{
color: #51013A;
}
.AnyTagClassName
{
color: #51013A;
}
</style>
background-color css
<style>
a { background-color: #51013A; }
a { background-color: rgb(81,1,58); }
div.DivClassName
{
background-color: #51013A;
}
.BgClassName
{
background-color: #51013A;
}
</style>
border-color css
<style>
span { border-color: #51013A; }
span { border-color: rgb(81,1,58); }
td.TdClassName
{
border-color: #51013A;
}
.TagClassName
{
border-color: #51013A;
}
</style>