Shades of Tyrian Purple #81053F
Tints of Tyrian Purple #81053F
RGB
CMYK
RGB Variations
Color information
#81053F (or 0x81053F) is known color: Tyrian Purple. HEX triplet: 81, 05 and 3F. RGB value is (129,5,63). Sum of RGB (Red+Green+Blue) = 129+5+63=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #81053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81053F is #7EFAC0. Grayscale: #303030. Windows color (decimal): -8321729 or 4130177. OLE color: 4130177.
HSL color Cylindrical-coordinate representation of color #81053F: hue angle of 331.94º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81053F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 63 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.49 |
| HSL | 331.94º | 0.93% | 0.26% | - |
| HSV(B) | 331.94º | 0.96% | 0.51% | - |
| XYZ | 10 | 5.13 | 5.17 | - |
| YUV | 48.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 63 | 0 | 0.96 | 0.51 | 0.49 | 331.94 | 0.93 | 0.26 |
| Hex | 81 | 5 | 3F | 0 | 60 | 33 | 31 | 14C | 5D | 1A |
| Octal | 201 | 5 | 77 | 0 | 140 | 63 | 61 | 514 | 135 | 32 |
| Binary | 10000001 | 101 | 111111 | 0 | 1100000 | 110011 | 110001 | 101001100 | 1011101 | 11010 |
Color Harmonies of #81053F
Complementary color
Monochromatic Colors of #81053F
Black with #81053F
Text Example
Text Example
White with #81053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81053F; }
p { color: rgb(129,5,63); }
H1.HeaderClassName
{
color: #81053F;
}
.AnyTagClassName
{
color: #81053F;
}
</style>
background-color css
<style>
a { background-color: #81053F; }
a { background-color: rgb(129,5,63); }
div.DivClassName
{
background-color: #81053F;
}
.BgClassName
{
background-color: #81053F;
}
</style>
border-color css
<style>
span { border-color: #81053F; }
span { border-color: rgb(129,5,63); }
td.TdClassName
{
border-color: #81053F;
}
.TagClassName
{
border-color: #81053F;
}
</style>