Shades of Tyrian Purple #80074F
Tints of Tyrian Purple #80074F
RGB
CMYK
RGB Variations
Color information
#80074F (or 0x80074F) is known color: Tyrian Purple. HEX triplet: 80, 07 and 4F. RGB value is (128,7,79). Sum of RGB (Red+Green+Blue) = 128+7+79=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80074F is #7FF8B0. Grayscale: #333333. Windows color (decimal): -8386737 or 5179264. OLE color: 5179264.
HSL color Cylindrical-coordinate representation of color #80074F: hue angle of 324.3º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80074F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 79 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.50 |
| HSL | 324.3º | 0.9% | 0.26% | - |
| HSV(B) | 324.3º | 0.95% | 0.5% | - |
| XYZ | 10.39 | 5.31 | 7.87 | - |
| YUV | 51.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 79 | 0 | 0.95 | 0.38 | 0.50 | 324.3 | 0.9 | 0.26 |
| Hex | 80 | 7 | 4F | 0 | 5F | 26 | 32 | 144 | 5A | 1A |
| Octal | 200 | 7 | 117 | 0 | 137 | 46 | 62 | 504 | 132 | 32 |
| Binary | 10000000 | 111 | 1001111 | 0 | 1011111 | 100110 | 110010 | 101000100 | 1011010 | 11010 |
Color Harmonies of #80074F
Complementary color
Monochromatic Colors of #80074F
Black with #80074F
Text Example
Text Example
White with #80074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80074F; }
p { color: rgb(128,7,79); }
H1.HeaderClassName
{
color: #80074F;
}
.AnyTagClassName
{
color: #80074F;
}
</style>
background-color css
<style>
a { background-color: #80074F; }
a { background-color: rgb(128,7,79); }
div.DivClassName
{
background-color: #80074F;
}
.BgClassName
{
background-color: #80074F;
}
</style>
border-color css
<style>
span { border-color: #80074F; }
span { border-color: rgb(128,7,79); }
td.TdClassName
{
border-color: #80074F;
}
.TagClassName
{
border-color: #80074F;
}
</style>