Shades of Tyrian Purple #800344
Tints of Tyrian Purple #800344
RGB
CMYK
RGB Variations
Color information
#800344 (or 0x800344) is known color: Tyrian Purple. HEX triplet: 80, 03 and 44. RGB value is (128,3,68). Sum of RGB (Red+Green+Blue) = 128+3+68=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #800344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800344 is #7FFCBB. Grayscale: #2F2F2F. Windows color (decimal): -8387772 or 4457344. OLE color: 4457344.
HSL color Cylindrical-coordinate representation of color #800344: hue angle of 328.8º 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 #800344 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.50 |
| HSL | 328.8º | 0.95% | 0.26% | - |
| HSV(B) | 328.8º | 0.98% | 0.5% | - |
| XYZ | 9.98 | 5.07 | 5.92 | - |
| YUV | 47.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 68 | 0 | 0.98 | 0.47 | 0.50 | 328.8 | 0.95 | 0.26 |
| Hex | 80 | 3 | 44 | 0 | 62 | 2F | 32 | 149 | 5F | 1A |
| Octal | 200 | 3 | 104 | 0 | 142 | 57 | 62 | 511 | 137 | 32 |
| Binary | 10000000 | 11 | 1000100 | 0 | 1100010 | 101111 | 110010 | 101001001 | 1011111 | 11010 |
Color Harmonies of #800344
Complementary color
Monochromatic Colors of #800344
Black with #800344
Text Example
Text Example
White with #800344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800344; }
p { color: rgb(128,3,68); }
H1.HeaderClassName
{
color: #800344;
}
.AnyTagClassName
{
color: #800344;
}
</style>
background-color css
<style>
a { background-color: #800344; }
a { background-color: rgb(128,3,68); }
div.DivClassName
{
background-color: #800344;
}
.BgClassName
{
background-color: #800344;
}
</style>
border-color css
<style>
span { border-color: #800344; }
span { border-color: rgb(128,3,68); }
td.TdClassName
{
border-color: #800344;
}
.TagClassName
{
border-color: #800344;
}
</style>