Shades of Tyrian Purple #880344
Tints of Tyrian Purple #880344
RGB
CMYK
RGB Variations
Color information
#880344 (or 0x880344) is known color: Tyrian Purple. HEX triplet: 88, 03 and 44. RGB value is (136,3,68). Sum of RGB (Red+Green+Blue) = 136+3+68=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880344 is #77FCBB. Grayscale: #323232. Windows color (decimal): -7863484 or 4457352. OLE color: 4457352.
HSL color Cylindrical-coordinate representation of color #880344: hue angle of 330.68º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880344 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 68 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.47 |
| HSL | 330.68º | 0.96% | 0.27% | - |
| HSV(B) | 330.68º | 0.98% | 0.53% | - |
| XYZ | 11.23 | 5.72 | 5.98 | - |
| YUV | 50.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 68 | 0 | 0.98 | 0.50 | 0.47 | 330.68 | 0.96 | 0.27 |
| Hex | 88 | 3 | 44 | 0 | 62 | 32 | 2F | 14B | 60 | 1B |
| Octal | 210 | 3 | 104 | 0 | 142 | 62 | 57 | 513 | 140 | 33 |
| Binary | 10001000 | 11 | 1000100 | 0 | 1100010 | 110010 | 101111 | 101001011 | 1100000 | 11011 |
Color Harmonies of #880344
Complementary color
Monochromatic Colors of #880344
Black with #880344
Text Example
Text Example
White with #880344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880344; }
p { color: rgb(136,3,68); }
H1.HeaderClassName
{
color: #880344;
}
.AnyTagClassName
{
color: #880344;
}
</style>
background-color css
<style>
a { background-color: #880344; }
a { background-color: rgb(136,3,68); }
div.DivClassName
{
background-color: #880344;
}
.BgClassName
{
background-color: #880344;
}
</style>
border-color css
<style>
span { border-color: #880344; }
span { border-color: rgb(136,3,68); }
td.TdClassName
{
border-color: #880344;
}
.TagClassName
{
border-color: #880344;
}
</style>