Shades of Tyrian Purple #86063F
Tints of Tyrian Purple #86063F
RGB
CMYK
RGB Variations
Color information
#86063F (or 0x86063F) is known color: Tyrian Purple. HEX triplet: 86, 06 and 3F. RGB value is (134,6,63). Sum of RGB (Red+Green+Blue) = 134+6+63=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #86063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86063F is #79F9C0. Grayscale: #323232. Windows color (decimal): -7993793 or 4130438. OLE color: 4130438.
HSL color Cylindrical-coordinate representation of color #86063F: hue angle of 333.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86063F is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.47 |
| HSL | 333.28º | 0.91% | 0.27% | - |
| HSV(B) | 333.28º | 0.96% | 0.53% | - |
| XYZ | 10.79 | 5.56 | 5.21 | - |
| YUV | 50.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 63 | 0 | 0.96 | 0.53 | 0.47 | 333.28 | 0.91 | 0.27 |
| Hex | 86 | 6 | 3F | 0 | 60 | 35 | 2F | 14D | 5B | 1B |
| Octal | 206 | 6 | 77 | 0 | 140 | 65 | 57 | 515 | 133 | 33 |
| Binary | 10000110 | 110 | 111111 | 0 | 1100000 | 110101 | 101111 | 101001101 | 1011011 | 11011 |
Color Harmonies of #86063F
Complementary color
Monochromatic Colors of #86063F
Black with #86063F
Text Example
Text Example
White with #86063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86063F; }
p { color: rgb(134,6,63); }
H1.HeaderClassName
{
color: #86063F;
}
.AnyTagClassName
{
color: #86063F;
}
</style>
background-color css
<style>
a { background-color: #86063F; }
a { background-color: rgb(134,6,63); }
div.DivClassName
{
background-color: #86063F;
}
.BgClassName
{
background-color: #86063F;
}
</style>
border-color css
<style>
span { border-color: #86063F; }
span { border-color: rgb(134,6,63); }
td.TdClassName
{
border-color: #86063F;
}
.TagClassName
{
border-color: #86063F;
}
</style>