Shades of Tyrian Purple #81093D
Tints of Tyrian Purple #81093D
RGB
CMYK
RGB Variations
Color information
#81093D (or 0x81093D) is known color: Tyrian Purple. HEX triplet: 81, 09 and 3D. RGB value is (129,9,61). Sum of RGB (Red+Green+Blue) = 129+9+61=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #81093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81093D is #7EF6C2. Grayscale: #323232. Windows color (decimal): -8320707 or 4000129. OLE color: 4000129.
HSL color Cylindrical-coordinate representation of color #81093D: hue angle of 334º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81093D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 61 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.49 |
| HSL | 334º | 0.87% | 0.27% | - |
| HSV(B) | 334º | 0.93% | 0.51% | - |
| XYZ | 9.99 | 5.2 | 4.89 | - |
| YUV | 50.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 61 | 0 | 0.93 | 0.53 | 0.49 | 334 | 0.87 | 0.27 |
| Hex | 81 | 9 | 3D | 0 | 5D | 35 | 31 | 14E | 57 | 1B |
| Octal | 201 | 11 | 75 | 0 | 135 | 65 | 61 | 516 | 127 | 33 |
| Binary | 10000001 | 1001 | 111101 | 0 | 1011101 | 110101 | 110001 | 101001110 | 1010111 | 11011 |
Color Harmonies of #81093D
Complementary color
Monochromatic Colors of #81093D
Black with #81093D
Text Example
Text Example
White with #81093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81093D; }
p { color: rgb(129,9,61); }
H1.HeaderClassName
{
color: #81093D;
}
.AnyTagClassName
{
color: #81093D;
}
</style>
background-color css
<style>
a { background-color: #81093D; }
a { background-color: rgb(129,9,61); }
div.DivClassName
{
background-color: #81093D;
}
.BgClassName
{
background-color: #81093D;
}
</style>
border-color css
<style>
span { border-color: #81093D; }
span { border-color: rgb(129,9,61); }
td.TdClassName
{
border-color: #81093D;
}
.TagClassName
{
border-color: #81093D;
}
</style>