Shades of Tyrian Purple #80073A
Tints of Tyrian Purple #80073A
RGB
CMYK
RGB Variations
Color information
#80073A (or 0x80073A) is known color: Tyrian Purple. HEX triplet: 80, 07 and 3A. RGB value is (128,7,58). Sum of RGB (Red+Green+Blue) = 128+7+58=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80073A is #7FF8C5. Grayscale: #303030. Windows color (decimal): -8386758 or 3803008. OLE color: 3803008.
HSL color Cylindrical-coordinate representation of color #80073A: hue angle of 334.71º 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 #80073A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 58 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.50 |
| HSL | 334.71º | 0.9% | 0.26% | - |
| HSV(B) | 334.71º | 0.95% | 0.5% | - |
| XYZ | 9.74 | 5.05 | 4.46 | - |
| YUV | 48.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 58 | 0 | 0.95 | 0.55 | 0.50 | 334.71 | 0.9 | 0.26 |
| Hex | 80 | 7 | 3A | 0 | 5F | 37 | 32 | 14F | 5A | 1A |
| Octal | 200 | 7 | 72 | 0 | 137 | 67 | 62 | 517 | 132 | 32 |
| Binary | 10000000 | 111 | 111010 | 0 | 1011111 | 110111 | 110010 | 101001111 | 1011010 | 11010 |
Color Harmonies of #80073A
Complementary color
Monochromatic Colors of #80073A
Black with #80073A
Text Example
Text Example
White with #80073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80073A; }
p { color: rgb(128,7,58); }
H1.HeaderClassName
{
color: #80073A;
}
.AnyTagClassName
{
color: #80073A;
}
</style>
background-color css
<style>
a { background-color: #80073A; }
a { background-color: rgb(128,7,58); }
div.DivClassName
{
background-color: #80073A;
}
.BgClassName
{
background-color: #80073A;
}
</style>
border-color css
<style>
span { border-color: #80073A; }
span { border-color: rgb(128,7,58); }
td.TdClassName
{
border-color: #80073A;
}
.TagClassName
{
border-color: #80073A;
}
</style>