Shades of Tyrian Purple #81073E
Tints of Tyrian Purple #81073E
RGB
CMYK
RGB Variations
Color information
#81073E (or 0x81073E) is known color: Tyrian Purple. HEX triplet: 81, 07 and 3E. RGB value is (129,7,62). Sum of RGB (Red+Green+Blue) = 129+7+62=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #81073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81073E is #7EF8C1. Grayscale: #313131. Windows color (decimal): -8321218 or 4065153. OLE color: 4065153.
HSL color Cylindrical-coordinate representation of color #81073E: hue angle of 332.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81073E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 62 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.49 |
| HSL | 332.95º | 0.9% | 0.27% | - |
| HSV(B) | 332.95º | 0.95% | 0.51% | - |
| XYZ | 10 | 5.17 | 5.03 | - |
| YUV | 49.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 62 | 0 | 0.95 | 0.52 | 0.49 | 332.95 | 0.9 | 0.27 |
| Hex | 81 | 7 | 3E | 0 | 5F | 34 | 31 | 14D | 5A | 1B |
| Octal | 201 | 7 | 76 | 0 | 137 | 64 | 61 | 515 | 132 | 33 |
| Binary | 10000001 | 111 | 111110 | 0 | 1011111 | 110100 | 110001 | 101001101 | 1011010 | 11011 |
Color Harmonies of #81073E
Complementary color
Monochromatic Colors of #81073E
Black with #81073E
Text Example
Text Example
White with #81073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81073E; }
p { color: rgb(129,7,62); }
H1.HeaderClassName
{
color: #81073E;
}
.AnyTagClassName
{
color: #81073E;
}
</style>
background-color css
<style>
a { background-color: #81073E; }
a { background-color: rgb(129,7,62); }
div.DivClassName
{
background-color: #81073E;
}
.BgClassName
{
background-color: #81073E;
}
</style>
border-color css
<style>
span { border-color: #81073E; }
span { border-color: rgb(129,7,62); }
td.TdClassName
{
border-color: #81073E;
}
.TagClassName
{
border-color: #81073E;
}
</style>