Shades of Tyrian Purple #870045
Tints of Tyrian Purple #870045
RGB
CMYK
RGB Variations
Color information
#870045 (or 0x870045) is known color: Tyrian Purple. HEX triplet: 87, 00 and 45. RGB value is (135,0,69). Sum of RGB (Red+Green+Blue) = 135+0+69=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #870045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870045 is #78FFBA. Grayscale: #303030. Windows color (decimal): -7929787 or 4522119. OLE color: 4522119.
HSL color Cylindrical-coordinate representation of color #870045: hue angle of 329.33º 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 #870045 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.49 | 0.47 |
| HSL | 329.33º | 1% | 0.26% | - |
| HSV(B) | 329.33º | 1% | 0.53% | - |
| XYZ | 11.07 | 5.58 | 6.12 | - |
| YUV | 48.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 69 | 0 | 1 | 0.49 | 0.47 | 329.33 | 1 | 0.26 |
| Hex | 87 | 0 | 45 | 0 | 64 | 31 | 2F | 149 | 64 | 1A |
| Octal | 207 | 0 | 105 | 0 | 144 | 61 | 57 | 511 | 144 | 32 |
| Binary | 10000111 | 0 | 1000101 | 0 | 1100100 | 110001 | 101111 | 101001001 | 1100100 | 11010 |
Color Harmonies of #870045
Complementary color
Monochromatic Colors of #870045
Black with #870045
Text Example
Text Example
White with #870045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870045; }
p { color: rgb(135,0,69); }
H1.HeaderClassName
{
color: #870045;
}
.AnyTagClassName
{
color: #870045;
}
</style>
background-color css
<style>
a { background-color: #870045; }
a { background-color: rgb(135,0,69); }
div.DivClassName
{
background-color: #870045;
}
.BgClassName
{
background-color: #870045;
}
</style>
border-color css
<style>
span { border-color: #870045; }
span { border-color: rgb(135,0,69); }
td.TdClassName
{
border-color: #870045;
}
.TagClassName
{
border-color: #870045;
}
</style>