Shades of Tyrian Purple #880540
Tints of Tyrian Purple #880540
RGB
CMYK
RGB Variations
Color information
#880540 (or 0x880540) is known color: Tyrian Purple. HEX triplet: 88, 05 and 40. RGB value is (136,5,64). Sum of RGB (Red+Green+Blue) = 136+5+64=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880540 is #77FABF. Grayscale: #323232. Windows color (decimal): -7862976 or 4195720. OLE color: 4195720.
HSL color Cylindrical-coordinate representation of color #880540: hue angle of 332.98º 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 #880540 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 64 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.47 |
| HSL | 332.98º | 0.93% | 0.28% | - |
| HSV(B) | 332.98º | 0.96% | 0.53% | - |
| XYZ | 11.13 | 5.71 | 5.37 | - |
| YUV | 50.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 64 | 0 | 0.96 | 0.53 | 0.47 | 332.98 | 0.93 | 0.28 |
| Hex | 88 | 5 | 40 | 0 | 60 | 35 | 2F | 14D | 5D | 1C |
| Octal | 210 | 5 | 100 | 0 | 140 | 65 | 57 | 515 | 135 | 34 |
| Binary | 10001000 | 101 | 1000000 | 0 | 1100000 | 110101 | 101111 | 101001101 | 1011101 | 11100 |
Color Harmonies of #880540
Complementary color
Monochromatic Colors of #880540
Black with #880540
Text Example
Text Example
White with #880540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880540; }
p { color: rgb(136,5,64); }
H1.HeaderClassName
{
color: #880540;
}
.AnyTagClassName
{
color: #880540;
}
</style>
background-color css
<style>
a { background-color: #880540; }
a { background-color: rgb(136,5,64); }
div.DivClassName
{
background-color: #880540;
}
.BgClassName
{
background-color: #880540;
}
</style>
border-color css
<style>
span { border-color: #880540; }
span { border-color: rgb(136,5,64); }
td.TdClassName
{
border-color: #880540;
}
.TagClassName
{
border-color: #880540;
}
</style>