Shades of Tyrian Purple #83004C
Tints of Tyrian Purple #83004C
RGB
CMYK
RGB Variations
Color information
#83004C (or 0x83004C) is known color: Tyrian Purple. HEX triplet: 83, 00 and 4C. RGB value is (131,0,76). Sum of RGB (Red+Green+Blue) = 131+0+76=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #83004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83004C is #7CFFB3. Grayscale: #2F2F2F. Windows color (decimal): -8191924 or 4980867. OLE color: 4980867.
HSL color Cylindrical-coordinate representation of color #83004C: hue angle of 325.19º 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 #83004C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.42 | 0.49 |
| HSL | 325.19º | 1% | 0.26% | - |
| HSV(B) | 325.19º | 1% | 0.51% | - |
| XYZ | 10.66 | 5.35 | 7.31 | - |
| YUV | 47.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 76 | 0 | 1 | 0.42 | 0.49 | 325.19 | 1 | 0.26 |
| Hex | 83 | 0 | 4C | 0 | 64 | 2A | 31 | 145 | 64 | 1A |
| Octal | 203 | 0 | 114 | 0 | 144 | 52 | 61 | 505 | 144 | 32 |
| Binary | 10000011 | 0 | 1001100 | 0 | 1100100 | 101010 | 110001 | 101000101 | 1100100 | 11010 |
Color Harmonies of #83004C
Complementary color
Monochromatic Colors of #83004C
Black with #83004C
Text Example
Text Example
White with #83004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83004C; }
p { color: rgb(131,0,76); }
H1.HeaderClassName
{
color: #83004C;
}
.AnyTagClassName
{
color: #83004C;
}
</style>
background-color css
<style>
a { background-color: #83004C; }
a { background-color: rgb(131,0,76); }
div.DivClassName
{
background-color: #83004C;
}
.BgClassName
{
background-color: #83004C;
}
</style>
border-color css
<style>
span { border-color: #83004C; }
span { border-color: rgb(131,0,76); }
td.TdClassName
{
border-color: #83004C;
}
.TagClassName
{
border-color: #83004C;
}
</style>