Shades of Tyrian Purple #88053F
Tints of Tyrian Purple #88053F
RGB
CMYK
RGB Variations
Color information
#88053F (or 0x88053F) is known color: Tyrian Purple. HEX triplet: 88, 05 and 3F. RGB value is (136,5,63). Sum of RGB (Red+Green+Blue) = 136+5+63=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88053F is #77FAC0. Grayscale: #323232. Windows color (decimal): -7862977 or 4130184. OLE color: 4130184.
HSL color Cylindrical-coordinate representation of color #88053F: hue angle of 333.44º 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 #88053F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 63 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.47 |
| HSL | 333.44º | 0.93% | 0.28% | - |
| HSV(B) | 333.44º | 0.96% | 0.53% | - |
| XYZ | 11.1 | 5.7 | 5.22 | - |
| YUV | 50.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 63 | 0 | 0.96 | 0.54 | 0.47 | 333.44 | 0.93 | 0.28 |
| Hex | 88 | 5 | 3F | 0 | 60 | 36 | 2F | 14D | 5D | 1C |
| Octal | 210 | 5 | 77 | 0 | 140 | 66 | 57 | 515 | 135 | 34 |
| Binary | 10001000 | 101 | 111111 | 0 | 1100000 | 110110 | 101111 | 101001101 | 1011101 | 11100 |
Color Harmonies of #88053F
Complementary color
Monochromatic Colors of #88053F
Black with #88053F
Text Example
Text Example
White with #88053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88053F; }
p { color: rgb(136,5,63); }
H1.HeaderClassName
{
color: #88053F;
}
.AnyTagClassName
{
color: #88053F;
}
</style>
background-color css
<style>
a { background-color: #88053F; }
a { background-color: rgb(136,5,63); }
div.DivClassName
{
background-color: #88053F;
}
.BgClassName
{
background-color: #88053F;
}
</style>
border-color css
<style>
span { border-color: #88053F; }
span { border-color: rgb(136,5,63); }
td.TdClassName
{
border-color: #88053F;
}
.TagClassName
{
border-color: #88053F;
}
</style>