Shades of Tyrian Purple #80053A
Tints of Tyrian Purple #80053A
RGB
CMYK
RGB Variations
Color information
#80053A (or 0x80053A) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3A. RGB value is (128,5,58). Sum of RGB (Red+Green+Blue) = 128+5+58=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053A is #7FFAC5. Grayscale: #2F2F2F. Windows color (decimal): -8387270 or 3802496. OLE color: 3802496.
HSL color Cylindrical-coordinate representation of color #80053A: hue angle of 334.15º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80053A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 58 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.50 |
| HSL | 334.15º | 0.92% | 0.26% | - |
| HSV(B) | 334.15º | 0.96% | 0.5% | - |
| XYZ | 9.72 | 5 | 4.46 | - |
| YUV | 47.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 58 | 0 | 0.96 | 0.55 | 0.50 | 334.15 | 0.92 | 0.26 |
| Hex | 80 | 5 | 3A | 0 | 60 | 37 | 32 | 14E | 5C | 1A |
| Octal | 200 | 5 | 72 | 0 | 140 | 67 | 62 | 516 | 134 | 32 |
| Binary | 10000000 | 101 | 111010 | 0 | 1100000 | 110111 | 110010 | 101001110 | 1011100 | 11010 |
Color Harmonies of #80053A
Complementary color
Monochromatic Colors of #80053A
Black with #80053A
Text Example
Text Example
White with #80053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80053A; }
p { color: rgb(128,5,58); }
H1.HeaderClassName
{
color: #80053A;
}
.AnyTagClassName
{
color: #80053A;
}
</style>
background-color css
<style>
a { background-color: #80053A; }
a { background-color: rgb(128,5,58); }
div.DivClassName
{
background-color: #80053A;
}
.BgClassName
{
background-color: #80053A;
}
</style>
border-color css
<style>
span { border-color: #80053A; }
span { border-color: rgb(128,5,58); }
td.TdClassName
{
border-color: #80053A;
}
.TagClassName
{
border-color: #80053A;
}
</style>