Shades of Tyrian Purple #82073D
Tints of Tyrian Purple #82073D
RGB
CMYK
RGB Variations
Color information
#82073D (or 0x82073D) is known color: Tyrian Purple. HEX triplet: 82, 07 and 3D. RGB value is (130,7,61). Sum of RGB (Red+Green+Blue) = 130+7+61=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #82073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82073D is #7DF8C2. Grayscale: #313131. Windows color (decimal): -8255683 or 3999618. OLE color: 3999618.
HSL color Cylindrical-coordinate representation of color #82073D: hue angle of 333.66º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82073D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 61 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.49 |
| HSL | 333.66º | 0.9% | 0.27% | - |
| HSV(B) | 333.66º | 0.95% | 0.51% | - |
| XYZ | 10.12 | 5.23 | 4.89 | - |
| YUV | 49.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 61 | 0 | 0.95 | 0.53 | 0.49 | 333.66 | 0.9 | 0.27 |
| Hex | 82 | 7 | 3D | 0 | 5F | 35 | 31 | 14E | 5A | 1B |
| Octal | 202 | 7 | 75 | 0 | 137 | 65 | 61 | 516 | 132 | 33 |
| Binary | 10000010 | 111 | 111101 | 0 | 1011111 | 110101 | 110001 | 101001110 | 1011010 | 11011 |
Color Harmonies of #82073D
Complementary color
Monochromatic Colors of #82073D
Black with #82073D
Text Example
Text Example
White with #82073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82073D; }
p { color: rgb(130,7,61); }
H1.HeaderClassName
{
color: #82073D;
}
.AnyTagClassName
{
color: #82073D;
}
</style>
background-color css
<style>
a { background-color: #82073D; }
a { background-color: rgb(130,7,61); }
div.DivClassName
{
background-color: #82073D;
}
.BgClassName
{
background-color: #82073D;
}
</style>
border-color css
<style>
span { border-color: #82073D; }
span { border-color: rgb(130,7,61); }
td.TdClassName
{
border-color: #82073D;
}
.TagClassName
{
border-color: #82073D;
}
</style>