Shades of Tyrian Purple #800649
Tints of Tyrian Purple #800649
RGB
CMYK
RGB Variations
Color information
#800649 (or 0x800649) is known color: Tyrian Purple. HEX triplet: 80, 06 and 49. RGB value is (128,6,73). Sum of RGB (Red+Green+Blue) = 128+6+73=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #800649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800649 is #7FF9B6. Grayscale: #313131. Windows color (decimal): -8386999 or 4785792. OLE color: 4785792.
HSL color Cylindrical-coordinate representation of color #800649: hue angle of 327.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800649 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 73 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.50 |
| HSL | 327.05º | 0.91% | 0.26% | - |
| HSV(B) | 327.05º | 0.95% | 0.5% | - |
| XYZ | 10.17 | 5.2 | 6.77 | - |
| YUV | 50.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 73 | 0 | 0.95 | 0.43 | 0.50 | 327.05 | 0.91 | 0.26 |
| Hex | 80 | 6 | 49 | 0 | 5F | 2B | 32 | 147 | 5B | 1A |
| Octal | 200 | 6 | 111 | 0 | 137 | 53 | 62 | 507 | 133 | 32 |
| Binary | 10000000 | 110 | 1001001 | 0 | 1011111 | 101011 | 110010 | 101000111 | 1011011 | 11010 |
Color Harmonies of #800649
Complementary color
Monochromatic Colors of #800649
Black with #800649
Text Example
Text Example
White with #800649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800649; }
p { color: rgb(128,6,73); }
H1.HeaderClassName
{
color: #800649;
}
.AnyTagClassName
{
color: #800649;
}
</style>
background-color css
<style>
a { background-color: #800649; }
a { background-color: rgb(128,6,73); }
div.DivClassName
{
background-color: #800649;
}
.BgClassName
{
background-color: #800649;
}
</style>
border-color css
<style>
span { border-color: #800649; }
span { border-color: rgb(128,6,73); }
td.TdClassName
{
border-color: #800649;
}
.TagClassName
{
border-color: #800649;
}
</style>