Shades of Tyrian Purple #80073C
Tints of Tyrian Purple #80073C
RGB
CMYK
RGB Variations
Color information
#80073C (or 0x80073C) is known color: Tyrian Purple. HEX triplet: 80, 07 and 3C. RGB value is (128,7,60). Sum of RGB (Red+Green+Blue) = 128+7+60=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80073C is #7FF8C3. Grayscale: #313131. Windows color (decimal): -8386756 or 3934080. OLE color: 3934080.
HSL color Cylindrical-coordinate representation of color #80073C: hue angle of 333.72º 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 #80073C is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.50 |
| HSL | 333.72º | 0.9% | 0.26% | - |
| HSV(B) | 333.72º | 0.95% | 0.5% | - |
| XYZ | 9.79 | 5.07 | 4.74 | - |
| YUV | 49.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 60 | 0 | 0.95 | 0.53 | 0.50 | 333.72 | 0.9 | 0.26 |
| Hex | 80 | 7 | 3C | 0 | 5F | 35 | 32 | 14E | 5A | 1A |
| Octal | 200 | 7 | 74 | 0 | 137 | 65 | 62 | 516 | 132 | 32 |
| Binary | 10000000 | 111 | 111100 | 0 | 1011111 | 110101 | 110010 | 101001110 | 1011010 | 11010 |
Color Harmonies of #80073C
Complementary color
Monochromatic Colors of #80073C
Black with #80073C
Text Example
Text Example
White with #80073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80073C; }
p { color: rgb(128,7,60); }
H1.HeaderClassName
{
color: #80073C;
}
.AnyTagClassName
{
color: #80073C;
}
</style>
background-color css
<style>
a { background-color: #80073C; }
a { background-color: rgb(128,7,60); }
div.DivClassName
{
background-color: #80073C;
}
.BgClassName
{
background-color: #80073C;
}
</style>
border-color css
<style>
span { border-color: #80073C; }
span { border-color: rgb(128,7,60); }
td.TdClassName
{
border-color: #80073C;
}
.TagClassName
{
border-color: #80073C;
}
</style>