Shades of Tyrian Purple #83063D
Tints of Tyrian Purple #83063D
RGB
CMYK
RGB Variations
Color information
#83063D (or 0x83063D) is known color: Tyrian Purple. HEX triplet: 83, 06 and 3D. RGB value is (131,6,61). Sum of RGB (Red+Green+Blue) = 131+6+61=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83063D is #7CF9C2. Grayscale: #313131. Windows color (decimal): -8190403 or 3999363. OLE color: 3999363.
HSL color Cylindrical-coordinate representation of color #83063D: hue angle of 333.6º degrees, saturation: 0.91, 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 #83063D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 61 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.49 |
| HSL | 333.6º | 0.91% | 0.27% | - |
| HSV(B) | 333.6º | 0.95% | 0.51% | - |
| XYZ | 10.27 | 5.29 | 4.9 | - |
| YUV | 49.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 61 | 0 | 0.95 | 0.53 | 0.49 | 333.6 | 0.91 | 0.27 |
| Hex | 83 | 6 | 3D | 0 | 5F | 35 | 31 | 14E | 5B | 1B |
| Octal | 203 | 6 | 75 | 0 | 137 | 65 | 61 | 516 | 133 | 33 |
| Binary | 10000011 | 110 | 111101 | 0 | 1011111 | 110101 | 110001 | 101001110 | 1011011 | 11011 |
Color Harmonies of #83063D
Complementary color
Monochromatic Colors of #83063D
Black with #83063D
Text Example
Text Example
White with #83063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83063D; }
p { color: rgb(131,6,61); }
H1.HeaderClassName
{
color: #83063D;
}
.AnyTagClassName
{
color: #83063D;
}
</style>
background-color css
<style>
a { background-color: #83063D; }
a { background-color: rgb(131,6,61); }
div.DivClassName
{
background-color: #83063D;
}
.BgClassName
{
background-color: #83063D;
}
</style>
border-color css
<style>
span { border-color: #83063D; }
span { border-color: rgb(131,6,61); }
td.TdClassName
{
border-color: #83063D;
}
.TagClassName
{
border-color: #83063D;
}
</style>