Shades of Tyrian Purple #87003E
Tints of Tyrian Purple #87003E
RGB
CMYK
RGB Variations
Color information
#87003E (or 0x87003E) is known color: Tyrian Purple. HEX triplet: 87, 00 and 3E. RGB value is (135,0,62). Sum of RGB (Red+Green+Blue) = 135+0+62=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87003E is #78FFC1. Grayscale: #2F2F2F. Windows color (decimal): -7929794 or 4063367. OLE color: 4063367.
HSL color Cylindrical-coordinate representation of color #87003E: hue angle of 332.44º 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 #87003E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.54 | 0.47 |
| HSL | 332.44º | 1% | 0.26% | - |
| HSV(B) | 332.44º | 1% | 0.53% | - |
| XYZ | 10.86 | 5.5 | 5.05 | - |
| YUV | 47.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 62 | 0 | 1 | 0.54 | 0.47 | 332.44 | 1 | 0.26 |
| Hex | 87 | 0 | 3E | 0 | 64 | 36 | 2F | 14C | 64 | 1A |
| Octal | 207 | 0 | 76 | 0 | 144 | 66 | 57 | 514 | 144 | 32 |
| Binary | 10000111 | 0 | 111110 | 0 | 1100100 | 110110 | 101111 | 101001100 | 1100100 | 11010 |
Color Harmonies of #87003E
Complementary color
Monochromatic Colors of #87003E
Black with #87003E
Text Example
Text Example
White with #87003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87003E; }
p { color: rgb(135,0,62); }
H1.HeaderClassName
{
color: #87003E;
}
.AnyTagClassName
{
color: #87003E;
}
</style>
background-color css
<style>
a { background-color: #87003E; }
a { background-color: rgb(135,0,62); }
div.DivClassName
{
background-color: #87003E;
}
.BgClassName
{
background-color: #87003E;
}
</style>
border-color css
<style>
span { border-color: #87003E; }
span { border-color: rgb(135,0,62); }
td.TdClassName
{
border-color: #87003E;
}
.TagClassName
{
border-color: #87003E;
}
</style>