Shades of Tyrian Purple #80053B
Tints of Tyrian Purple #80053B
RGB
CMYK
RGB Variations
Color information
#80053B (or 0x80053B) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3B. RGB value is (128,5,59). Sum of RGB (Red+Green+Blue) = 128+5+59=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053B is #7FFAC4. Grayscale: #2F2F2F. Windows color (decimal): -8387269 or 3868032. OLE color: 3868032.
HSL color Cylindrical-coordinate representation of color #80053B: hue angle of 333.66º 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 #80053B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 59 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.50 |
| HSL | 333.66º | 0.92% | 0.26% | - |
| HSV(B) | 333.66º | 0.96% | 0.5% | - |
| XYZ | 9.75 | 5.01 | 4.59 | - |
| YUV | 47.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 59 | 0 | 0.96 | 0.54 | 0.50 | 333.66 | 0.92 | 0.26 |
| Hex | 80 | 5 | 3B | 0 | 60 | 36 | 32 | 14E | 5C | 1A |
| Octal | 200 | 5 | 73 | 0 | 140 | 66 | 62 | 516 | 134 | 32 |
| Binary | 10000000 | 101 | 111011 | 0 | 1100000 | 110110 | 110010 | 101001110 | 1011100 | 11010 |
Color Harmonies of #80053B
Complementary color
Monochromatic Colors of #80053B
Black with #80053B
Text Example
Text Example
White with #80053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80053B; }
p { color: rgb(128,5,59); }
H1.HeaderClassName
{
color: #80053B;
}
.AnyTagClassName
{
color: #80053B;
}
</style>
background-color css
<style>
a { background-color: #80053B; }
a { background-color: rgb(128,5,59); }
div.DivClassName
{
background-color: #80053B;
}
.BgClassName
{
background-color: #80053B;
}
</style>
border-color css
<style>
span { border-color: #80053B; }
span { border-color: rgb(128,5,59); }
td.TdClassName
{
border-color: #80053B;
}
.TagClassName
{
border-color: #80053B;
}
</style>