Shades of Tyrian Purple #80043D
Tints of Tyrian Purple #80043D
RGB
CMYK
RGB Variations
Color information
#80043D (or 0x80043D) is known color: Tyrian Purple. HEX triplet: 80, 04 and 3D. RGB value is (128,4,61). Sum of RGB (Red+Green+Blue) = 128+4+61=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80043D is #7FFBC2. Grayscale: #2F2F2F. Windows color (decimal): -8387523 or 3998848. OLE color: 3998848.
HSL color Cylindrical-coordinate representation of color #80043D: hue angle of 332.42º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80043D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.50 |
| HSL | 332.42º | 0.94% | 0.26% | - |
| HSV(B) | 332.42º | 0.97% | 0.5% | - |
| XYZ | 9.79 | 5.01 | 4.87 | - |
| YUV | 47.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 61 | 0 | 0.97 | 0.52 | 0.50 | 332.42 | 0.94 | 0.26 |
| Hex | 80 | 4 | 3D | 0 | 61 | 34 | 32 | 14C | 5E | 1A |
| Octal | 200 | 4 | 75 | 0 | 141 | 64 | 62 | 514 | 136 | 32 |
| Binary | 10000000 | 100 | 111101 | 0 | 1100001 | 110100 | 110010 | 101001100 | 1011110 | 11010 |
Color Harmonies of #80043D
Complementary color
Monochromatic Colors of #80043D
Black with #80043D
Text Example
Text Example
White with #80043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80043D; }
p { color: rgb(128,4,61); }
H1.HeaderClassName
{
color: #80043D;
}
.AnyTagClassName
{
color: #80043D;
}
</style>
background-color css
<style>
a { background-color: #80043D; }
a { background-color: rgb(128,4,61); }
div.DivClassName
{
background-color: #80043D;
}
.BgClassName
{
background-color: #80043D;
}
</style>
border-color css
<style>
span { border-color: #80043D; }
span { border-color: rgb(128,4,61); }
td.TdClassName
{
border-color: #80043D;
}
.TagClassName
{
border-color: #80043D;
}
</style>