Shades of Tyrian Purple #51093C
Tints of Tyrian Purple #51093C
RGB
CMYK
RGB Variations
Color information
#51093C (or 0x51093C) is known color: Tyrian Purple. HEX triplet: 51, 09 and 3C. RGB value is (81,9,60). Sum of RGB (Red+Green+Blue) = 81+9+60=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #51093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51093C is #AEF6C3. Grayscale: #242424. Windows color (decimal): -11466436 or 3934545. OLE color: 3934545.
HSL color Cylindrical-coordinate representation of color #51093C: hue angle of 317.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51093C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 60 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.68 |
| HSL | 317.5º | 0.8% | 0.18% | - |
| HSV(B) | 317.5º | 0.89% | 0.32% | - |
| XYZ | 4.31 | 2.27 | 4.49 | - |
| YUV | 36.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 60 | 0 | 0.89 | 0.26 | 0.68 | 317.5 | 0.8 | 0.18 |
| Hex | 51 | 9 | 3C | 0 | 59 | 1A | 44 | 13E | 50 | 12 |
| Octal | 121 | 11 | 74 | 0 | 131 | 32 | 104 | 476 | 120 | 22 |
| Binary | 1010001 | 1001 | 111100 | 0 | 1011001 | 11010 | 1000100 | 100111110 | 1010000 | 10010 |
Color Harmonies of #51093C
Complementary color
Monochromatic Colors of #51093C
Black with #51093C
Text Example
Text Example
White with #51093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51093C; }
p { color: rgb(81,9,60); }
H1.HeaderClassName
{
color: #51093C;
}
.AnyTagClassName
{
color: #51093C;
}
</style>
background-color css
<style>
a { background-color: #51093C; }
a { background-color: rgb(81,9,60); }
div.DivClassName
{
background-color: #51093C;
}
.BgClassName
{
background-color: #51093C;
}
</style>
border-color css
<style>
span { border-color: #51093C; }
span { border-color: rgb(81,9,60); }
td.TdClassName
{
border-color: #51093C;
}
.TagClassName
{
border-color: #51093C;
}
</style>