Shades of Tyrian Purple #83003B
Tints of Tyrian Purple #83003B
RGB
CMYK
RGB Variations
Color information
#83003B (or 0x83003B) is known color: Tyrian Purple. HEX triplet: 83, 00 and 3B. RGB value is (131,0,59). Sum of RGB (Red+Green+Blue) = 131+0+59=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #83003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83003B is #7CFFC4. Grayscale: #2D2D2D. Windows color (decimal): -8191941 or 3866755. OLE color: 3866755.
HSL color Cylindrical-coordinate representation of color #83003B: hue angle of 332.98º 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 #83003B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.55 | 0.49 |
| HSL | 332.98º | 1% | 0.26% | - |
| HSV(B) | 332.98º | 1% | 0.51% | - |
| XYZ | 10.15 | 5.14 | 4.6 | - |
| YUV | 45.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 59 | 0 | 1 | 0.55 | 0.49 | 332.98 | 1 | 0.26 |
| Hex | 83 | 0 | 3B | 0 | 64 | 37 | 31 | 14D | 64 | 1A |
| Octal | 203 | 0 | 73 | 0 | 144 | 67 | 61 | 515 | 144 | 32 |
| Binary | 10000011 | 0 | 111011 | 0 | 1100100 | 110111 | 110001 | 101001101 | 1100100 | 11010 |
Color Harmonies of #83003B
Complementary color
Monochromatic Colors of #83003B
Black with #83003B
Text Example
Text Example
White with #83003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83003B; }
p { color: rgb(131,0,59); }
H1.HeaderClassName
{
color: #83003B;
}
.AnyTagClassName
{
color: #83003B;
}
</style>
background-color css
<style>
a { background-color: #83003B; }
a { background-color: rgb(131,0,59); }
div.DivClassName
{
background-color: #83003B;
}
.BgClassName
{
background-color: #83003B;
}
</style>
border-color css
<style>
span { border-color: #83003B; }
span { border-color: rgb(131,0,59); }
td.TdClassName
{
border-color: #83003B;
}
.TagClassName
{
border-color: #83003B;
}
</style>