Shades of Tyrian Purple #81013E
Tints of Tyrian Purple #81013E
RGB
CMYK
RGB Variations
Color information
#81013E (or 0x81013E) is known color: Tyrian Purple. HEX triplet: 81, 01 and 3E. RGB value is (129,1,62). Sum of RGB (Red+Green+Blue) = 129+1+62=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81013E is #7EFEC1. Grayscale: #2E2E2E. Windows color (decimal): -8322754 or 4063617. OLE color: 4063617.
HSL color Cylindrical-coordinate representation of color #81013E: hue angle of 331.41º 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 #81013E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.49 |
| HSL | 331.41º | 0.98% | 0.25% | - |
| HSV(B) | 331.41º | 0.99% | 0.51% | - |
| XYZ | 9.93 | 5.04 | 5.01 | - |
| YUV | 46.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 62 | 0 | 0.99 | 0.52 | 0.49 | 331.41 | 0.98 | 0.25 |
| Hex | 81 | 1 | 3E | 0 | 63 | 34 | 31 | 14B | 62 | 19 |
| Octal | 201 | 1 | 76 | 0 | 143 | 64 | 61 | 513 | 142 | 31 |
| Binary | 10000001 | 1 | 111110 | 0 | 1100011 | 110100 | 110001 | 101001011 | 1100010 | 11001 |
Color Harmonies of #81013E
Complementary color
Monochromatic Colors of #81013E
Black with #81013E
Text Example
Text Example
White with #81013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81013E; }
p { color: rgb(129,1,62); }
H1.HeaderClassName
{
color: #81013E;
}
.AnyTagClassName
{
color: #81013E;
}
</style>
background-color css
<style>
a { background-color: #81013E; }
a { background-color: rgb(129,1,62); }
div.DivClassName
{
background-color: #81013E;
}
.BgClassName
{
background-color: #81013E;
}
</style>
border-color css
<style>
span { border-color: #81013E; }
span { border-color: rgb(129,1,62); }
td.TdClassName
{
border-color: #81013E;
}
.TagClassName
{
border-color: #81013E;
}
</style>