Shades of Tyrian Purple #870243
Tints of Tyrian Purple #870243
RGB
CMYK
RGB Variations
Color information
#870243 (or 0x870243) is known color: Tyrian Purple. HEX triplet: 87, 02 and 43. RGB value is (135,2,67). Sum of RGB (Red+Green+Blue) = 135+2+67=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #870243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870243 is #78FDBC. Grayscale: #313131. Windows color (decimal): -7929277 or 4391559. OLE color: 4391559.
HSL color Cylindrical-coordinate representation of color #870243: hue angle of 330.68º degrees, saturation: 0.97, 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 #870243 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.47 |
| HSL | 330.68º | 0.97% | 0.27% | - |
| HSV(B) | 330.68º | 0.99% | 0.53% | - |
| XYZ | 11.03 | 5.6 | 5.81 | - |
| YUV | 49.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 67 | 0 | 0.99 | 0.50 | 0.47 | 330.68 | 0.97 | 0.27 |
| Hex | 87 | 2 | 43 | 0 | 63 | 32 | 2F | 14B | 61 | 1B |
| Octal | 207 | 2 | 103 | 0 | 143 | 62 | 57 | 513 | 141 | 33 |
| Binary | 10000111 | 10 | 1000011 | 0 | 1100011 | 110010 | 101111 | 101001011 | 1100001 | 11011 |
Color Harmonies of #870243
Complementary color
Monochromatic Colors of #870243
Black with #870243
Text Example
Text Example
White with #870243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870243; }
p { color: rgb(135,2,67); }
H1.HeaderClassName
{
color: #870243;
}
.AnyTagClassName
{
color: #870243;
}
</style>
background-color css
<style>
a { background-color: #870243; }
a { background-color: rgb(135,2,67); }
div.DivClassName
{
background-color: #870243;
}
.BgClassName
{
background-color: #870243;
}
</style>
border-color css
<style>
span { border-color: #870243; }
span { border-color: rgb(135,2,67); }
td.TdClassName
{
border-color: #870243;
}
.TagClassName
{
border-color: #870243;
}
</style>