Shades of Tyrian Purple #86073F
Tints of Tyrian Purple #86073F
RGB
CMYK
RGB Variations
Color information
#86073F (or 0x86073F) is known color: Tyrian Purple. HEX triplet: 86, 07 and 3F. RGB value is (134,7,63). Sum of RGB (Red+Green+Blue) = 134+7+63=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #86073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86073F is #79F8C0. Grayscale: #333333. Windows color (decimal): -7993537 or 4130694. OLE color: 4130694.
HSL color Cylindrical-coordinate representation of color #86073F: hue angle of 333.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86073F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 63 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.47 |
| HSL | 333.54º | 0.9% | 0.28% | - |
| HSV(B) | 333.54º | 0.95% | 0.53% | - |
| XYZ | 10.8 | 5.58 | 5.21 | - |
| YUV | 51.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 63 | 0 | 0.95 | 0.53 | 0.47 | 333.54 | 0.9 | 0.28 |
| Hex | 86 | 7 | 3F | 0 | 5F | 35 | 2F | 14E | 5A | 1C |
| Octal | 206 | 7 | 77 | 0 | 137 | 65 | 57 | 516 | 132 | 34 |
| Binary | 10000110 | 111 | 111111 | 0 | 1011111 | 110101 | 101111 | 101001110 | 1011010 | 11100 |
Color Harmonies of #86073F
Complementary color
Monochromatic Colors of #86073F
Black with #86073F
Text Example
Text Example
White with #86073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86073F; }
p { color: rgb(134,7,63); }
H1.HeaderClassName
{
color: #86073F;
}
.AnyTagClassName
{
color: #86073F;
}
</style>
background-color css
<style>
a { background-color: #86073F; }
a { background-color: rgb(134,7,63); }
div.DivClassName
{
background-color: #86073F;
}
.BgClassName
{
background-color: #86073F;
}
</style>
border-color css
<style>
span { border-color: #86073F; }
span { border-color: rgb(134,7,63); }
td.TdClassName
{
border-color: #86073F;
}
.TagClassName
{
border-color: #86073F;
}
</style>