Shades of Tyrian Purple #81013D
Tints of Tyrian Purple #81013D
RGB
CMYK
RGB Variations
Color information
#81013D (or 0x81013D) is known color: Tyrian Purple. HEX triplet: 81, 01 and 3D. RGB value is (129,1,61). Sum of RGB (Red+Green+Blue) = 129+1+61=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81013D is #7EFEC2. Grayscale: #2E2E2E. Windows color (decimal): -8322755 or 3998081. OLE color: 3998081.
HSL color Cylindrical-coordinate representation of color #81013D: hue angle of 331.88º 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 #81013D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.49 |
| HSL | 331.88º | 0.98% | 0.25% | - |
| HSV(B) | 331.88º | 0.99% | 0.51% | - |
| XYZ | 9.91 | 5.03 | 4.86 | - |
| YUV | 46.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 61 | 0 | 0.99 | 0.53 | 0.49 | 331.88 | 0.98 | 0.25 |
| Hex | 81 | 1 | 3D | 0 | 63 | 35 | 31 | 14C | 62 | 19 |
| Octal | 201 | 1 | 75 | 0 | 143 | 65 | 61 | 514 | 142 | 31 |
| Binary | 10000001 | 1 | 111101 | 0 | 1100011 | 110101 | 110001 | 101001100 | 1100010 | 11001 |
Color Harmonies of #81013D
Complementary color
Monochromatic Colors of #81013D
Black with #81013D
Text Example
Text Example
White with #81013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81013D; }
p { color: rgb(129,1,61); }
H1.HeaderClassName
{
color: #81013D;
}
.AnyTagClassName
{
color: #81013D;
}
</style>
background-color css
<style>
a { background-color: #81013D; }
a { background-color: rgb(129,1,61); }
div.DivClassName
{
background-color: #81013D;
}
.BgClassName
{
background-color: #81013D;
}
</style>
border-color css
<style>
span { border-color: #81013D; }
span { border-color: rgb(129,1,61); }
td.TdClassName
{
border-color: #81013D;
}
.TagClassName
{
border-color: #81013D;
}
</style>