Shades of Tyrian Purple #87003F
Tints of Tyrian Purple #87003F
RGB
CMYK
RGB Variations
Color information
#87003F (or 0x87003F) is known color: Tyrian Purple. HEX triplet: 87, 00 and 3F. RGB value is (135,0,63). Sum of RGB (Red+Green+Blue) = 135+0+63=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87003F is #78FFC0. Grayscale: #2F2F2F. Windows color (decimal): -7929793 or 4128903. OLE color: 4128903.
HSL color Cylindrical-coordinate representation of color #87003F: hue angle of 332º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87003F is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.53 | 0.47 |
| HSL | 332º | 1% | 0.26% | - |
| HSV(B) | 332º | 1% | 0.53% | - |
| XYZ | 10.89 | 5.51 | 5.19 | - |
| YUV | 47.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 63 | 0 | 1 | 0.53 | 0.47 | 332 | 1 | 0.26 |
| Hex | 87 | 0 | 3F | 0 | 64 | 35 | 2F | 14C | 64 | 1A |
| Octal | 207 | 0 | 77 | 0 | 144 | 65 | 57 | 514 | 144 | 32 |
| Binary | 10000111 | 0 | 111111 | 0 | 1100100 | 110101 | 101111 | 101001100 | 1100100 | 11010 |
Color Harmonies of #87003F
Complementary color
Monochromatic Colors of #87003F
Black with #87003F
Text Example
Text Example
White with #87003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87003F; }
p { color: rgb(135,0,63); }
H1.HeaderClassName
{
color: #87003F;
}
.AnyTagClassName
{
color: #87003F;
}
</style>
background-color css
<style>
a { background-color: #87003F; }
a { background-color: rgb(135,0,63); }
div.DivClassName
{
background-color: #87003F;
}
.BgClassName
{
background-color: #87003F;
}
</style>
border-color css
<style>
span { border-color: #87003F; }
span { border-color: rgb(135,0,63); }
td.TdClassName
{
border-color: #87003F;
}
.TagClassName
{
border-color: #87003F;
}
</style>