Shades of Tyrian Purple #820144
Tints of Tyrian Purple #820144
RGB
CMYK
RGB Variations
Color information
#820144 (or 0x820144) is known color: Tyrian Purple. HEX triplet: 82, 01 and 44. RGB value is (130,1,68). Sum of RGB (Red+Green+Blue) = 130+1+68=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #820144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820144 is #7DFEBB. Grayscale: #2F2F2F. Windows color (decimal): -8257212 or 4456834. OLE color: 4456834.
HSL color Cylindrical-coordinate representation of color #820144: hue angle of 328.84º 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 #820144 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.49 |
| HSL | 328.84º | 0.98% | 0.26% | - |
| HSV(B) | 328.84º | 0.99% | 0.51% | - |
| XYZ | 10.26 | 5.18 | 5.93 | - |
| YUV | 47.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 68 | 0 | 0.99 | 0.48 | 0.49 | 328.84 | 0.98 | 0.26 |
| Hex | 82 | 1 | 44 | 0 | 63 | 30 | 31 | 149 | 62 | 1A |
| Octal | 202 | 1 | 104 | 0 | 143 | 60 | 61 | 511 | 142 | 32 |
| Binary | 10000010 | 1 | 1000100 | 0 | 1100011 | 110000 | 110001 | 101001001 | 1100010 | 11010 |
Color Harmonies of #820144
Complementary color
Monochromatic Colors of #820144
Black with #820144
Text Example
Text Example
White with #820144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820144; }
p { color: rgb(130,1,68); }
H1.HeaderClassName
{
color: #820144;
}
.AnyTagClassName
{
color: #820144;
}
</style>
background-color css
<style>
a { background-color: #820144; }
a { background-color: rgb(130,1,68); }
div.DivClassName
{
background-color: #820144;
}
.BgClassName
{
background-color: #820144;
}
</style>
border-color css
<style>
span { border-color: #820144; }
span { border-color: rgb(130,1,68); }
td.TdClassName
{
border-color: #820144;
}
.TagClassName
{
border-color: #820144;
}
</style>