Shades of Tyrian Purple #800246
Tints of Tyrian Purple #800246
RGB
CMYK
RGB Variations
Color information
#800246 (or 0x800246) is known color: Tyrian Purple. HEX triplet: 80, 02 and 46. RGB value is (128,2,70). Sum of RGB (Red+Green+Blue) = 128+2+70=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #800246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800246 is #7FFDB9. Grayscale: #2F2F2F. Windows color (decimal): -8388026 or 4588160. OLE color: 4588160.
HSL color Cylindrical-coordinate representation of color #800246: hue angle of 327.62º 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 #800246 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.50 |
| HSL | 327.62º | 0.97% | 0.25% | - |
| HSV(B) | 327.62º | 0.98% | 0.5% | - |
| XYZ | 10.03 | 5.07 | 6.25 | - |
| YUV | 47.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 70 | 0 | 0.98 | 0.45 | 0.50 | 327.62 | 0.97 | 0.25 |
| Hex | 80 | 2 | 46 | 0 | 62 | 2D | 32 | 148 | 61 | 19 |
| Octal | 200 | 2 | 106 | 0 | 142 | 55 | 62 | 510 | 141 | 31 |
| Binary | 10000000 | 10 | 1000110 | 0 | 1100010 | 101101 | 110010 | 101001000 | 1100001 | 11001 |
Color Harmonies of #800246
Complementary color
Monochromatic Colors of #800246
Black with #800246
Text Example
Text Example
White with #800246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800246; }
p { color: rgb(128,2,70); }
H1.HeaderClassName
{
color: #800246;
}
.AnyTagClassName
{
color: #800246;
}
</style>
background-color css
<style>
a { background-color: #800246; }
a { background-color: rgb(128,2,70); }
div.DivClassName
{
background-color: #800246;
}
.BgClassName
{
background-color: #800246;
}
</style>
border-color css
<style>
span { border-color: #800246; }
span { border-color: rgb(128,2,70); }
td.TdClassName
{
border-color: #800246;
}
.TagClassName
{
border-color: #800246;
}
</style>