Shades of Tyrian Purple #82004E
Tints of Tyrian Purple #82004E
RGB
CMYK
RGB Variations
Color information
#82004E (or 0x82004E) is known color: Tyrian Purple. HEX triplet: 82, 00 and 4E. RGB value is (130,0,78). Sum of RGB (Red+Green+Blue) = 130+0+78=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82004E is #7DFFB1. Grayscale: #2F2F2F. Windows color (decimal): -8257458 or 5111938. OLE color: 5111938.
HSL color Cylindrical-coordinate representation of color #82004E: hue angle of 324º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82004E is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.40 | 0.49 |
| HSL | 324º | 1% | 0.25% | - |
| HSV(B) | 324º | 1% | 0.51% | - |
| XYZ | 10.58 | 5.3 | 7.67 | - |
| YUV | 47.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 78 | 0 | 1 | 0.40 | 0.49 | 324 | 1 | 0.25 |
| Hex | 82 | 0 | 4E | 0 | 64 | 28 | 31 | 144 | 64 | 19 |
| Octal | 202 | 0 | 116 | 0 | 144 | 50 | 61 | 504 | 144 | 31 |
| Binary | 10000010 | 0 | 1001110 | 0 | 1100100 | 101000 | 110001 | 101000100 | 1100100 | 11001 |
Color Harmonies of #82004E
Complementary color
Monochromatic Colors of #82004E
Black with #82004E
Text Example
Text Example
White with #82004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82004E; }
p { color: rgb(130,0,78); }
H1.HeaderClassName
{
color: #82004E;
}
.AnyTagClassName
{
color: #82004E;
}
</style>
background-color css
<style>
a { background-color: #82004E; }
a { background-color: rgb(130,0,78); }
div.DivClassName
{
background-color: #82004E;
}
.BgClassName
{
background-color: #82004E;
}
</style>
border-color css
<style>
span { border-color: #82004E; }
span { border-color: rgb(130,0,78); }
td.TdClassName
{
border-color: #82004E;
}
.TagClassName
{
border-color: #82004E;
}
</style>