Shades of Tyrian Purple #800840
Tints of Tyrian Purple #800840
RGB
CMYK
RGB Variations
Color information
#800840 (or 0x800840) is known color: Tyrian Purple. HEX triplet: 80, 08 and 40. RGB value is (128,8,64). Sum of RGB (Red+Green+Blue) = 128+8+64=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #800840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800840 is #7FF7BF. Grayscale: #323232. Windows color (decimal): -8386496 or 4196480. OLE color: 4196480.
HSL color Cylindrical-coordinate representation of color #800840: hue angle of 332º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800840 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 64 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.50 |
| HSL | 332º | 0.88% | 0.27% | - |
| HSV(B) | 332º | 0.94% | 0.5% | - |
| XYZ | 9.91 | 5.13 | 5.32 | - |
| YUV | 50.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 64 | 0 | 0.94 | 0.5 | 0.50 | 332 | 0.88 | 0.27 |
| Hex | 80 | 8 | 40 | 0 | 5E | 32 | 32 | 14C | 58 | 1B |
| Octal | 200 | 10 | 100 | 0 | 136 | 62 | 62 | 514 | 130 | 33 |
| Binary | 10000000 | 1000 | 1000000 | 0 | 1011110 | 110010 | 110010 | 101001100 | 1011000 | 11011 |
Color Harmonies of #800840
Complementary color
Monochromatic Colors of #800840
Black with #800840
Text Example
Text Example
White with #800840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800840; }
p { color: rgb(128,8,64); }
H1.HeaderClassName
{
color: #800840;
}
.AnyTagClassName
{
color: #800840;
}
</style>
background-color css
<style>
a { background-color: #800840; }
a { background-color: rgb(128,8,64); }
div.DivClassName
{
background-color: #800840;
}
.BgClassName
{
background-color: #800840;
}
</style>
border-color css
<style>
span { border-color: #800840; }
span { border-color: rgb(128,8,64); }
td.TdClassName
{
border-color: #800840;
}
.TagClassName
{
border-color: #800840;
}
</style>