Shades of Tyrian Purple #820B3F
Tints of Tyrian Purple #820B3F
RGB
CMYK
RGB Variations
Color information
#820B3F (or 0x820B3F) is known color: Tyrian Purple. HEX triplet: 82, 0B and 3F. RGB value is (130,11,63). Sum of RGB (Red+Green+Blue) = 130+11+63=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #820B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B3F is #7DF4C0. Grayscale: #343434. Windows color (decimal): -8254657 or 4131714. OLE color: 4131714.
HSL color Cylindrical-coordinate representation of color #820B3F: hue angle of 333.78º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B3F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 63 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.49 |
| HSL | 333.78º | 0.84% | 0.28% | - |
| HSV(B) | 333.78º | 0.92% | 0.51% | - |
| XYZ | 10.22 | 5.34 | 5.2 | - |
| YUV | 52.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 63 | 0 | 0.92 | 0.52 | 0.49 | 333.78 | 0.84 | 0.28 |
| Hex | 82 | B | 3F | 0 | 5C | 34 | 31 | 14E | 54 | 1C |
| Octal | 202 | 13 | 77 | 0 | 134 | 64 | 61 | 516 | 124 | 34 |
| Binary | 10000010 | 1011 | 111111 | 0 | 1011100 | 110100 | 110001 | 101001110 | 1010100 | 11100 |
Color Harmonies of #820B3F
Complementary color
Monochromatic Colors of #820B3F
Black with #820B3F
Text Example
Text Example
White with #820B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B3F; }
p { color: rgb(130,11,63); }
H1.HeaderClassName
{
color: #820B3F;
}
.AnyTagClassName
{
color: #820B3F;
}
</style>
background-color css
<style>
a { background-color: #820B3F; }
a { background-color: rgb(130,11,63); }
div.DivClassName
{
background-color: #820B3F;
}
.BgClassName
{
background-color: #820B3F;
}
</style>
border-color css
<style>
span { border-color: #820B3F; }
span { border-color: rgb(130,11,63); }
td.TdClassName
{
border-color: #820B3F;
}
.TagClassName
{
border-color: #820B3F;
}
</style>