Shades of Tyrian Purple #83053E
Tints of Tyrian Purple #83053E
RGB
CMYK
RGB Variations
Color information
#83053E (or 0x83053E) is known color: Tyrian Purple. HEX triplet: 83, 05 and 3E. RGB value is (131,5,62). Sum of RGB (Red+Green+Blue) = 131+5+62=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83053E is #7CFAC1. Grayscale: #313131. Windows color (decimal): -8190658 or 4064643. OLE color: 4064643.
HSL color Cylindrical-coordinate representation of color #83053E: hue angle of 332.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83053E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 62 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.49 |
| HSL | 332.86º | 0.93% | 0.27% | - |
| HSV(B) | 332.86º | 0.96% | 0.51% | - |
| XYZ | 10.28 | 5.28 | 5.03 | - |
| YUV | 49.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 62 | 0 | 0.96 | 0.53 | 0.49 | 332.86 | 0.93 | 0.27 |
| Hex | 83 | 5 | 3E | 0 | 60 | 35 | 31 | 14D | 5D | 1B |
| Octal | 203 | 5 | 76 | 0 | 140 | 65 | 61 | 515 | 135 | 33 |
| Binary | 10000011 | 101 | 111110 | 0 | 1100000 | 110101 | 110001 | 101001101 | 1011101 | 11011 |
Color Harmonies of #83053E
Complementary color
Monochromatic Colors of #83053E
Black with #83053E
Text Example
Text Example
White with #83053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83053E; }
p { color: rgb(131,5,62); }
H1.HeaderClassName
{
color: #83053E;
}
.AnyTagClassName
{
color: #83053E;
}
</style>
background-color css
<style>
a { background-color: #83053E; }
a { background-color: rgb(131,5,62); }
div.DivClassName
{
background-color: #83053E;
}
.BgClassName
{
background-color: #83053E;
}
</style>
border-color css
<style>
span { border-color: #83053E; }
span { border-color: rgb(131,5,62); }
td.TdClassName
{
border-color: #83053E;
}
.TagClassName
{
border-color: #83053E;
}
</style>