Shades of Tyrian Purple #81084A
Tints of Tyrian Purple #81084A
RGB
CMYK
RGB Variations
Color information
#81084A (or 0x81084A) is known color: Tyrian Purple. HEX triplet: 81, 08 and 4A. RGB value is (129,8,74). Sum of RGB (Red+Green+Blue) = 129+8+74=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #81084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81084A is #7EF7B5. Grayscale: #333333. Windows color (decimal): -8320950 or 4851841. OLE color: 4851841.
HSL color Cylindrical-coordinate representation of color #81084A: hue angle of 327.27º 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 #81084A is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 74 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.49 |
| HSL | 327.27º | 0.88% | 0.27% | - |
| HSV(B) | 327.27º | 0.94% | 0.51% | - |
| XYZ | 10.38 | 5.34 | 6.96 | - |
| YUV | 51.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 74 | 0 | 0.94 | 0.43 | 0.49 | 327.27 | 0.88 | 0.27 |
| Hex | 81 | 8 | 4A | 0 | 5E | 2B | 31 | 147 | 58 | 1B |
| Octal | 201 | 10 | 112 | 0 | 136 | 53 | 61 | 507 | 130 | 33 |
| Binary | 10000001 | 1000 | 1001010 | 0 | 1011110 | 101011 | 110001 | 101000111 | 1011000 | 11011 |
Color Harmonies of #81084A
Complementary color
Monochromatic Colors of #81084A
Black with #81084A
Text Example
Text Example
White with #81084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81084A; }
p { color: rgb(129,8,74); }
H1.HeaderClassName
{
color: #81084A;
}
.AnyTagClassName
{
color: #81084A;
}
</style>
background-color css
<style>
a { background-color: #81084A; }
a { background-color: rgb(129,8,74); }
div.DivClassName
{
background-color: #81084A;
}
.BgClassName
{
background-color: #81084A;
}
</style>
border-color css
<style>
span { border-color: #81084A; }
span { border-color: rgb(129,8,74); }
td.TdClassName
{
border-color: #81084A;
}
.TagClassName
{
border-color: #81084A;
}
</style>