Shades of Tyrian Purple #82023B
Tints of Tyrian Purple #82023B
RGB
CMYK
RGB Variations
Color information
#82023B (or 0x82023B) is known color: Tyrian Purple. HEX triplet: 82, 02 and 3B. RGB value is (130,2,59). Sum of RGB (Red+Green+Blue) = 130+2+59=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #82023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82023B is #7DFDC4. Grayscale: #2E2E2E. Windows color (decimal): -8256965 or 3867266. OLE color: 3867266.
HSL color Cylindrical-coordinate representation of color #82023B: hue angle of 333.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82023B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 59 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.49 |
| HSL | 333.28º | 0.97% | 0.26% | - |
| HSV(B) | 333.28º | 0.98% | 0.51% | - |
| XYZ | 10.02 | 5.11 | 4.6 | - |
| YUV | 46.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 59 | 0 | 0.98 | 0.55 | 0.49 | 333.28 | 0.97 | 0.26 |
| Hex | 82 | 2 | 3B | 0 | 62 | 37 | 31 | 14D | 61 | 1A |
| Octal | 202 | 2 | 73 | 0 | 142 | 67 | 61 | 515 | 141 | 32 |
| Binary | 10000010 | 10 | 111011 | 0 | 1100010 | 110111 | 110001 | 101001101 | 1100001 | 11010 |
Color Harmonies of #82023B
Complementary color
Monochromatic Colors of #82023B
Black with #82023B
Text Example
Text Example
White with #82023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82023B; }
p { color: rgb(130,2,59); }
H1.HeaderClassName
{
color: #82023B;
}
.AnyTagClassName
{
color: #82023B;
}
</style>
background-color css
<style>
a { background-color: #82023B; }
a { background-color: rgb(130,2,59); }
div.DivClassName
{
background-color: #82023B;
}
.BgClassName
{
background-color: #82023B;
}
</style>
border-color css
<style>
span { border-color: #82023B; }
span { border-color: rgb(130,2,59); }
td.TdClassName
{
border-color: #82023B;
}
.TagClassName
{
border-color: #82023B;
}
</style>