Shades of Tyrian Purple #81033E
Tints of Tyrian Purple #81033E
RGB
CMYK
RGB Variations
Color information
#81033E (or 0x81033E) is known color: Tyrian Purple. HEX triplet: 81, 03 and 3E. RGB value is (129,3,62). Sum of RGB (Red+Green+Blue) = 129+3+62=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #81033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81033E is #7EFCC1. Grayscale: #2F2F2F. Windows color (decimal): -8322242 or 4064129. OLE color: 4064129.
HSL color Cylindrical-coordinate representation of color #81033E: hue angle of 331.9º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81033E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 62 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.49 |
| HSL | 331.9º | 0.95% | 0.26% | - |
| HSV(B) | 331.9º | 0.98% | 0.51% | - |
| XYZ | 9.96 | 5.08 | 5.01 | - |
| YUV | 47.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 62 | 0 | 0.98 | 0.52 | 0.49 | 331.9 | 0.95 | 0.26 |
| Hex | 81 | 3 | 3E | 0 | 62 | 34 | 31 | 14C | 5F | 1A |
| Octal | 201 | 3 | 76 | 0 | 142 | 64 | 61 | 514 | 137 | 32 |
| Binary | 10000001 | 11 | 111110 | 0 | 1100010 | 110100 | 110001 | 101001100 | 1011111 | 11010 |
Color Harmonies of #81033E
Complementary color
Monochromatic Colors of #81033E
Black with #81033E
Text Example
Text Example
White with #81033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81033E; }
p { color: rgb(129,3,62); }
H1.HeaderClassName
{
color: #81033E;
}
.AnyTagClassName
{
color: #81033E;
}
</style>
background-color css
<style>
a { background-color: #81033E; }
a { background-color: rgb(129,3,62); }
div.DivClassName
{
background-color: #81033E;
}
.BgClassName
{
background-color: #81033E;
}
</style>
border-color css
<style>
span { border-color: #81033E; }
span { border-color: rgb(129,3,62); }
td.TdClassName
{
border-color: #81033E;
}
.TagClassName
{
border-color: #81033E;
}
</style>