Shades of Tyrian Purple #880840
Tints of Tyrian Purple #880840
RGB
CMYK
RGB Variations
Color information
#880840 (or 0x880840) is known color: Tyrian Purple. HEX triplet: 88, 08 and 40. RGB value is (136,8,64). Sum of RGB (Red+Green+Blue) = 136+8+64=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880840 is #77F7BF. Grayscale: #343434. Windows color (decimal): -7862208 or 4196488. OLE color: 4196488.
HSL color Cylindrical-coordinate representation of color #880840: hue angle of 333.75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880840 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 64 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.47 |
| HSL | 333.75º | 0.89% | 0.28% | - |
| HSV(B) | 333.75º | 0.94% | 0.53% | - |
| XYZ | 11.17 | 5.78 | 5.38 | - |
| YUV | 52.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 64 | 0 | 0.94 | 0.53 | 0.47 | 333.75 | 0.89 | 0.28 |
| Hex | 88 | 8 | 40 | 0 | 5E | 35 | 2F | 14E | 59 | 1C |
| Octal | 210 | 10 | 100 | 0 | 136 | 65 | 57 | 516 | 131 | 34 |
| Binary | 10001000 | 1000 | 1000000 | 0 | 1011110 | 110101 | 101111 | 101001110 | 1011001 | 11100 |
Color Harmonies of #880840
Complementary color
Monochromatic Colors of #880840
Black with #880840
Text Example
Text Example
White with #880840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880840; }
p { color: rgb(136,8,64); }
H1.HeaderClassName
{
color: #880840;
}
.AnyTagClassName
{
color: #880840;
}
</style>
background-color css
<style>
a { background-color: #880840; }
a { background-color: rgb(136,8,64); }
div.DivClassName
{
background-color: #880840;
}
.BgClassName
{
background-color: #880840;
}
</style>
border-color css
<style>
span { border-color: #880840; }
span { border-color: rgb(136,8,64); }
td.TdClassName
{
border-color: #880840;
}
.TagClassName
{
border-color: #880840;
}
</style>