Shades of Tyrian Purple #880646
Tints of Tyrian Purple #880646
RGB
CMYK
RGB Variations
Color information
#880646 (or 0x880646) is known color: Tyrian Purple. HEX triplet: 88, 06 and 46. RGB value is (136,6,70). Sum of RGB (Red+Green+Blue) = 136+6+70=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880646 is #77F9B9. Grayscale: #343434. Windows color (decimal): -7862714 or 4589192. OLE color: 4589192.
HSL color Cylindrical-coordinate representation of color #880646: hue angle of 330.46º degrees, saturation: 0.92, 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 #880646 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 70 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.47 |
| HSL | 330.46º | 0.92% | 0.28% | - |
| HSV(B) | 330.46º | 0.96% | 0.53% | - |
| XYZ | 11.32 | 5.81 | 6.32 | - |
| YUV | 52.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 70 | 0 | 0.96 | 0.49 | 0.47 | 330.46 | 0.92 | 0.28 |
| Hex | 88 | 6 | 46 | 0 | 60 | 31 | 2F | 14A | 5C | 1C |
| Octal | 210 | 6 | 106 | 0 | 140 | 61 | 57 | 512 | 134 | 34 |
| Binary | 10001000 | 110 | 1000110 | 0 | 1100000 | 110001 | 101111 | 101001010 | 1011100 | 11100 |
Color Harmonies of #880646
Complementary color
Monochromatic Colors of #880646
Black with #880646
Text Example
Text Example
White with #880646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880646; }
p { color: rgb(136,6,70); }
H1.HeaderClassName
{
color: #880646;
}
.AnyTagClassName
{
color: #880646;
}
</style>
background-color css
<style>
a { background-color: #880646; }
a { background-color: rgb(136,6,70); }
div.DivClassName
{
background-color: #880646;
}
.BgClassName
{
background-color: #880646;
}
</style>
border-color css
<style>
span { border-color: #880646; }
span { border-color: rgb(136,6,70); }
td.TdClassName
{
border-color: #880646;
}
.TagClassName
{
border-color: #880646;
}
</style>