Shades of Tyrian Purple #51083B
Tints of Tyrian Purple #51083B
RGB
CMYK
RGB Variations
Color information
#51083B (or 0x51083B) is known color: Tyrian Purple. HEX triplet: 51, 08 and 3B. RGB value is (81,8,59). Sum of RGB (Red+Green+Blue) = 81+8+59=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51083B is #AEF7C4. Grayscale: #232323. Windows color (decimal): -11466693 or 3868753. OLE color: 3868753.
HSL color Cylindrical-coordinate representation of color #51083B: hue angle of 318.08º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51083B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 59 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.68 |
| HSL | 318.08º | 0.82% | 0.17% | - |
| HSV(B) | 318.08º | 0.9% | 0.32% | - |
| XYZ | 4.27 | 2.24 | 4.34 | - |
| YUV | 35.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 59 | 0 | 0.90 | 0.27 | 0.68 | 318.08 | 0.82 | 0.17 |
| Hex | 51 | 8 | 3B | 0 | 5A | 1B | 44 | 13E | 52 | 11 |
| Octal | 121 | 10 | 73 | 0 | 132 | 33 | 104 | 476 | 122 | 21 |
| Binary | 1010001 | 1000 | 111011 | 0 | 1011010 | 11011 | 1000100 | 100111110 | 1010010 | 10001 |
Color Harmonies of #51083B
Complementary color
Monochromatic Colors of #51083B
Black with #51083B
Text Example
Text Example
White with #51083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51083B; }
p { color: rgb(81,8,59); }
H1.HeaderClassName
{
color: #51083B;
}
.AnyTagClassName
{
color: #51083B;
}
</style>
background-color css
<style>
a { background-color: #51083B; }
a { background-color: rgb(81,8,59); }
div.DivClassName
{
background-color: #51083B;
}
.BgClassName
{
background-color: #51083B;
}
</style>
border-color css
<style>
span { border-color: #51083B; }
span { border-color: rgb(81,8,59); }
td.TdClassName
{
border-color: #51083B;
}
.TagClassName
{
border-color: #51083B;
}
</style>