Shades of Tyrian Purple #80004A
Tints of Tyrian Purple #80004A
RGB
CMYK
RGB Variations
Color information
#80004A (or 0x80004A) is known color: Tyrian Purple. HEX triplet: 80, 00 and 4A. RGB value is (128,0,74). Sum of RGB (Red+Green+Blue) = 128+0+74=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #80004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80004A is #7FFFB5. Grayscale: #2E2E2E. Windows color (decimal): -8388534 or 4849792. OLE color: 4849792.
HSL color Cylindrical-coordinate representation of color #80004A: hue angle of 325.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80004A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.42 | 0.50 |
| HSL | 325.31º | 1% | 0.25% | - |
| HSV(B) | 325.31º | 1% | 0.5% | - |
| XYZ | 10.14 | 5.08 | 6.93 | - |
| YUV | 46.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 74 | 0 | 1 | 0.42 | 0.50 | 325.31 | 1 | 0.25 |
| Hex | 80 | 0 | 4A | 0 | 64 | 2A | 32 | 145 | 64 | 19 |
| Octal | 200 | 0 | 112 | 0 | 144 | 52 | 62 | 505 | 144 | 31 |
| Binary | 10000000 | 0 | 1001010 | 0 | 1100100 | 101010 | 110010 | 101000101 | 1100100 | 11001 |
Color Harmonies of #80004A
Complementary color
Monochromatic Colors of #80004A
Black with #80004A
Text Example
Text Example
White with #80004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80004A; }
p { color: rgb(128,0,74); }
H1.HeaderClassName
{
color: #80004A;
}
.AnyTagClassName
{
color: #80004A;
}
</style>
background-color css
<style>
a { background-color: #80004A; }
a { background-color: rgb(128,0,74); }
div.DivClassName
{
background-color: #80004A;
}
.BgClassName
{
background-color: #80004A;
}
</style>
border-color css
<style>
span { border-color: #80004A; }
span { border-color: rgb(128,0,74); }
td.TdClassName
{
border-color: #80004A;
}
.TagClassName
{
border-color: #80004A;
}
</style>