Shades of Tyrian Purple #81083E
Tints of Tyrian Purple #81083E
RGB
CMYK
RGB Variations
Color information
#81083E (or 0x81083E) is known color: Tyrian Purple. HEX triplet: 81, 08 and 3E. RGB value is (129,8,62). Sum of RGB (Red+Green+Blue) = 129+8+62=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #81083E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81083E is #7EF7C1. Grayscale: #323232. Windows color (decimal): -8320962 or 4065409. OLE color: 4065409.
HSL color Cylindrical-coordinate representation of color #81083E: hue angle of 333.22º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81083E is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 62 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.49 |
| HSL | 333.22º | 0.88% | 0.27% | - |
| HSV(B) | 333.22º | 0.94% | 0.51% | - |
| XYZ | 10.01 | 5.19 | 5.03 | - |
| YUV | 50.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 62 | 0 | 0.94 | 0.52 | 0.49 | 333.22 | 0.88 | 0.27 |
| Hex | 81 | 8 | 3E | 0 | 5E | 34 | 31 | 14D | 58 | 1B |
| Octal | 201 | 10 | 76 | 0 | 136 | 64 | 61 | 515 | 130 | 33 |
| Binary | 10000001 | 1000 | 111110 | 0 | 1011110 | 110100 | 110001 | 101001101 | 1011000 | 11011 |
Color Harmonies of #81083E
Complementary color
Monochromatic Colors of #81083E
Black with #81083E
Text Example
Text Example
White with #81083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81083E; }
p { color: rgb(129,8,62); }
H1.HeaderClassName
{
color: #81083E;
}
.AnyTagClassName
{
color: #81083E;
}
</style>
background-color css
<style>
a { background-color: #81083E; }
a { background-color: rgb(129,8,62); }
div.DivClassName
{
background-color: #81083E;
}
.BgClassName
{
background-color: #81083E;
}
</style>
border-color css
<style>
span { border-color: #81083E; }
span { border-color: rgb(129,8,62); }
td.TdClassName
{
border-color: #81083E;
}
.TagClassName
{
border-color: #81083E;
}
</style>