Shades of Tyrian Purple #80003F
Tints of Tyrian Purple #80003F
RGB
CMYK
RGB Variations
Color information
#80003F (or 0x80003F) is known color: Tyrian Purple. HEX triplet: 80, 00 and 3F. RGB value is (128,0,63). Sum of RGB (Red+Green+Blue) = 128+0+63=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80003F is #7FFFC0. Grayscale: #2D2D2D. Windows color (decimal): -8388545 or 4128896. OLE color: 4128896.
HSL color Cylindrical-coordinate representation of color #80003F: hue angle of 330.47º 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 #80003F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.51 | 0.50 |
| HSL | 330.47º | 1% | 0.25% | - |
| HSV(B) | 330.47º | 1% | 0.5% | - |
| XYZ | 9.8 | 4.95 | 5.14 | - |
| YUV | 45.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 63 | 0 | 1 | 0.51 | 0.50 | 330.47 | 1 | 0.25 |
| Hex | 80 | 0 | 3F | 0 | 64 | 33 | 32 | 14A | 64 | 19 |
| Octal | 200 | 0 | 77 | 0 | 144 | 63 | 62 | 512 | 144 | 31 |
| Binary | 10000000 | 0 | 111111 | 0 | 1100100 | 110011 | 110010 | 101001010 | 1100100 | 11001 |
Color Harmonies of #80003F
Complementary color
Monochromatic Colors of #80003F
Black with #80003F
Text Example
Text Example
White with #80003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80003F; }
p { color: rgb(128,0,63); }
H1.HeaderClassName
{
color: #80003F;
}
.AnyTagClassName
{
color: #80003F;
}
</style>
background-color css
<style>
a { background-color: #80003F; }
a { background-color: rgb(128,0,63); }
div.DivClassName
{
background-color: #80003F;
}
.BgClassName
{
background-color: #80003F;
}
</style>
border-color css
<style>
span { border-color: #80003F; }
span { border-color: rgb(128,0,63); }
td.TdClassName
{
border-color: #80003F;
}
.TagClassName
{
border-color: #80003F;
}
</style>