Shades of Tyrian Purple #82004B
Tints of Tyrian Purple #82004B
RGB
CMYK
RGB Variations
Color information
#82004B (or 0x82004B) is known color: Tyrian Purple. HEX triplet: 82, 00 and 4B. RGB value is (130,0,75). Sum of RGB (Red+Green+Blue) = 130+0+75=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82004B is #7DFFB4. Grayscale: #2F2F2F. Windows color (decimal): -8257461 or 4915330. OLE color: 4915330.
HSL color Cylindrical-coordinate representation of color #82004B: hue angle of 325.38º 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 #82004B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.42 | 0.49 |
| HSL | 325.38º | 1% | 0.25% | - |
| HSV(B) | 325.38º | 1% | 0.51% | - |
| XYZ | 10.48 | 5.25 | 7.12 | - |
| YUV | 47.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 75 | 0 | 1 | 0.42 | 0.49 | 325.38 | 1 | 0.25 |
| Hex | 82 | 0 | 4B | 0 | 64 | 2A | 31 | 145 | 64 | 19 |
| Octal | 202 | 0 | 113 | 0 | 144 | 52 | 61 | 505 | 144 | 31 |
| Binary | 10000010 | 0 | 1001011 | 0 | 1100100 | 101010 | 110001 | 101000101 | 1100100 | 11001 |
Color Harmonies of #82004B
Complementary color
Monochromatic Colors of #82004B
Black with #82004B
Text Example
Text Example
White with #82004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82004B; }
p { color: rgb(130,0,75); }
H1.HeaderClassName
{
color: #82004B;
}
.AnyTagClassName
{
color: #82004B;
}
</style>
background-color css
<style>
a { background-color: #82004B; }
a { background-color: rgb(130,0,75); }
div.DivClassName
{
background-color: #82004B;
}
.BgClassName
{
background-color: #82004B;
}
</style>
border-color css
<style>
span { border-color: #82004B; }
span { border-color: rgb(130,0,75); }
td.TdClassName
{
border-color: #82004B;
}
.TagClassName
{
border-color: #82004B;
}
</style>