Shades of Tyrian Purple #51003C
Tints of Tyrian Purple #51003C
RGB
CMYK
RGB Variations
Color information
#51003C (or 0x51003C) is known color: Tyrian Purple. HEX triplet: 51, 00 and 3C. RGB value is (81,0,60). Sum of RGB (Red+Green+Blue) = 81+0+60=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #51003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51003C is #AEFFC3. Grayscale: #1E1E1E. Windows color (decimal): -11468740 or 3932241. OLE color: 3932241.
HSL color Cylindrical-coordinate representation of color #51003C: hue angle of 315.56º 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 #51003C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.26 | 0.68 |
| HSL | 315.56º | 1% | 0.16% | - |
| HSV(B) | 315.56º | 1% | 0.32% | - |
| XYZ | 4.21 | 2.08 | 4.45 | - |
| YUV | 31.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 60 | 0 | 1 | 0.26 | 0.68 | 315.56 | 1 | 0.16 |
| Hex | 51 | 0 | 3C | 0 | 64 | 1A | 44 | 13C | 64 | 10 |
| Octal | 121 | 0 | 74 | 0 | 144 | 32 | 104 | 474 | 144 | 20 |
| Binary | 1010001 | 0 | 111100 | 0 | 1100100 | 11010 | 1000100 | 100111100 | 1100100 | 10000 |
Color Harmonies of #51003C
Complementary color
Monochromatic Colors of #51003C
Black with #51003C
Text Example
Text Example
White with #51003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51003C; }
p { color: rgb(81,0,60); }
H1.HeaderClassName
{
color: #51003C;
}
.AnyTagClassName
{
color: #51003C;
}
</style>
background-color css
<style>
a { background-color: #51003C; }
a { background-color: rgb(81,0,60); }
div.DivClassName
{
background-color: #51003C;
}
.BgClassName
{
background-color: #51003C;
}
</style>
border-color css
<style>
span { border-color: #51003C; }
span { border-color: rgb(81,0,60); }
td.TdClassName
{
border-color: #51003C;
}
.TagClassName
{
border-color: #51003C;
}
</style>