Shades of Tyrian Purple #800349
Tints of Tyrian Purple #800349
RGB
CMYK
RGB Variations
Color information
#800349 (or 0x800349) is known color: Tyrian Purple. HEX triplet: 80, 03 and 49. RGB value is (128,3,73). Sum of RGB (Red+Green+Blue) = 128+3+73=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #800349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800349 is #7FFCB6. Grayscale: #303030. Windows color (decimal): -8387767 or 4785024. OLE color: 4785024.
HSL color Cylindrical-coordinate representation of color #800349: hue angle of 326.4º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800349 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 73 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.50 |
| HSL | 326.4º | 0.95% | 0.26% | - |
| HSV(B) | 326.4º | 0.98% | 0.5% | - |
| XYZ | 10.14 | 5.14 | 6.76 | - |
| YUV | 48.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 73 | 0 | 0.98 | 0.43 | 0.50 | 326.4 | 0.95 | 0.26 |
| Hex | 80 | 3 | 49 | 0 | 62 | 2B | 32 | 146 | 5F | 1A |
| Octal | 200 | 3 | 111 | 0 | 142 | 53 | 62 | 506 | 137 | 32 |
| Binary | 10000000 | 11 | 1001001 | 0 | 1100010 | 101011 | 110010 | 101000110 | 1011111 | 11010 |
Color Harmonies of #800349
Complementary color
Monochromatic Colors of #800349
Black with #800349
Text Example
Text Example
White with #800349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800349; }
p { color: rgb(128,3,73); }
H1.HeaderClassName
{
color: #800349;
}
.AnyTagClassName
{
color: #800349;
}
</style>
background-color css
<style>
a { background-color: #800349; }
a { background-color: rgb(128,3,73); }
div.DivClassName
{
background-color: #800349;
}
.BgClassName
{
background-color: #800349;
}
</style>
border-color css
<style>
span { border-color: #800349; }
span { border-color: rgb(128,3,73); }
td.TdClassName
{
border-color: #800349;
}
.TagClassName
{
border-color: #800349;
}
</style>