Shades of Tyrian Purple #80093D
Tints of Tyrian Purple #80093D
RGB
CMYK
RGB Variations
Color information
#80093D (or 0x80093D) is known color: Tyrian Purple. HEX triplet: 80, 09 and 3D. RGB value is (128,9,61). Sum of RGB (Red+Green+Blue) = 128+9+61=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #80093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80093D is #7FF6C2. Grayscale: #323232. Windows color (decimal): -8386243 or 4000128. OLE color: 4000128.
HSL color Cylindrical-coordinate representation of color #80093D: hue angle of 333.78º 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 #80093D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 61 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.50 |
| HSL | 333.78º | 0.87% | 0.27% | - |
| HSV(B) | 333.78º | 0.93% | 0.5% | - |
| XYZ | 9.84 | 5.12 | 4.88 | - |
| YUV | 50.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 61 | 0 | 0.93 | 0.52 | 0.50 | 333.78 | 0.87 | 0.27 |
| Hex | 80 | 9 | 3D | 0 | 5D | 34 | 32 | 14E | 57 | 1B |
| Octal | 200 | 11 | 75 | 0 | 135 | 64 | 62 | 516 | 127 | 33 |
| Binary | 10000000 | 1001 | 111101 | 0 | 1011101 | 110100 | 110010 | 101001110 | 1010111 | 11011 |
Color Harmonies of #80093D
Complementary color
Monochromatic Colors of #80093D
Black with #80093D
Text Example
Text Example
White with #80093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80093D; }
p { color: rgb(128,9,61); }
H1.HeaderClassName
{
color: #80093D;
}
.AnyTagClassName
{
color: #80093D;
}
</style>
background-color css
<style>
a { background-color: #80093D; }
a { background-color: rgb(128,9,61); }
div.DivClassName
{
background-color: #80093D;
}
.BgClassName
{
background-color: #80093D;
}
</style>
border-color css
<style>
span { border-color: #80093D; }
span { border-color: rgb(128,9,61); }
td.TdClassName
{
border-color: #80093D;
}
.TagClassName
{
border-color: #80093D;
}
</style>