Shades of Tyrian Purple #88013F
Tints of Tyrian Purple #88013F
RGB
CMYK
RGB Variations
Color information
#88013F (or 0x88013F) is known color: Tyrian Purple. HEX triplet: 88, 01 and 3F. RGB value is (136,1,63). Sum of RGB (Red+Green+Blue) = 136+1+63=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88013F is #77FEC0. Grayscale: #303030. Windows color (decimal): -7864001 or 4129160. OLE color: 4129160.
HSL color Cylindrical-coordinate representation of color #88013F: hue angle of 332.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88013F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.47 |
| HSL | 332.44º | 0.99% | 0.27% | - |
| HSV(B) | 332.44º | 0.99% | 0.53% | - |
| XYZ | 11.06 | 5.61 | 5.2 | - |
| YUV | 48.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 63 | 0 | 0.99 | 0.54 | 0.47 | 332.44 | 0.99 | 0.27 |
| Hex | 88 | 1 | 3F | 0 | 63 | 36 | 2F | 14C | 63 | 1B |
| Octal | 210 | 1 | 77 | 0 | 143 | 66 | 57 | 514 | 143 | 33 |
| Binary | 10001000 | 1 | 111111 | 0 | 1100011 | 110110 | 101111 | 101001100 | 1100011 | 11011 |
Color Harmonies of #88013F
Complementary color
Monochromatic Colors of #88013F
Black with #88013F
Text Example
Text Example
White with #88013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88013F; }
p { color: rgb(136,1,63); }
H1.HeaderClassName
{
color: #88013F;
}
.AnyTagClassName
{
color: #88013F;
}
</style>
background-color css
<style>
a { background-color: #88013F; }
a { background-color: rgb(136,1,63); }
div.DivClassName
{
background-color: #88013F;
}
.BgClassName
{
background-color: #88013F;
}
</style>
border-color css
<style>
span { border-color: #88013F; }
span { border-color: rgb(136,1,63); }
td.TdClassName
{
border-color: #88013F;
}
.TagClassName
{
border-color: #88013F;
}
</style>