Shades of Tyrian Purple #880048
Tints of Tyrian Purple #880048
RGB
CMYK
RGB Variations
Color information
#880048 (or 0x880048) is known color: Tyrian Purple. HEX triplet: 88, 00 and 48. RGB value is (136,0,72). Sum of RGB (Red+Green+Blue) = 136+0+72=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880048 is #77FFB7. Grayscale: #303030. Windows color (decimal): -7864248 or 4718728. OLE color: 4718728.
HSL color Cylindrical-coordinate representation of color #880048: hue angle of 328.24º 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 #880048 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.47 | 0.47 |
| HSL | 328.24º | 1% | 0.27% | - |
| HSV(B) | 328.24º | 1% | 0.53% | - |
| XYZ | 11.32 | 5.7 | 6.63 | - |
| YUV | 48.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 72 | 0 | 1 | 0.47 | 0.47 | 328.24 | 1 | 0.27 |
| Hex | 88 | 0 | 48 | 0 | 64 | 2F | 2F | 148 | 64 | 1B |
| Octal | 210 | 0 | 110 | 0 | 144 | 57 | 57 | 510 | 144 | 33 |
| Binary | 10001000 | 0 | 1001000 | 0 | 1100100 | 101111 | 101111 | 101001000 | 1100100 | 11011 |
Color Harmonies of #880048
Complementary color
Monochromatic Colors of #880048
Black with #880048
Text Example
Text Example
White with #880048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880048; }
p { color: rgb(136,0,72); }
H1.HeaderClassName
{
color: #880048;
}
.AnyTagClassName
{
color: #880048;
}
</style>
background-color css
<style>
a { background-color: #880048; }
a { background-color: rgb(136,0,72); }
div.DivClassName
{
background-color: #880048;
}
.BgClassName
{
background-color: #880048;
}
</style>
border-color css
<style>
span { border-color: #880048; }
span { border-color: rgb(136,0,72); }
td.TdClassName
{
border-color: #880048;
}
.TagClassName
{
border-color: #880048;
}
</style>