Shades of Tyrian Purple #81013F
Tints of Tyrian Purple #81013F
RGB
CMYK
RGB Variations
Color information
#81013F (or 0x81013F) is known color: Tyrian Purple. HEX triplet: 81, 01 and 3F. RGB value is (129,1,63). Sum of RGB (Red+Green+Blue) = 129+1+63=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #81013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81013F is #7EFEC0. Grayscale: #2E2E2E. Windows color (decimal): -8322753 or 4129153. OLE color: 4129153.
HSL color Cylindrical-coordinate representation of color #81013F: hue angle of 330.94º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81013F is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.49 |
| HSL | 330.94º | 0.98% | 0.25% | - |
| HSV(B) | 330.94º | 0.99% | 0.51% | - |
| XYZ | 9.96 | 5.05 | 5.15 | - |
| YUV | 46.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 63 | 0 | 0.99 | 0.51 | 0.49 | 330.94 | 0.98 | 0.25 |
| Hex | 81 | 1 | 3F | 0 | 63 | 33 | 31 | 14B | 62 | 19 |
| Octal | 201 | 1 | 77 | 0 | 143 | 63 | 61 | 513 | 142 | 31 |
| Binary | 10000001 | 1 | 111111 | 0 | 1100011 | 110011 | 110001 | 101001011 | 1100010 | 11001 |
Color Harmonies of #81013F
Complementary color
Monochromatic Colors of #81013F
Black with #81013F
Text Example
Text Example
White with #81013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81013F; }
p { color: rgb(129,1,63); }
H1.HeaderClassName
{
color: #81013F;
}
.AnyTagClassName
{
color: #81013F;
}
</style>
background-color css
<style>
a { background-color: #81013F; }
a { background-color: rgb(129,1,63); }
div.DivClassName
{
background-color: #81013F;
}
.BgClassName
{
background-color: #81013F;
}
</style>
border-color css
<style>
span { border-color: #81013F; }
span { border-color: rgb(129,1,63); }
td.TdClassName
{
border-color: #81013F;
}
.TagClassName
{
border-color: #81013F;
}
</style>