Shades of Tyrian Purple #80053D
Tints of Tyrian Purple #80053D
RGB
CMYK
RGB Variations
Color information
#80053D (or 0x80053D) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3D. RGB value is (128,5,61). Sum of RGB (Red+Green+Blue) = 128+5+61=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053D is #7FFAC2. Grayscale: #303030. Windows color (decimal): -8387267 or 3999104. OLE color: 3999104.
HSL color Cylindrical-coordinate representation of color #80053D: hue angle of 332.68º 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 #80053D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 61 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.50 |
| HSL | 332.68º | 0.92% | 0.26% | - |
| HSV(B) | 332.68º | 0.96% | 0.5% | - |
| XYZ | 9.8 | 5.03 | 4.87 | - |
| YUV | 48.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 61 | 0 | 0.96 | 0.52 | 0.50 | 332.68 | 0.92 | 0.26 |
| Hex | 80 | 5 | 3D | 0 | 60 | 34 | 32 | 14D | 5C | 1A |
| Octal | 200 | 5 | 75 | 0 | 140 | 64 | 62 | 515 | 134 | 32 |
| Binary | 10000000 | 101 | 111101 | 0 | 1100000 | 110100 | 110010 | 101001101 | 1011100 | 11010 |
Color Harmonies of #80053D
Complementary color
Monochromatic Colors of #80053D
Black with #80053D
Text Example
Text Example
White with #80053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80053D; }
p { color: rgb(128,5,61); }
H1.HeaderClassName
{
color: #80053D;
}
.AnyTagClassName
{
color: #80053D;
}
</style>
background-color css
<style>
a { background-color: #80053D; }
a { background-color: rgb(128,5,61); }
div.DivClassName
{
background-color: #80053D;
}
.BgClassName
{
background-color: #80053D;
}
</style>
border-color css
<style>
span { border-color: #80053D; }
span { border-color: rgb(128,5,61); }
td.TdClassName
{
border-color: #80053D;
}
.TagClassName
{
border-color: #80053D;
}
</style>