Shades of Tyrian Purple #800A40
Tints of Tyrian Purple #800A40
RGB
CMYK
RGB Variations
Color information
#800A40 (or 0x800A40) is known color: Tyrian Purple. HEX triplet: 80, 0A and 40. RGB value is (128,10,64). Sum of RGB (Red+Green+Blue) = 128+10+64=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #800A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800A40 is #7FF5BF. Grayscale: #333333. Windows color (decimal): -8385984 or 4196992. OLE color: 4196992.
HSL color Cylindrical-coordinate representation of color #800A40: hue angle of 332.54º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A40 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 64 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.50 |
| HSL | 332.54º | 0.86% | 0.27% | - |
| HSV(B) | 332.54º | 0.92% | 0.5% | - |
| XYZ | 9.94 | 5.18 | 5.33 | - |
| YUV | 51.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 64 | 0 | 0.92 | 0.5 | 0.50 | 332.54 | 0.86 | 0.27 |
| Hex | 80 | A | 40 | 0 | 5C | 32 | 32 | 14D | 56 | 1B |
| Octal | 200 | 12 | 100 | 0 | 134 | 62 | 62 | 515 | 126 | 33 |
| Binary | 10000000 | 1010 | 1000000 | 0 | 1011100 | 110010 | 110010 | 101001101 | 1010110 | 11011 |
Color Harmonies of #800A40
Complementary color
Monochromatic Colors of #800A40
Black with #800A40
Text Example
Text Example
White with #800A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A40; }
p { color: rgb(128,10,64); }
H1.HeaderClassName
{
color: #800A40;
}
.AnyTagClassName
{
color: #800A40;
}
</style>
background-color css
<style>
a { background-color: #800A40; }
a { background-color: rgb(128,10,64); }
div.DivClassName
{
background-color: #800A40;
}
.BgClassName
{
background-color: #800A40;
}
</style>
border-color css
<style>
span { border-color: #800A40; }
span { border-color: rgb(128,10,64); }
td.TdClassName
{
border-color: #800A40;
}
.TagClassName
{
border-color: #800A40;
}
</style>