Shades of Tyrian Purple #81073F
Tints of Tyrian Purple #81073F
RGB
CMYK
RGB Variations
Color information
#81073F (or 0x81073F) is known color: Tyrian Purple. HEX triplet: 81, 07 and 3F. RGB value is (129,7,63). Sum of RGB (Red+Green+Blue) = 129+7+63=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #81073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81073F is #7EF8C0. Grayscale: #313131. Windows color (decimal): -8321217 or 4130689. OLE color: 4130689.
HSL color Cylindrical-coordinate representation of color #81073F: hue angle of 332.46º 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 #81073F is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 7 | 63 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.49 |
| HSL | 332.46º | 0.9% | 0.27% | - |
| HSV(B) | 332.46º | 0.95% | 0.51% | - |
| XYZ | 10.03 | 5.18 | 5.17 | - |
| YUV | 49.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 63 | 0 | 0.95 | 0.51 | 0.49 | 332.46 | 0.9 | 0.27 |
| Hex | 81 | 7 | 3F | 0 | 5F | 33 | 31 | 14C | 5A | 1B |
| Octal | 201 | 7 | 77 | 0 | 137 | 63 | 61 | 514 | 132 | 33 |
| Binary | 10000001 | 111 | 111111 | 0 | 1011111 | 110011 | 110001 | 101001100 | 1011010 | 11011 |
Color Harmonies of #81073F
Complementary color
Monochromatic Colors of #81073F
Black with #81073F
Text Example
Text Example
White with #81073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81073F; }
p { color: rgb(129,7,63); }
H1.HeaderClassName
{
color: #81073F;
}
.AnyTagClassName
{
color: #81073F;
}
</style>
background-color css
<style>
a { background-color: #81073F; }
a { background-color: rgb(129,7,63); }
div.DivClassName
{
background-color: #81073F;
}
.BgClassName
{
background-color: #81073F;
}
</style>
border-color css
<style>
span { border-color: #81073F; }
span { border-color: rgb(129,7,63); }
td.TdClassName
{
border-color: #81073F;
}
.TagClassName
{
border-color: #81073F;
}
</style>