Shades of Tyrian Purple #800447
Tints of Tyrian Purple #800447
RGB
CMYK
RGB Variations
Color information
#800447 (or 0x800447) is known color: Tyrian Purple. HEX triplet: 80, 04 and 47. RGB value is (128,4,71). Sum of RGB (Red+Green+Blue) = 128+4+71=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #800447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800447 is #7FFBB8. Grayscale: #303030. Windows color (decimal): -8387513 or 4654208. OLE color: 4654208.
HSL color Cylindrical-coordinate representation of color #800447: hue angle of 327.58º 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 #800447 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 71 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.50 |
| HSL | 327.58º | 0.94% | 0.26% | - |
| HSV(B) | 327.58º | 0.97% | 0.5% | - |
| XYZ | 10.08 | 5.13 | 6.42 | - |
| YUV | 48.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 71 | 0 | 0.97 | 0.45 | 0.50 | 327.58 | 0.94 | 0.26 |
| Hex | 80 | 4 | 47 | 0 | 61 | 2D | 32 | 148 | 5E | 1A |
| Octal | 200 | 4 | 107 | 0 | 141 | 55 | 62 | 510 | 136 | 32 |
| Binary | 10000000 | 100 | 1000111 | 0 | 1100001 | 101101 | 110010 | 101001000 | 1011110 | 11010 |
Color Harmonies of #800447
Complementary color
Monochromatic Colors of #800447
Black with #800447
Text Example
Text Example
White with #800447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800447; }
p { color: rgb(128,4,71); }
H1.HeaderClassName
{
color: #800447;
}
.AnyTagClassName
{
color: #800447;
}
</style>
background-color css
<style>
a { background-color: #800447; }
a { background-color: rgb(128,4,71); }
div.DivClassName
{
background-color: #800447;
}
.BgClassName
{
background-color: #800447;
}
</style>
border-color css
<style>
span { border-color: #800447; }
span { border-color: rgb(128,4,71); }
td.TdClassName
{
border-color: #800447;
}
.TagClassName
{
border-color: #800447;
}
</style>