Shades of Tyrian Purple #86014A
Tints of Tyrian Purple #86014A
RGB
CMYK
RGB Variations
Color information
#86014A (or 0x86014A) is known color: Tyrian Purple. HEX triplet: 86, 01 and 4A. RGB value is (134,1,74). Sum of RGB (Red+Green+Blue) = 134+1+74=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #86014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86014A is #79FEB5. Grayscale: #303030. Windows color (decimal): -7995062 or 4850054. OLE color: 4850054.
HSL color Cylindrical-coordinate representation of color #86014A: hue angle of 327.07º 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 #86014A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.47 |
| HSL | 327.07º | 0.99% | 0.26% | - |
| HSV(B) | 327.07º | 0.99% | 0.53% | - |
| XYZ | 11.08 | 5.58 | 6.97 | - |
| YUV | 49.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 74 | 0 | 0.99 | 0.45 | 0.47 | 327.07 | 0.99 | 0.26 |
| Hex | 86 | 1 | 4A | 0 | 63 | 2D | 2F | 147 | 63 | 1A |
| Octal | 206 | 1 | 112 | 0 | 143 | 55 | 57 | 507 | 143 | 32 |
| Binary | 10000110 | 1 | 1001010 | 0 | 1100011 | 101101 | 101111 | 101000111 | 1100011 | 11010 |
Color Harmonies of #86014A
Complementary color
Monochromatic Colors of #86014A
Black with #86014A
Text Example
Text Example
White with #86014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86014A; }
p { color: rgb(134,1,74); }
H1.HeaderClassName
{
color: #86014A;
}
.AnyTagClassName
{
color: #86014A;
}
</style>
background-color css
<style>
a { background-color: #86014A; }
a { background-color: rgb(134,1,74); }
div.DivClassName
{
background-color: #86014A;
}
.BgClassName
{
background-color: #86014A;
}
</style>
border-color css
<style>
span { border-color: #86014A; }
span { border-color: rgb(134,1,74); }
td.TdClassName
{
border-color: #86014A;
}
.TagClassName
{
border-color: #86014A;
}
</style>