Shades of Tyrian Purple #880741
Tints of Tyrian Purple #880741
RGB
CMYK
RGB Variations
Color information
#880741 (or 0x880741) is known color: Tyrian Purple. HEX triplet: 88, 07 and 41. RGB value is (136,7,65). Sum of RGB (Red+Green+Blue) = 136+7+65=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880741 is #77F8BE. Grayscale: #343434. Windows color (decimal): -7862463 or 4261768. OLE color: 4261768.
HSL color Cylindrical-coordinate representation of color #880741: hue angle of 333.02º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880741 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 65 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.47 |
| HSL | 333.02º | 0.9% | 0.28% | - |
| HSV(B) | 333.02º | 0.95% | 0.53% | - |
| XYZ | 11.18 | 5.77 | 5.52 | - |
| YUV | 52.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 65 | 0 | 0.95 | 0.52 | 0.47 | 333.02 | 0.9 | 0.28 |
| Hex | 88 | 7 | 41 | 0 | 5F | 34 | 2F | 14D | 5A | 1C |
| Octal | 210 | 7 | 101 | 0 | 137 | 64 | 57 | 515 | 132 | 34 |
| Binary | 10001000 | 111 | 1000001 | 0 | 1011111 | 110100 | 101111 | 101001101 | 1011010 | 11100 |
Color Harmonies of #880741
Complementary color
Monochromatic Colors of #880741
Black with #880741
Text Example
Text Example
White with #880741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880741; }
p { color: rgb(136,7,65); }
H1.HeaderClassName
{
color: #880741;
}
.AnyTagClassName
{
color: #880741;
}
</style>
background-color css
<style>
a { background-color: #880741; }
a { background-color: rgb(136,7,65); }
div.DivClassName
{
background-color: #880741;
}
.BgClassName
{
background-color: #880741;
}
</style>
border-color css
<style>
span { border-color: #880741; }
span { border-color: rgb(136,7,65); }
td.TdClassName
{
border-color: #880741;
}
.TagClassName
{
border-color: #880741;
}
</style>