Shades of Tyrian Purple #880146
Tints of Tyrian Purple #880146
RGB
CMYK
RGB Variations
Color information
#880146 (or 0x880146) is known color: Tyrian Purple. HEX triplet: 88, 01 and 46. RGB value is (136,1,70). Sum of RGB (Red+Green+Blue) = 136+1+70=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880146 is #77FEB9. Grayscale: #313131. Windows color (decimal): -7863994 or 4587912. OLE color: 4587912.
HSL color Cylindrical-coordinate representation of color #880146: hue angle of 329.33º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880146 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.47 |
| HSL | 329.33º | 0.99% | 0.27% | - |
| HSV(B) | 329.33º | 0.99% | 0.53% | - |
| XYZ | 11.27 | 5.7 | 6.3 | - |
| YUV | 49.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 70 | 0 | 0.99 | 0.49 | 0.47 | 329.33 | 0.99 | 0.27 |
| Hex | 88 | 1 | 46 | 0 | 63 | 31 | 2F | 149 | 63 | 1B |
| Octal | 210 | 1 | 106 | 0 | 143 | 61 | 57 | 511 | 143 | 33 |
| Binary | 10001000 | 1 | 1000110 | 0 | 1100011 | 110001 | 101111 | 101001001 | 1100011 | 11011 |
Color Harmonies of #880146
Complementary color
Monochromatic Colors of #880146
Black with #880146
Text Example
Text Example
White with #880146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880146; }
p { color: rgb(136,1,70); }
H1.HeaderClassName
{
color: #880146;
}
.AnyTagClassName
{
color: #880146;
}
</style>
background-color css
<style>
a { background-color: #880146; }
a { background-color: rgb(136,1,70); }
div.DivClassName
{
background-color: #880146;
}
.BgClassName
{
background-color: #880146;
}
</style>
border-color css
<style>
span { border-color: #880146; }
span { border-color: rgb(136,1,70); }
td.TdClassName
{
border-color: #880146;
}
.TagClassName
{
border-color: #880146;
}
</style>