Shades of Tyrian Purple #800142
Tints of Tyrian Purple #800142
RGB
CMYK
RGB Variations
Color information
#800142 (or 0x800142) is known color: Tyrian Purple. HEX triplet: 80, 01 and 42. RGB value is (128,1,66). Sum of RGB (Red+Green+Blue) = 128+1+66=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #800142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800142 is #7FFEBD. Grayscale: #2E2E2E. Windows color (decimal): -8388286 or 4325760. OLE color: 4325760.
HSL color Cylindrical-coordinate representation of color #800142: hue angle of 329.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800142 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.50 |
| HSL | 329.29º | 0.98% | 0.25% | - |
| HSV(B) | 329.29º | 0.99% | 0.5% | - |
| XYZ | 9.9 | 5 | 5.6 | - |
| YUV | 46.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 66 | 0 | 0.99 | 0.48 | 0.50 | 329.29 | 0.98 | 0.25 |
| Hex | 80 | 1 | 42 | 0 | 63 | 30 | 32 | 149 | 62 | 19 |
| Octal | 200 | 1 | 102 | 0 | 143 | 60 | 62 | 511 | 142 | 31 |
| Binary | 10000000 | 1 | 1000010 | 0 | 1100011 | 110000 | 110010 | 101001001 | 1100010 | 11001 |
Color Harmonies of #800142
Complementary color
Monochromatic Colors of #800142
Black with #800142
Text Example
Text Example
White with #800142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800142; }
p { color: rgb(128,1,66); }
H1.HeaderClassName
{
color: #800142;
}
.AnyTagClassName
{
color: #800142;
}
</style>
background-color css
<style>
a { background-color: #800142; }
a { background-color: rgb(128,1,66); }
div.DivClassName
{
background-color: #800142;
}
.BgClassName
{
background-color: #800142;
}
</style>
border-color css
<style>
span { border-color: #800142; }
span { border-color: rgb(128,1,66); }
td.TdClassName
{
border-color: #800142;
}
.TagClassName
{
border-color: #800142;
}
</style>