Shades of Tyrian Purple #820145
Tints of Tyrian Purple #820145
RGB
CMYK
RGB Variations
Color information
#820145 (or 0x820145) is known color: Tyrian Purple. HEX triplet: 82, 01 and 45. RGB value is (130,1,69). Sum of RGB (Red+Green+Blue) = 130+1+69=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #820145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820145 is #7DFEBA. Grayscale: #2F2F2F. Windows color (decimal): -8257211 or 4522370. OLE color: 4522370.
HSL color Cylindrical-coordinate representation of color #820145: hue angle of 328.37º 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 #820145 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.49 |
| HSL | 328.37º | 0.98% | 0.26% | - |
| HSV(B) | 328.37º | 0.99% | 0.51% | - |
| XYZ | 10.29 | 5.2 | 6.09 | - |
| YUV | 47.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 69 | 0 | 0.99 | 0.47 | 0.49 | 328.37 | 0.98 | 0.26 |
| Hex | 82 | 1 | 45 | 0 | 63 | 2F | 31 | 148 | 62 | 1A |
| Octal | 202 | 1 | 105 | 0 | 143 | 57 | 61 | 510 | 142 | 32 |
| Binary | 10000010 | 1 | 1000101 | 0 | 1100011 | 101111 | 110001 | 101001000 | 1100010 | 11010 |
Color Harmonies of #820145
Complementary color
Monochromatic Colors of #820145
Black with #820145
Text Example
Text Example
White with #820145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820145; }
p { color: rgb(130,1,69); }
H1.HeaderClassName
{
color: #820145;
}
.AnyTagClassName
{
color: #820145;
}
</style>
background-color css
<style>
a { background-color: #820145; }
a { background-color: rgb(130,1,69); }
div.DivClassName
{
background-color: #820145;
}
.BgClassName
{
background-color: #820145;
}
</style>
border-color css
<style>
span { border-color: #820145; }
span { border-color: rgb(130,1,69); }
td.TdClassName
{
border-color: #820145;
}
.TagClassName
{
border-color: #820145;
}
</style>