Shades of Tyrian Purple #80093C
Tints of Tyrian Purple #80093C
RGB
CMYK
RGB Variations
Color information
#80093C (or 0x80093C) is known color: Tyrian Purple. HEX triplet: 80, 09 and 3C. RGB value is (128,9,60). Sum of RGB (Red+Green+Blue) = 128+9+60=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093C is #7FF6C3. Grayscale: #323232. Windows color (decimal): -8386244 or 3934592. OLE color: 3934592.
HSL color Cylindrical-coordinate representation of color #80093C: hue angle of 334.29º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80093C is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 60 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.50 |
| HSL | 334.29º | 0.87% | 0.27% | - |
| HSV(B) | 334.29º | 0.93% | 0.5% | - |
| XYZ | 9.82 | 5.11 | 4.74 | - |
| YUV | 50.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 60 | 0 | 0.93 | 0.53 | 0.50 | 334.29 | 0.87 | 0.27 |
| Hex | 80 | 9 | 3C | 0 | 5D | 35 | 32 | 14E | 57 | 1B |
| Octal | 200 | 11 | 74 | 0 | 135 | 65 | 62 | 516 | 127 | 33 |
| Binary | 10000000 | 1001 | 111100 | 0 | 1011101 | 110101 | 110010 | 101001110 | 1010111 | 11011 |
Color Harmonies of #80093C
Complementary color
Monochromatic Colors of #80093C
Black with #80093C
Text Example
Text Example
White with #80093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80093C; }
p { color: rgb(128,9,60); }
H1.HeaderClassName
{
color: #80093C;
}
.AnyTagClassName
{
color: #80093C;
}
</style>
background-color css
<style>
a { background-color: #80093C; }
a { background-color: rgb(128,9,60); }
div.DivClassName
{
background-color: #80093C;
}
.BgClassName
{
background-color: #80093C;
}
</style>
border-color css
<style>
span { border-color: #80093C; }
span { border-color: rgb(128,9,60); }
td.TdClassName
{
border-color: #80093C;
}
.TagClassName
{
border-color: #80093C;
}
</style>