Shades of Tyrian Purple #51093A
Tints of Tyrian Purple #51093A
RGB
CMYK
RGB Variations
Color information
#51093A (or 0x51093A) is known color: Tyrian Purple. HEX triplet: 51, 09 and 3A. RGB value is (81,9,58). Sum of RGB (Red+Green+Blue) = 81+9+58=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51093A is #AEF6C5. Grayscale: #232323. Windows color (decimal): -11466438 or 3803473. OLE color: 3803473.
HSL color Cylindrical-coordinate representation of color #51093A: hue angle of 319.17º 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 #51093A is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 58 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.68 |
| HSL | 319.17º | 0.8% | 0.18% | - |
| HSV(B) | 319.17º | 0.89% | 0.32% | - |
| XYZ | 4.25 | 2.25 | 4.21 | - |
| YUV | 36.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 58 | 0 | 0.89 | 0.28 | 0.68 | 319.17 | 0.8 | 0.18 |
| Hex | 51 | 9 | 3A | 0 | 59 | 1C | 44 | 13F | 50 | 12 |
| Octal | 121 | 11 | 72 | 0 | 131 | 34 | 104 | 477 | 120 | 22 |
| Binary | 1010001 | 1001 | 111010 | 0 | 1011001 | 11100 | 1000100 | 100111111 | 1010000 | 10010 |
Color Harmonies of #51093A
Complementary color
Monochromatic Colors of #51093A
Black with #51093A
Text Example
Text Example
White with #51093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51093A; }
p { color: rgb(81,9,58); }
H1.HeaderClassName
{
color: #51093A;
}
.AnyTagClassName
{
color: #51093A;
}
</style>
background-color css
<style>
a { background-color: #51093A; }
a { background-color: rgb(81,9,58); }
div.DivClassName
{
background-color: #51093A;
}
.BgClassName
{
background-color: #51093A;
}
</style>
border-color css
<style>
span { border-color: #51093A; }
span { border-color: rgb(81,9,58); }
td.TdClassName
{
border-color: #51093A;
}
.TagClassName
{
border-color: #51093A;
}
</style>