Shades of Tyrian Purple #83004D
Tints of Tyrian Purple #83004D
RGB
CMYK
RGB Variations
Color information
#83004D (or 0x83004D) is known color: Tyrian Purple. HEX triplet: 83, 00 and 4D. RGB value is (131,0,77). Sum of RGB (Red+Green+Blue) = 131+0+77=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83004D is #7CFFB2. Grayscale: #2F2F2F. Windows color (decimal): -8191923 or 5046403. OLE color: 5046403.
HSL color Cylindrical-coordinate representation of color #83004D: hue angle of 324.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83004D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.41 | 0.49 |
| HSL | 324.73º | 1% | 0.26% | - |
| HSV(B) | 324.73º | 1% | 0.51% | - |
| XYZ | 10.7 | 5.36 | 7.49 | - |
| YUV | 47.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 77 | 0 | 1 | 0.41 | 0.49 | 324.73 | 1 | 0.26 |
| Hex | 83 | 0 | 4D | 0 | 64 | 29 | 31 | 145 | 64 | 1A |
| Octal | 203 | 0 | 115 | 0 | 144 | 51 | 61 | 505 | 144 | 32 |
| Binary | 10000011 | 0 | 1001101 | 0 | 1100100 | 101001 | 110001 | 101000101 | 1100100 | 11010 |
Color Harmonies of #83004D
Complementary color
Monochromatic Colors of #83004D
Black with #83004D
Text Example
Text Example
White with #83004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83004D; }
p { color: rgb(131,0,77); }
H1.HeaderClassName
{
color: #83004D;
}
.AnyTagClassName
{
color: #83004D;
}
</style>
background-color css
<style>
a { background-color: #83004D; }
a { background-color: rgb(131,0,77); }
div.DivClassName
{
background-color: #83004D;
}
.BgClassName
{
background-color: #83004D;
}
</style>
border-color css
<style>
span { border-color: #83004D; }
span { border-color: rgb(131,0,77); }
td.TdClassName
{
border-color: #83004D;
}
.TagClassName
{
border-color: #83004D;
}
</style>