Shades of Tyrian Purple #86023E
Tints of Tyrian Purple #86023E
RGB
CMYK
RGB Variations
Color information
#86023E (or 0x86023E) is known color: Tyrian Purple. HEX triplet: 86, 02 and 3E. RGB value is (134,2,62). Sum of RGB (Red+Green+Blue) = 134+2+62=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86023E is #79FDC1. Grayscale: #303030. Windows color (decimal): -7994818 or 4063878. OLE color: 4063878.
HSL color Cylindrical-coordinate representation of color #86023E: hue angle of 332.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86023E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.47 |
| HSL | 332.73º | 0.97% | 0.27% | - |
| HSV(B) | 332.73º | 0.99% | 0.53% | - |
| XYZ | 10.72 | 5.46 | 5.05 | - |
| YUV | 48.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 62 | 0 | 0.99 | 0.54 | 0.47 | 332.73 | 0.97 | 0.27 |
| Hex | 86 | 2 | 3E | 0 | 63 | 36 | 2F | 14D | 61 | 1B |
| Octal | 206 | 2 | 76 | 0 | 143 | 66 | 57 | 515 | 141 | 33 |
| Binary | 10000110 | 10 | 111110 | 0 | 1100011 | 110110 | 101111 | 101001101 | 1100001 | 11011 |
Color Harmonies of #86023E
Complementary color
Monochromatic Colors of #86023E
Black with #86023E
Text Example
Text Example
White with #86023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86023E; }
p { color: rgb(134,2,62); }
H1.HeaderClassName
{
color: #86023E;
}
.AnyTagClassName
{
color: #86023E;
}
</style>
background-color css
<style>
a { background-color: #86023E; }
a { background-color: rgb(134,2,62); }
div.DivClassName
{
background-color: #86023E;
}
.BgClassName
{
background-color: #86023E;
}
</style>
border-color css
<style>
span { border-color: #86023E; }
span { border-color: rgb(134,2,62); }
td.TdClassName
{
border-color: #86023E;
}
.TagClassName
{
border-color: #86023E;
}
</style>