Shades of Tyrian Purple #820245
Tints of Tyrian Purple #820245
RGB
CMYK
RGB Variations
Color information
#820245 (or 0x820245) is known color: Tyrian Purple. HEX triplet: 82, 02 and 45. RGB value is (130,2,69). Sum of RGB (Red+Green+Blue) = 130+2+69=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820245 is #7DFDBA. Grayscale: #2F2F2F. Windows color (decimal): -8256955 or 4522626. OLE color: 4522626.
HSL color Cylindrical-coordinate representation of color #820245: hue angle of 328.59º 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 #820245 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.49 |
| HSL | 328.59º | 0.97% | 0.26% | - |
| HSV(B) | 328.59º | 0.98% | 0.51% | - |
| XYZ | 10.3 | 5.22 | 6.09 | - |
| YUV | 47.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 69 | 0 | 0.98 | 0.47 | 0.49 | 328.59 | 0.97 | 0.26 |
| Hex | 82 | 2 | 45 | 0 | 62 | 2F | 31 | 149 | 61 | 1A |
| Octal | 202 | 2 | 105 | 0 | 142 | 57 | 61 | 511 | 141 | 32 |
| Binary | 10000010 | 10 | 1000101 | 0 | 1100010 | 101111 | 110001 | 101001001 | 1100001 | 11010 |
Color Harmonies of #820245
Complementary color
Monochromatic Colors of #820245
Black with #820245
Text Example
Text Example
White with #820245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820245; }
p { color: rgb(130,2,69); }
H1.HeaderClassName
{
color: #820245;
}
.AnyTagClassName
{
color: #820245;
}
</style>
background-color css
<style>
a { background-color: #820245; }
a { background-color: rgb(130,2,69); }
div.DivClassName
{
background-color: #820245;
}
.BgClassName
{
background-color: #820245;
}
</style>
border-color css
<style>
span { border-color: #820245; }
span { border-color: rgb(130,2,69); }
td.TdClassName
{
border-color: #820245;
}
.TagClassName
{
border-color: #820245;
}
</style>