Shades of Tyrian Purple #81083D
Tints of Tyrian Purple #81083D
RGB
CMYK
RGB Variations
Color information
#81083D (or 0x81083D) is known color: Tyrian Purple. HEX triplet: 81, 08 and 3D. RGB value is (129,8,61). Sum of RGB (Red+Green+Blue) = 129+8+61=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #81083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81083D is #7EF7C2. Grayscale: #323232. Windows color (decimal): -8320963 or 3999873. OLE color: 3999873.
HSL color Cylindrical-coordinate representation of color #81083D: hue angle of 333.72º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81083D is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 61 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.49 |
| HSL | 333.72º | 0.88% | 0.27% | - |
| HSV(B) | 333.72º | 0.94% | 0.51% | - |
| XYZ | 9.98 | 5.18 | 4.89 | - |
| YUV | 50.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 61 | 0 | 0.94 | 0.53 | 0.49 | 333.72 | 0.88 | 0.27 |
| Hex | 81 | 8 | 3D | 0 | 5E | 35 | 31 | 14E | 58 | 1B |
| Octal | 201 | 10 | 75 | 0 | 136 | 65 | 61 | 516 | 130 | 33 |
| Binary | 10000001 | 1000 | 111101 | 0 | 1011110 | 110101 | 110001 | 101001110 | 1011000 | 11011 |
Color Harmonies of #81083D
Complementary color
Monochromatic Colors of #81083D
Black with #81083D
Text Example
Text Example
White with #81083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81083D; }
p { color: rgb(129,8,61); }
H1.HeaderClassName
{
color: #81083D;
}
.AnyTagClassName
{
color: #81083D;
}
</style>
background-color css
<style>
a { background-color: #81083D; }
a { background-color: rgb(129,8,61); }
div.DivClassName
{
background-color: #81083D;
}
.BgClassName
{
background-color: #81083D;
}
</style>
border-color css
<style>
span { border-color: #81083D; }
span { border-color: rgb(129,8,61); }
td.TdClassName
{
border-color: #81083D;
}
.TagClassName
{
border-color: #81083D;
}
</style>