Shades of Tyrian Purple #82013A
Tints of Tyrian Purple #82013A
RGB
CMYK
RGB Variations
Color information
#82013A (or 0x82013A) is known color: Tyrian Purple. HEX triplet: 82, 01 and 3A. RGB value is (130,1,58). Sum of RGB (Red+Green+Blue) = 130+1+58=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #82013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82013A is #7DFEC5. Grayscale: #2D2D2D. Windows color (decimal): -8257222 or 3801474. OLE color: 3801474.
HSL color Cylindrical-coordinate representation of color #82013A: hue angle of 333.49º 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 #82013A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.49 |
| HSL | 333.49º | 0.98% | 0.26% | - |
| HSV(B) | 333.49º | 0.99% | 0.51% | - |
| XYZ | 9.98 | 5.07 | 4.46 | - |
| YUV | 46.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 58 | 0 | 0.99 | 0.55 | 0.49 | 333.49 | 0.98 | 0.26 |
| Hex | 82 | 1 | 3A | 0 | 63 | 37 | 31 | 14D | 62 | 1A |
| Octal | 202 | 1 | 72 | 0 | 143 | 67 | 61 | 515 | 142 | 32 |
| Binary | 10000010 | 1 | 111010 | 0 | 1100011 | 110111 | 110001 | 101001101 | 1100010 | 11010 |
Color Harmonies of #82013A
Complementary color
Monochromatic Colors of #82013A
Black with #82013A
Text Example
Text Example
White with #82013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82013A; }
p { color: rgb(130,1,58); }
H1.HeaderClassName
{
color: #82013A;
}
.AnyTagClassName
{
color: #82013A;
}
</style>
background-color css
<style>
a { background-color: #82013A; }
a { background-color: rgb(130,1,58); }
div.DivClassName
{
background-color: #82013A;
}
.BgClassName
{
background-color: #82013A;
}
</style>
border-color css
<style>
span { border-color: #82013A; }
span { border-color: rgb(130,1,58); }
td.TdClassName
{
border-color: #82013A;
}
.TagClassName
{
border-color: #82013A;
}
</style>