Shades of Tyrian Purple #82094D
Tints of Tyrian Purple #82094D
RGB
CMYK
RGB Variations
Color information
#82094D (or 0x82094D) is known color: Tyrian Purple. HEX triplet: 82, 09 and 4D. RGB value is (130,9,77). Sum of RGB (Red+Green+Blue) = 130+9+77=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #82094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82094D is #7DF6B2. Grayscale: #343434. Windows color (decimal): -8255155 or 5048706. OLE color: 5048706.
HSL color Cylindrical-coordinate representation of color #82094D: hue angle of 326.28º 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 #82094D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.49 |
| HSL | 326.28º | 0.87% | 0.27% | - |
| HSV(B) | 326.28º | 0.93% | 0.51% | - |
| XYZ | 10.64 | 5.48 | 7.52 | - |
| YUV | 52.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 77 | 0 | 0.93 | 0.41 | 0.49 | 326.28 | 0.87 | 0.27 |
| Hex | 82 | 9 | 4D | 0 | 5D | 29 | 31 | 146 | 57 | 1B |
| Octal | 202 | 11 | 115 | 0 | 135 | 51 | 61 | 506 | 127 | 33 |
| Binary | 10000010 | 1001 | 1001101 | 0 | 1011101 | 101001 | 110001 | 101000110 | 1010111 | 11011 |
Color Harmonies of #82094D
Complementary color
Monochromatic Colors of #82094D
Black with #82094D
Text Example
Text Example
White with #82094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82094D; }
p { color: rgb(130,9,77); }
H1.HeaderClassName
{
color: #82094D;
}
.AnyTagClassName
{
color: #82094D;
}
</style>
background-color css
<style>
a { background-color: #82094D; }
a { background-color: rgb(130,9,77); }
div.DivClassName
{
background-color: #82094D;
}
.BgClassName
{
background-color: #82094D;
}
</style>
border-color css
<style>
span { border-color: #82094D; }
span { border-color: rgb(130,9,77); }
td.TdClassName
{
border-color: #82094D;
}
.TagClassName
{
border-color: #82094D;
}
</style>