Shades of Tyrian Purple #860042
Tints of Tyrian Purple #860042
RGB
CMYK
RGB Variations
Color information
#860042 (or 0x860042) is known color: Tyrian Purple. HEX triplet: 86, 00 and 42. RGB value is (134,0,66). Sum of RGB (Red+Green+Blue) = 134+0+66=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #860042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860042 is #79FFBD. Grayscale: #2F2F2F. Windows color (decimal): -7995326 or 4325510. OLE color: 4325510.
HSL color Cylindrical-coordinate representation of color #860042: hue angle of 330.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860042 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.51 | 0.47 |
| HSL | 330.45º | 1% | 0.26% | - |
| HSV(B) | 330.45º | 1% | 0.53% | - |
| XYZ | 10.81 | 5.46 | 5.64 | - |
| YUV | 47.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 66 | 0 | 1 | 0.51 | 0.47 | 330.45 | 1 | 0.26 |
| Hex | 86 | 0 | 42 | 0 | 64 | 33 | 2F | 14A | 64 | 1A |
| Octal | 206 | 0 | 102 | 0 | 144 | 63 | 57 | 512 | 144 | 32 |
| Binary | 10000110 | 0 | 1000010 | 0 | 1100100 | 110011 | 101111 | 101001010 | 1100100 | 11010 |
Color Harmonies of #860042
Complementary color
Monochromatic Colors of #860042
Black with #860042
Text Example
Text Example
White with #860042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860042; }
p { color: rgb(134,0,66); }
H1.HeaderClassName
{
color: #860042;
}
.AnyTagClassName
{
color: #860042;
}
</style>
background-color css
<style>
a { background-color: #860042; }
a { background-color: rgb(134,0,66); }
div.DivClassName
{
background-color: #860042;
}
.BgClassName
{
background-color: #860042;
}
</style>
border-color css
<style>
span { border-color: #860042; }
span { border-color: rgb(134,0,66); }
td.TdClassName
{
border-color: #860042;
}
.TagClassName
{
border-color: #860042;
}
</style>