Shades of Tyrian Purple #880447
Tints of Tyrian Purple #880447
RGB
CMYK
RGB Variations
Color information
#880447 (or 0x880447) is known color: Tyrian Purple. HEX triplet: 88, 04 and 47. RGB value is (136,4,71). Sum of RGB (Red+Green+Blue) = 136+4+71=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880447 is #77FBB8. Grayscale: #323232. Windows color (decimal): -7863225 or 4654216. OLE color: 4654216.
HSL color Cylindrical-coordinate representation of color #880447: hue angle of 329.55º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880447 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 71 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.47 |
| HSL | 329.55º | 0.94% | 0.27% | - |
| HSV(B) | 329.55º | 0.97% | 0.53% | - |
| XYZ | 11.33 | 5.78 | 6.48 | - |
| YUV | 51.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 71 | 0 | 0.97 | 0.48 | 0.47 | 329.55 | 0.94 | 0.27 |
| Hex | 88 | 4 | 47 | 0 | 61 | 30 | 2F | 14A | 5E | 1B |
| Octal | 210 | 4 | 107 | 0 | 141 | 60 | 57 | 512 | 136 | 33 |
| Binary | 10001000 | 100 | 1000111 | 0 | 1100001 | 110000 | 101111 | 101001010 | 1011110 | 11011 |
Color Harmonies of #880447
Complementary color
Monochromatic Colors of #880447
Black with #880447
Text Example
Text Example
White with #880447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880447; }
p { color: rgb(136,4,71); }
H1.HeaderClassName
{
color: #880447;
}
.AnyTagClassName
{
color: #880447;
}
</style>
background-color css
<style>
a { background-color: #880447; }
a { background-color: rgb(136,4,71); }
div.DivClassName
{
background-color: #880447;
}
.BgClassName
{
background-color: #880447;
}
</style>
border-color css
<style>
span { border-color: #880447; }
span { border-color: rgb(136,4,71); }
td.TdClassName
{
border-color: #880447;
}
.TagClassName
{
border-color: #880447;
}
</style>