Shades of Tyrian Purple #800549
Tints of Tyrian Purple #800549
RGB
CMYK
RGB Variations
Color information
#800549 (or 0x800549) is known color: Tyrian Purple. HEX triplet: 80, 05 and 49. RGB value is (128,5,73). Sum of RGB (Red+Green+Blue) = 128+5+73=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #800549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800549 is #7FFAB6. Grayscale: #313131. Windows color (decimal): -8387255 or 4785536. OLE color: 4785536.
HSL color Cylindrical-coordinate representation of color #800549: hue angle of 326.83º 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 #800549 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 73 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.50 |
| HSL | 326.83º | 0.92% | 0.26% | - |
| HSV(B) | 326.83º | 0.96% | 0.5% | - |
| XYZ | 10.16 | 5.18 | 6.77 | - |
| YUV | 49.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 73 | 0 | 0.96 | 0.43 | 0.50 | 326.83 | 0.92 | 0.26 |
| Hex | 80 | 5 | 49 | 0 | 60 | 2B | 32 | 147 | 5C | 1A |
| Octal | 200 | 5 | 111 | 0 | 140 | 53 | 62 | 507 | 134 | 32 |
| Binary | 10000000 | 101 | 1001001 | 0 | 1100000 | 101011 | 110010 | 101000111 | 1011100 | 11010 |
Color Harmonies of #800549
Complementary color
Monochromatic Colors of #800549
Black with #800549
Text Example
Text Example
White with #800549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800549; }
p { color: rgb(128,5,73); }
H1.HeaderClassName
{
color: #800549;
}
.AnyTagClassName
{
color: #800549;
}
</style>
background-color css
<style>
a { background-color: #800549; }
a { background-color: rgb(128,5,73); }
div.DivClassName
{
background-color: #800549;
}
.BgClassName
{
background-color: #800549;
}
</style>
border-color css
<style>
span { border-color: #800549; }
span { border-color: rgb(128,5,73); }
td.TdClassName
{
border-color: #800549;
}
.TagClassName
{
border-color: #800549;
}
</style>