Shades of Tyrian Purple #82044B
Tints of Tyrian Purple #82044B
RGB
CMYK
RGB Variations
Color information
#82044B (or 0x82044B) is known color: Tyrian Purple. HEX triplet: 82, 04 and 4B. RGB value is (130,4,75). Sum of RGB (Red+Green+Blue) = 130+4+75=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82044B is #7DFBB4. Grayscale: #313131. Windows color (decimal): -8256437 or 4916354. OLE color: 4916354.
HSL color Cylindrical-coordinate representation of color #82044B: hue angle of 326.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82044B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 75 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.49 |
| HSL | 326.19º | 0.94% | 0.26% | - |
| HSV(B) | 326.19º | 0.97% | 0.51% | - |
| XYZ | 10.52 | 5.34 | 7.13 | - |
| YUV | 49.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 75 | 0 | 0.97 | 0.42 | 0.49 | 326.19 | 0.94 | 0.26 |
| Hex | 82 | 4 | 4B | 0 | 61 | 2A | 31 | 146 | 5E | 1A |
| Octal | 202 | 4 | 113 | 0 | 141 | 52 | 61 | 506 | 136 | 32 |
| Binary | 10000010 | 100 | 1001011 | 0 | 1100001 | 101010 | 110001 | 101000110 | 1011110 | 11010 |
Color Harmonies of #82044B
Complementary color
Monochromatic Colors of #82044B
Black with #82044B
Text Example
Text Example
White with #82044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82044B; }
p { color: rgb(130,4,75); }
H1.HeaderClassName
{
color: #82044B;
}
.AnyTagClassName
{
color: #82044B;
}
</style>
background-color css
<style>
a { background-color: #82044B; }
a { background-color: rgb(130,4,75); }
div.DivClassName
{
background-color: #82044B;
}
.BgClassName
{
background-color: #82044B;
}
</style>
border-color css
<style>
span { border-color: #82044B; }
span { border-color: rgb(130,4,75); }
td.TdClassName
{
border-color: #82044B;
}
.TagClassName
{
border-color: #82044B;
}
</style>