Shades of Tyrian Purple #80004B
Tints of Tyrian Purple #80004B
RGB
CMYK
RGB Variations
Color information
#80004B (or 0x80004B) is known color: Tyrian Purple. HEX triplet: 80, 00 and 4B. RGB value is (128,0,75). Sum of RGB (Red+Green+Blue) = 128+0+75=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #80004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80004B is #7FFFB4. Grayscale: #2E2E2E. Windows color (decimal): -8388533 or 4915328. OLE color: 4915328.
HSL color Cylindrical-coordinate representation of color #80004B: hue angle of 324.84º 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 #80004B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.41 | 0.50 |
| HSL | 324.84º | 1% | 0.25% | - |
| HSV(B) | 324.84º | 1% | 0.5% | - |
| XYZ | 10.17 | 5.1 | 7.1 | - |
| YUV | 46.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 75 | 0 | 1 | 0.41 | 0.50 | 324.84 | 1 | 0.25 |
| Hex | 80 | 0 | 4B | 0 | 64 | 29 | 32 | 145 | 64 | 19 |
| Octal | 200 | 0 | 113 | 0 | 144 | 51 | 62 | 505 | 144 | 31 |
| Binary | 10000000 | 0 | 1001011 | 0 | 1100100 | 101001 | 110010 | 101000101 | 1100100 | 11001 |
Color Harmonies of #80004B
Complementary color
Monochromatic Colors of #80004B
Black with #80004B
Text Example
Text Example
White with #80004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80004B; }
p { color: rgb(128,0,75); }
H1.HeaderClassName
{
color: #80004B;
}
.AnyTagClassName
{
color: #80004B;
}
</style>
background-color css
<style>
a { background-color: #80004B; }
a { background-color: rgb(128,0,75); }
div.DivClassName
{
background-color: #80004B;
}
.BgClassName
{
background-color: #80004B;
}
</style>
border-color css
<style>
span { border-color: #80004B; }
span { border-color: rgb(128,0,75); }
td.TdClassName
{
border-color: #80004B;
}
.TagClassName
{
border-color: #80004B;
}
</style>