Shades of Tyrian Purple #820B3C
Tints of Tyrian Purple #820B3C
RGB
CMYK
RGB Variations
Color information
#820B3C (or 0x820B3C) is known color: Tyrian Purple. HEX triplet: 82, 0B and 3C. RGB value is (130,11,60). Sum of RGB (Red+Green+Blue) = 130+11+60=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B3C is #7DF4C3. Grayscale: #343434. Windows color (decimal): -8254660 or 3935106. OLE color: 3935106.
HSL color Cylindrical-coordinate representation of color #820B3C: hue angle of 335.29º 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 #820B3C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 60 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.49 |
| HSL | 335.29º | 0.84% | 0.28% | - |
| HSV(B) | 335.29º | 0.92% | 0.51% | - |
| XYZ | 10.14 | 5.31 | 4.77 | - |
| YUV | 52.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 60 | 0 | 0.92 | 0.54 | 0.49 | 335.29 | 0.84 | 0.28 |
| Hex | 82 | B | 3C | 0 | 5C | 36 | 31 | 14F | 54 | 1C |
| Octal | 202 | 13 | 74 | 0 | 134 | 66 | 61 | 517 | 124 | 34 |
| Binary | 10000010 | 1011 | 111100 | 0 | 1011100 | 110110 | 110001 | 101001111 | 1010100 | 11100 |
Color Harmonies of #820B3C
Complementary color
Monochromatic Colors of #820B3C
Black with #820B3C
Text Example
Text Example
White with #820B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B3C; }
p { color: rgb(130,11,60); }
H1.HeaderClassName
{
color: #820B3C;
}
.AnyTagClassName
{
color: #820B3C;
}
</style>
background-color css
<style>
a { background-color: #820B3C; }
a { background-color: rgb(130,11,60); }
div.DivClassName
{
background-color: #820B3C;
}
.BgClassName
{
background-color: #820B3C;
}
</style>
border-color css
<style>
span { border-color: #820B3C; }
span { border-color: rgb(130,11,60); }
td.TdClassName
{
border-color: #820B3C;
}
.TagClassName
{
border-color: #820B3C;
}
</style>