Shades of Tyrian Purple #800243
Tints of Tyrian Purple #800243
RGB
CMYK
RGB Variations
Color information
#800243 (or 0x800243) is known color: Tyrian Purple. HEX triplet: 80, 02 and 43. RGB value is (128,2,67). Sum of RGB (Red+Green+Blue) = 128+2+67=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #800243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800243 is #7FFDBC. Grayscale: #2E2E2E. Windows color (decimal): -8388029 or 4391552. OLE color: 4391552.
HSL color Cylindrical-coordinate representation of color #800243: hue angle of 329.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800243 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.50 |
| HSL | 329.05º | 0.97% | 0.25% | - |
| HSV(B) | 329.05º | 0.98% | 0.5% | - |
| XYZ | 9.94 | 5.04 | 5.76 | - |
| YUV | 47.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 67 | 0 | 0.98 | 0.48 | 0.50 | 329.05 | 0.97 | 0.25 |
| Hex | 80 | 2 | 43 | 0 | 62 | 30 | 32 | 149 | 61 | 19 |
| Octal | 200 | 2 | 103 | 0 | 142 | 60 | 62 | 511 | 141 | 31 |
| Binary | 10000000 | 10 | 1000011 | 0 | 1100010 | 110000 | 110010 | 101001001 | 1100001 | 11001 |
Color Harmonies of #800243
Complementary color
Monochromatic Colors of #800243
Black with #800243
Text Example
Text Example
White with #800243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800243; }
p { color: rgb(128,2,67); }
H1.HeaderClassName
{
color: #800243;
}
.AnyTagClassName
{
color: #800243;
}
</style>
background-color css
<style>
a { background-color: #800243; }
a { background-color: rgb(128,2,67); }
div.DivClassName
{
background-color: #800243;
}
.BgClassName
{
background-color: #800243;
}
</style>
border-color css
<style>
span { border-color: #800243; }
span { border-color: rgb(128,2,67); }
td.TdClassName
{
border-color: #800243;
}
.TagClassName
{
border-color: #800243;
}
</style>