Shades of Tyrian Purple #80093B
Tints of Tyrian Purple #80093B
RGB
CMYK
RGB Variations
Color information
#80093B (or 0x80093B) is known color: Tyrian Purple. HEX triplet: 80, 09 and 3B. RGB value is (128,9,59). Sum of RGB (Red+Green+Blue) = 128+9+59=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093B is #7FF6C4. Grayscale: #323232. Windows color (decimal): -8386245 or 3869056. OLE color: 3869056.
HSL color Cylindrical-coordinate representation of color #80093B: hue angle of 334.79º 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 #80093B is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 59 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.50 |
| HSL | 334.79º | 0.87% | 0.27% | - |
| HSV(B) | 334.79º | 0.93% | 0.5% | - |
| XYZ | 9.79 | 5.1 | 4.61 | - |
| YUV | 50.28 | 132.92 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 59 | 0 | 0.93 | 0.54 | 0.50 | 334.79 | 0.87 | 0.27 |
| Hex | 80 | 9 | 3B | 0 | 5D | 36 | 32 | 14F | 57 | 1B |
| Octal | 200 | 11 | 73 | 0 | 135 | 66 | 62 | 517 | 127 | 33 |
| Binary | 10000000 | 1001 | 111011 | 0 | 1011101 | 110110 | 110010 | 101001111 | 1010111 | 11011 |
Color Harmonies of #80093B
Complementary color
Monochromatic Colors of #80093B
Black with #80093B
Text Example
Text Example
White with #80093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80093B; }
p { color: rgb(128,9,59); }
H1.HeaderClassName
{
color: #80093B;
}
.AnyTagClassName
{
color: #80093B;
}
</style>
background-color css
<style>
a { background-color: #80093B; }
a { background-color: rgb(128,9,59); }
div.DivClassName
{
background-color: #80093B;
}
.BgClassName
{
background-color: #80093B;
}
</style>
border-color css
<style>
span { border-color: #80093B; }
span { border-color: rgb(128,9,59); }
td.TdClassName
{
border-color: #80093B;
}
.TagClassName
{
border-color: #80093B;
}
</style>