Shades of Tyrian Purple #83074D
Tints of Tyrian Purple #83074D
RGB
CMYK
RGB Variations
Color information
#83074D (or 0x83074D) is known color: Tyrian Purple. HEX triplet: 83, 07 and 4D. RGB value is (131,7,77). Sum of RGB (Red+Green+Blue) = 131+7+77=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83074D is #7CF8B2. Grayscale: #333333. Windows color (decimal): -8190131 or 5048195. OLE color: 5048195.
HSL color Cylindrical-coordinate representation of color #83074D: hue angle of 326.13º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83074D is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 7 | 77 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.49 |
| HSL | 326.13º | 0.9% | 0.27% | - |
| HSV(B) | 326.13º | 0.95% | 0.51% | - |
| XYZ | 10.78 | 5.51 | 7.52 | - |
| YUV | 52.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 77 | 0 | 0.95 | 0.41 | 0.49 | 326.13 | 0.9 | 0.27 |
| Hex | 83 | 7 | 4D | 0 | 5F | 29 | 31 | 146 | 5A | 1B |
| Octal | 203 | 7 | 115 | 0 | 137 | 51 | 61 | 506 | 132 | 33 |
| Binary | 10000011 | 111 | 1001101 | 0 | 1011111 | 101001 | 110001 | 101000110 | 1011010 | 11011 |
Color Harmonies of #83074D
Complementary color
Monochromatic Colors of #83074D
Black with #83074D
Text Example
Text Example
White with #83074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83074D; }
p { color: rgb(131,7,77); }
H1.HeaderClassName
{
color: #83074D;
}
.AnyTagClassName
{
color: #83074D;
}
</style>
background-color css
<style>
a { background-color: #83074D; }
a { background-color: rgb(131,7,77); }
div.DivClassName
{
background-color: #83074D;
}
.BgClassName
{
background-color: #83074D;
}
</style>
border-color css
<style>
span { border-color: #83074D; }
span { border-color: rgb(131,7,77); }
td.TdClassName
{
border-color: #83074D;
}
.TagClassName
{
border-color: #83074D;
}
</style>