Shades of Tyrian Purple #80083D
Tints of Tyrian Purple #80083D
RGB
CMYK
RGB Variations
Color information
#80083D (or 0x80083D) is known color: Tyrian Purple. HEX triplet: 80, 08 and 3D. RGB value is (128,8,61). Sum of RGB (Red+Green+Blue) = 128+8+61=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80083D is #7FF7C2. Grayscale: #313131. Windows color (decimal): -8386499 or 3999872. OLE color: 3999872.
HSL color Cylindrical-coordinate representation of color #80083D: hue angle of 333.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80083D is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 61 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.50 |
| HSL | 333.5º | 0.88% | 0.27% | - |
| HSV(B) | 333.5º | 0.94% | 0.5% | - |
| XYZ | 9.83 | 5.1 | 4.88 | - |
| YUV | 49.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 61 | 0 | 0.94 | 0.52 | 0.50 | 333.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 3D | 0 | 5E | 34 | 32 | 14E | 58 | 1B |
| Octal | 200 | 10 | 75 | 0 | 136 | 64 | 62 | 516 | 130 | 33 |
| Binary | 10000000 | 1000 | 111101 | 0 | 1011110 | 110100 | 110010 | 101001110 | 1011000 | 11011 |
Color Harmonies of #80083D
Complementary color
Monochromatic Colors of #80083D
Black with #80083D
Text Example
Text Example
White with #80083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80083D; }
p { color: rgb(128,8,61); }
H1.HeaderClassName
{
color: #80083D;
}
.AnyTagClassName
{
color: #80083D;
}
</style>
background-color css
<style>
a { background-color: #80083D; }
a { background-color: rgb(128,8,61); }
div.DivClassName
{
background-color: #80083D;
}
.BgClassName
{
background-color: #80083D;
}
</style>
border-color css
<style>
span { border-color: #80083D; }
span { border-color: rgb(128,8,61); }
td.TdClassName
{
border-color: #80083D;
}
.TagClassName
{
border-color: #80083D;
}
</style>