Shades of Tyrian Purple #86013D
Tints of Tyrian Purple #86013D
RGB
CMYK
RGB Variations
Color information
#86013D (or 0x86013D) is known color: Tyrian Purple. HEX triplet: 86, 01 and 3D. RGB value is (134,1,61). Sum of RGB (Red+Green+Blue) = 134+1+61=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013D is #79FEC2. Grayscale: #2F2F2F. Windows color (decimal): -7995075 or 3998086. OLE color: 3998086.
HSL color Cylindrical-coordinate representation of color #86013D: hue angle of 332.93º 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 #86013D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.47 |
| HSL | 332.93º | 0.99% | 0.26% | - |
| HSV(B) | 332.93º | 0.99% | 0.53% | - |
| XYZ | 10.68 | 5.43 | 4.9 | - |
| YUV | 47.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 61 | 0 | 0.99 | 0.54 | 0.47 | 332.93 | 0.99 | 0.26 |
| Hex | 86 | 1 | 3D | 0 | 63 | 36 | 2F | 14D | 63 | 1A |
| Octal | 206 | 1 | 75 | 0 | 143 | 66 | 57 | 515 | 143 | 32 |
| Binary | 10000110 | 1 | 111101 | 0 | 1100011 | 110110 | 101111 | 101001101 | 1100011 | 11010 |
Color Harmonies of #86013D
Complementary color
Monochromatic Colors of #86013D
Black with #86013D
Text Example
Text Example
White with #86013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86013D; }
p { color: rgb(134,1,61); }
H1.HeaderClassName
{
color: #86013D;
}
.AnyTagClassName
{
color: #86013D;
}
</style>
background-color css
<style>
a { background-color: #86013D; }
a { background-color: rgb(134,1,61); }
div.DivClassName
{
background-color: #86013D;
}
.BgClassName
{
background-color: #86013D;
}
</style>
border-color css
<style>
span { border-color: #86013D; }
span { border-color: rgb(134,1,61); }
td.TdClassName
{
border-color: #86013D;
}
.TagClassName
{
border-color: #86013D;
}
</style>