Shades of Tyrian Purple #83004A
Tints of Tyrian Purple #83004A
RGB
CMYK
RGB Variations
Color information
#83004A (or 0x83004A) is known color: Tyrian Purple. HEX triplet: 83, 00 and 4A. RGB value is (131,0,74). Sum of RGB (Red+Green+Blue) = 131+0+74=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #83004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83004A is #7CFFB5. Grayscale: #2F2F2F. Windows color (decimal): -8191926 or 4849795. OLE color: 4849795.
HSL color Cylindrical-coordinate representation of color #83004A: hue angle of 326.11º 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 #83004A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.44 | 0.49 |
| HSL | 326.11º | 1% | 0.26% | - |
| HSV(B) | 326.11º | 1% | 0.51% | - |
| XYZ | 10.6 | 5.32 | 6.95 | - |
| YUV | 47.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 74 | 0 | 1 | 0.44 | 0.49 | 326.11 | 1 | 0.26 |
| Hex | 83 | 0 | 4A | 0 | 64 | 2C | 31 | 146 | 64 | 1A |
| Octal | 203 | 0 | 112 | 0 | 144 | 54 | 61 | 506 | 144 | 32 |
| Binary | 10000011 | 0 | 1001010 | 0 | 1100100 | 101100 | 110001 | 101000110 | 1100100 | 11010 |
Color Harmonies of #83004A
Complementary color
Monochromatic Colors of #83004A
Black with #83004A
Text Example
Text Example
White with #83004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83004A; }
p { color: rgb(131,0,74); }
H1.HeaderClassName
{
color: #83004A;
}
.AnyTagClassName
{
color: #83004A;
}
</style>
background-color css
<style>
a { background-color: #83004A; }
a { background-color: rgb(131,0,74); }
div.DivClassName
{
background-color: #83004A;
}
.BgClassName
{
background-color: #83004A;
}
</style>
border-color css
<style>
span { border-color: #83004A; }
span { border-color: rgb(131,0,74); }
td.TdClassName
{
border-color: #83004A;
}
.TagClassName
{
border-color: #83004A;
}
</style>