Shades of Tyrian Purple #80053C
Tints of Tyrian Purple #80053C
RGB
CMYK
RGB Variations
Color information
#80053C (or 0x80053C) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3C. RGB value is (128,5,60). Sum of RGB (Red+Green+Blue) = 128+5+60=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053C is #7FFAC3. Grayscale: #2F2F2F. Windows color (decimal): -8387268 or 3933568. OLE color: 3933568.
HSL color Cylindrical-coordinate representation of color #80053C: hue angle of 333.17º 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 #80053C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.50 |
| HSL | 333.17º | 0.92% | 0.26% | - |
| HSV(B) | 333.17º | 0.96% | 0.5% | - |
| XYZ | 9.77 | 5.02 | 4.73 | - |
| YUV | 48.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 60 | 0 | 0.96 | 0.53 | 0.50 | 333.17 | 0.92 | 0.26 |
| Hex | 80 | 5 | 3C | 0 | 60 | 35 | 32 | 14D | 5C | 1A |
| Octal | 200 | 5 | 74 | 0 | 140 | 65 | 62 | 515 | 134 | 32 |
| Binary | 10000000 | 101 | 111100 | 0 | 1100000 | 110101 | 110010 | 101001101 | 1011100 | 11010 |
Color Harmonies of #80053C
Complementary color
Monochromatic Colors of #80053C
Black with #80053C
Text Example
Text Example
White with #80053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80053C; }
p { color: rgb(128,5,60); }
H1.HeaderClassName
{
color: #80053C;
}
.AnyTagClassName
{
color: #80053C;
}
</style>
background-color css
<style>
a { background-color: #80053C; }
a { background-color: rgb(128,5,60); }
div.DivClassName
{
background-color: #80053C;
}
.BgClassName
{
background-color: #80053C;
}
</style>
border-color css
<style>
span { border-color: #80053C; }
span { border-color: rgb(128,5,60); }
td.TdClassName
{
border-color: #80053C;
}
.TagClassName
{
border-color: #80053C;
}
</style>