Shades of Tyrian Purple #80083B
Tints of Tyrian Purple #80083B
RGB
CMYK
RGB Variations
Color information
#80083B (or 0x80083B) is known color: Tyrian Purple. HEX triplet: 80, 08 and 3B. RGB value is (128,8,59). Sum of RGB (Red+Green+Blue) = 128+8+59=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80083B is #7FF7C4. Grayscale: #313131. Windows color (decimal): -8386501 or 3868800. OLE color: 3868800.
HSL color Cylindrical-coordinate representation of color #80083B: hue angle of 334.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 #80083B is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 59 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.50 |
| HSL | 334.5º | 0.88% | 0.27% | - |
| HSV(B) | 334.5º | 0.94% | 0.5% | - |
| XYZ | 9.78 | 5.08 | 4.6 | - |
| YUV | 49.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 59 | 0 | 0.94 | 0.54 | 0.50 | 334.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 3B | 0 | 5E | 36 | 32 | 14E | 58 | 1B |
| Octal | 200 | 10 | 73 | 0 | 136 | 66 | 62 | 516 | 130 | 33 |
| Binary | 10000000 | 1000 | 111011 | 0 | 1011110 | 110110 | 110010 | 101001110 | 1011000 | 11011 |
Color Harmonies of #80083B
Complementary color
Monochromatic Colors of #80083B
Black with #80083B
Text Example
Text Example
White with #80083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80083B; }
p { color: rgb(128,8,59); }
H1.HeaderClassName
{
color: #80083B;
}
.AnyTagClassName
{
color: #80083B;
}
</style>
background-color css
<style>
a { background-color: #80083B; }
a { background-color: rgb(128,8,59); }
div.DivClassName
{
background-color: #80083B;
}
.BgClassName
{
background-color: #80083B;
}
</style>
border-color css
<style>
span { border-color: #80083B; }
span { border-color: rgb(128,8,59); }
td.TdClassName
{
border-color: #80083B;
}
.TagClassName
{
border-color: #80083B;
}
</style>