Shades of Tyrian Purple #870941
Tints of Tyrian Purple #870941
RGB
CMYK
RGB Variations
Color information
#870941 (or 0x870941) is known color: Tyrian Purple. HEX triplet: 87, 09 and 41. RGB value is (135,9,65). Sum of RGB (Red+Green+Blue) = 135+9+65=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #870941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870941 is #78F6BE. Grayscale: #343434. Windows color (decimal): -7927487 or 4262279. OLE color: 4262279.
HSL color Cylindrical-coordinate representation of color #870941: hue angle of 333.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870941 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 65 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.47 |
| HSL | 333.33º | 0.88% | 0.28% | - |
| HSV(B) | 333.33º | 0.93% | 0.53% | - |
| XYZ | 11.04 | 5.73 | 5.52 | - |
| YUV | 53.06 | 134.74 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 65 | 0 | 0.93 | 0.52 | 0.47 | 333.33 | 0.88 | 0.28 |
| Hex | 87 | 9 | 41 | 0 | 5D | 34 | 2F | 14D | 58 | 1C |
| Octal | 207 | 11 | 101 | 0 | 135 | 64 | 57 | 515 | 130 | 34 |
| Binary | 10000111 | 1001 | 1000001 | 0 | 1011101 | 110100 | 101111 | 101001101 | 1011000 | 11100 |
Color Harmonies of #870941
Complementary color
Monochromatic Colors of #870941
Black with #870941
Text Example
Text Example
White with #870941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870941; }
p { color: rgb(135,9,65); }
H1.HeaderClassName
{
color: #870941;
}
.AnyTagClassName
{
color: #870941;
}
</style>
background-color css
<style>
a { background-color: #870941; }
a { background-color: rgb(135,9,65); }
div.DivClassName
{
background-color: #870941;
}
.BgClassName
{
background-color: #870941;
}
</style>
border-color css
<style>
span { border-color: #870941; }
span { border-color: rgb(135,9,65); }
td.TdClassName
{
border-color: #870941;
}
.TagClassName
{
border-color: #870941;
}
</style>