Shades of Tyrian Purple #82014D
Tints of Tyrian Purple #82014D
RGB
CMYK
RGB Variations
Color information
#82014D (or 0x82014D) is known color: Tyrian Purple. HEX triplet: 82, 01 and 4D. RGB value is (130,1,77). Sum of RGB (Red+Green+Blue) = 130+1+77=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82014D is #7DFEB2. Grayscale: #303030. Windows color (decimal): -8257203 or 5046658. OLE color: 5046658.
HSL color Cylindrical-coordinate representation of color #82014D: hue angle of 324.65º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82014D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.49 |
| HSL | 324.65º | 0.98% | 0.26% | - |
| HSV(B) | 324.65º | 0.99% | 0.51% | - |
| XYZ | 10.56 | 5.3 | 7.49 | - |
| YUV | 48.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 77 | 0 | 0.99 | 0.41 | 0.49 | 324.65 | 0.98 | 0.26 |
| Hex | 82 | 1 | 4D | 0 | 63 | 29 | 31 | 145 | 62 | 1A |
| Octal | 202 | 1 | 115 | 0 | 143 | 51 | 61 | 505 | 142 | 32 |
| Binary | 10000010 | 1 | 1001101 | 0 | 1100011 | 101001 | 110001 | 101000101 | 1100010 | 11010 |
Color Harmonies of #82014D
Complementary color
Monochromatic Colors of #82014D
Black with #82014D
Text Example
Text Example
White with #82014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82014D; }
p { color: rgb(130,1,77); }
H1.HeaderClassName
{
color: #82014D;
}
.AnyTagClassName
{
color: #82014D;
}
</style>
background-color css
<style>
a { background-color: #82014D; }
a { background-color: rgb(130,1,77); }
div.DivClassName
{
background-color: #82014D;
}
.BgClassName
{
background-color: #82014D;
}
</style>
border-color css
<style>
span { border-color: #82014D; }
span { border-color: rgb(130,1,77); }
td.TdClassName
{
border-color: #82014D;
}
.TagClassName
{
border-color: #82014D;
}
</style>