Shades of Tyrian Purple #880047
Tints of Tyrian Purple #880047
RGB
CMYK
RGB Variations
Color information
#880047 (or 0x880047) is known color: Tyrian Purple. HEX triplet: 88, 00 and 47. RGB value is (136,0,71). Sum of RGB (Red+Green+Blue) = 136+0+71=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880047 is #77FFB8. Grayscale: #303030. Windows color (decimal): -7864249 or 4653192. OLE color: 4653192.
HSL color Cylindrical-coordinate representation of color #880047: hue angle of 328.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880047 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.48 | 0.47 |
| HSL | 328.68º | 1% | 0.27% | - |
| HSV(B) | 328.68º | 1% | 0.53% | - |
| XYZ | 11.29 | 5.69 | 6.46 | - |
| YUV | 48.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 71 | 0 | 1 | 0.48 | 0.47 | 328.68 | 1 | 0.27 |
| Hex | 88 | 0 | 47 | 0 | 64 | 30 | 2F | 149 | 64 | 1B |
| Octal | 210 | 0 | 107 | 0 | 144 | 60 | 57 | 511 | 144 | 33 |
| Binary | 10001000 | 0 | 1000111 | 0 | 1100100 | 110000 | 101111 | 101001001 | 1100100 | 11011 |
Color Harmonies of #880047
Complementary color
Monochromatic Colors of #880047
Black with #880047
Text Example
Text Example
White with #880047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880047; }
p { color: rgb(136,0,71); }
H1.HeaderClassName
{
color: #880047;
}
.AnyTagClassName
{
color: #880047;
}
</style>
background-color css
<style>
a { background-color: #880047; }
a { background-color: rgb(136,0,71); }
div.DivClassName
{
background-color: #880047;
}
.BgClassName
{
background-color: #880047;
}
</style>
border-color css
<style>
span { border-color: #880047; }
span { border-color: rgb(136,0,71); }
td.TdClassName
{
border-color: #880047;
}
.TagClassName
{
border-color: #880047;
}
</style>