Shades of Tyrian Purple #820148
Tints of Tyrian Purple #820148
RGB
CMYK
RGB Variations
Color information
#820148 (or 0x820148) is known color: Tyrian Purple. HEX triplet: 82, 01 and 48. RGB value is (130,1,72). Sum of RGB (Red+Green+Blue) = 130+1+72=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #820148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820148 is #7DFEB7. Grayscale: #2F2F2F. Windows color (decimal): -8257208 or 4718978. OLE color: 4718978.
HSL color Cylindrical-coordinate representation of color #820148: hue angle of 326.98º 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 #820148 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.49 |
| HSL | 326.98º | 0.98% | 0.26% | - |
| HSV(B) | 326.98º | 0.99% | 0.51% | - |
| XYZ | 10.39 | 5.24 | 6.59 | - |
| YUV | 47.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 72 | 0 | 0.99 | 0.45 | 0.49 | 326.98 | 0.98 | 0.26 |
| Hex | 82 | 1 | 48 | 0 | 63 | 2D | 31 | 147 | 62 | 1A |
| Octal | 202 | 1 | 110 | 0 | 143 | 55 | 61 | 507 | 142 | 32 |
| Binary | 10000010 | 1 | 1001000 | 0 | 1100011 | 101101 | 110001 | 101000111 | 1100010 | 11010 |
Color Harmonies of #820148
Complementary color
Monochromatic Colors of #820148
Black with #820148
Text Example
Text Example
White with #820148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820148; }
p { color: rgb(130,1,72); }
H1.HeaderClassName
{
color: #820148;
}
.AnyTagClassName
{
color: #820148;
}
</style>
background-color css
<style>
a { background-color: #820148; }
a { background-color: rgb(130,1,72); }
div.DivClassName
{
background-color: #820148;
}
.BgClassName
{
background-color: #820148;
}
</style>
border-color css
<style>
span { border-color: #820148; }
span { border-color: rgb(130,1,72); }
td.TdClassName
{
border-color: #820148;
}
.TagClassName
{
border-color: #820148;
}
</style>