Shades of Tyrian Purple #86013F
Tints of Tyrian Purple #86013F
RGB
CMYK
RGB Variations
Color information
#86013F (or 0x86013F) is known color: Tyrian Purple. HEX triplet: 86, 01 and 3F. RGB value is (134,1,63). Sum of RGB (Red+Green+Blue) = 134+1+63=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013F is #79FEC0. Grayscale: #2F2F2F. Windows color (decimal): -7995073 or 4129158. OLE color: 4129158.
HSL color Cylindrical-coordinate representation of color #86013F: hue angle of 332.03º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86013F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.47 |
| HSL | 332.03º | 0.99% | 0.26% | - |
| HSV(B) | 332.03º | 0.99% | 0.53% | - |
| XYZ | 10.74 | 5.45 | 5.19 | - |
| YUV | 47.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 63 | 0 | 0.99 | 0.53 | 0.47 | 332.03 | 0.99 | 0.26 |
| Hex | 86 | 1 | 3F | 0 | 63 | 35 | 2F | 14C | 63 | 1A |
| Octal | 206 | 1 | 77 | 0 | 143 | 65 | 57 | 514 | 143 | 32 |
| Binary | 10000110 | 1 | 111111 | 0 | 1100011 | 110101 | 101111 | 101001100 | 1100011 | 11010 |
Color Harmonies of #86013F
Complementary color
Monochromatic Colors of #86013F
Black with #86013F
Text Example
Text Example
White with #86013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86013F; }
p { color: rgb(134,1,63); }
H1.HeaderClassName
{
color: #86013F;
}
.AnyTagClassName
{
color: #86013F;
}
</style>
background-color css
<style>
a { background-color: #86013F; }
a { background-color: rgb(134,1,63); }
div.DivClassName
{
background-color: #86013F;
}
.BgClassName
{
background-color: #86013F;
}
</style>
border-color css
<style>
span { border-color: #86013F; }
span { border-color: rgb(134,1,63); }
td.TdClassName
{
border-color: #86013F;
}
.TagClassName
{
border-color: #86013F;
}
</style>