Shades of Tyrian Purple #800039
Tints of Tyrian Purple #800039
RGB
CMYK
RGB Variations
Color information
#800039 (or 0x800039) is known color: Tyrian Purple. HEX triplet: 80, 00 and 39. RGB value is (128,0,57). Sum of RGB (Red+Green+Blue) = 128+0+57=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #800039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800039 is #7FFFC6. Grayscale: #2C2C2C. Windows color (decimal): -8388551 or 3735680. OLE color: 3735680.
HSL color Cylindrical-coordinate representation of color #800039: hue angle of 333.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800039 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.55 | 0.50 |
| HSL | 333.28º | 1% | 0.25% | - |
| HSV(B) | 333.28º | 1% | 0.5% | - |
| XYZ | 9.64 | 4.88 | 4.31 | - |
| YUV | 44.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 57 | 0 | 1 | 0.55 | 0.50 | 333.28 | 1 | 0.25 |
| Hex | 80 | 0 | 39 | 0 | 64 | 37 | 32 | 14D | 64 | 19 |
| Octal | 200 | 0 | 71 | 0 | 144 | 67 | 62 | 515 | 144 | 31 |
| Binary | 10000000 | 0 | 111001 | 0 | 1100100 | 110111 | 110010 | 101001101 | 1100100 | 11001 |
Color Harmonies of #800039
Complementary color
Monochromatic Colors of #800039
Black with #800039
Text Example
Text Example
White with #800039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800039; }
p { color: rgb(128,0,57); }
H1.HeaderClassName
{
color: #800039;
}
.AnyTagClassName
{
color: #800039;
}
</style>
background-color css
<style>
a { background-color: #800039; }
a { background-color: rgb(128,0,57); }
div.DivClassName
{
background-color: #800039;
}
.BgClassName
{
background-color: #800039;
}
</style>
border-color css
<style>
span { border-color: #800039; }
span { border-color: rgb(128,0,57); }
td.TdClassName
{
border-color: #800039;
}
.TagClassName
{
border-color: #800039;
}
</style>