Shades of Tyrian Purple #83034D
Tints of Tyrian Purple #83034D
RGB
CMYK
RGB Variations
Color information
#83034D (or 0x83034D) is known color: Tyrian Purple. HEX triplet: 83, 03 and 4D. RGB value is (131,3,77). Sum of RGB (Red+Green+Blue) = 131+3+77=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83034D is #7CFCB2. Grayscale: #313131. Windows color (decimal): -8191155 or 5047171. OLE color: 5047171.
HSL color Cylindrical-coordinate representation of color #83034D: hue angle of 325.31º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83034D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.49 |
| HSL | 325.31º | 0.96% | 0.26% | - |
| HSV(B) | 325.31º | 0.98% | 0.51% | - |
| XYZ | 10.73 | 5.43 | 7.5 | - |
| YUV | 49.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 77 | 0 | 0.98 | 0.41 | 0.49 | 325.31 | 0.96 | 0.26 |
| Hex | 83 | 3 | 4D | 0 | 62 | 29 | 31 | 145 | 60 | 1A |
| Octal | 203 | 3 | 115 | 0 | 142 | 51 | 61 | 505 | 140 | 32 |
| Binary | 10000011 | 11 | 1001101 | 0 | 1100010 | 101001 | 110001 | 101000101 | 1100000 | 11010 |
Color Harmonies of #83034D
Complementary color
Monochromatic Colors of #83034D
Black with #83034D
Text Example
Text Example
White with #83034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83034D; }
p { color: rgb(131,3,77); }
H1.HeaderClassName
{
color: #83034D;
}
.AnyTagClassName
{
color: #83034D;
}
</style>
background-color css
<style>
a { background-color: #83034D; }
a { background-color: rgb(131,3,77); }
div.DivClassName
{
background-color: #83034D;
}
.BgClassName
{
background-color: #83034D;
}
</style>
border-color css
<style>
span { border-color: #83034D; }
span { border-color: rgb(131,3,77); }
td.TdClassName
{
border-color: #83034D;
}
.TagClassName
{
border-color: #83034D;
}
</style>