Shades of Tyrian Purple #880541
Tints of Tyrian Purple #880541
RGB
CMYK
RGB Variations
Color information
#880541 (or 0x880541) is known color: Tyrian Purple. HEX triplet: 88, 05 and 41. RGB value is (136,5,65). Sum of RGB (Red+Green+Blue) = 136+5+65=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880541 is #77FABE. Grayscale: #323232. Windows color (decimal): -7862975 or 4261256. OLE color: 4261256.
HSL color Cylindrical-coordinate representation of color #880541: hue angle of 332.52º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880541 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 65 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.47 |
| HSL | 332.52º | 0.93% | 0.28% | - |
| HSV(B) | 332.52º | 0.96% | 0.53% | - |
| XYZ | 11.16 | 5.72 | 5.52 | - |
| YUV | 51.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 65 | 0 | 0.96 | 0.52 | 0.47 | 332.52 | 0.93 | 0.28 |
| Hex | 88 | 5 | 41 | 0 | 60 | 34 | 2F | 14D | 5D | 1C |
| Octal | 210 | 5 | 101 | 0 | 140 | 64 | 57 | 515 | 135 | 34 |
| Binary | 10001000 | 101 | 1000001 | 0 | 1100000 | 110100 | 101111 | 101001101 | 1011101 | 11100 |
Color Harmonies of #880541
Complementary color
Monochromatic Colors of #880541
Black with #880541
Text Example
Text Example
White with #880541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880541; }
p { color: rgb(136,5,65); }
H1.HeaderClassName
{
color: #880541;
}
.AnyTagClassName
{
color: #880541;
}
</style>
background-color css
<style>
a { background-color: #880541; }
a { background-color: rgb(136,5,65); }
div.DivClassName
{
background-color: #880541;
}
.BgClassName
{
background-color: #880541;
}
</style>
border-color css
<style>
span { border-color: #880541; }
span { border-color: rgb(136,5,65); }
td.TdClassName
{
border-color: #880541;
}
.TagClassName
{
border-color: #880541;
}
</style>