Shades of Tyrian Purple #860841
Tints of Tyrian Purple #860841
RGB
CMYK
RGB Variations
Color information
#860841 (or 0x860841) is known color: Tyrian Purple. HEX triplet: 86, 08 and 41. RGB value is (134,8,65). Sum of RGB (Red+Green+Blue) = 134+8+65=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #860841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860841 is #79F7BE. Grayscale: #343434. Windows color (decimal): -7993279 or 4262022. OLE color: 4262022.
HSL color Cylindrical-coordinate representation of color #860841: hue angle of 332.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860841 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 65 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.47 |
| HSL | 332.86º | 0.89% | 0.28% | - |
| HSV(B) | 332.86º | 0.94% | 0.53% | - |
| XYZ | 10.87 | 5.62 | 5.51 | - |
| YUV | 52.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 65 | 0 | 0.94 | 0.51 | 0.47 | 332.86 | 0.89 | 0.28 |
| Hex | 86 | 8 | 41 | 0 | 5E | 33 | 2F | 14D | 59 | 1C |
| Octal | 206 | 10 | 101 | 0 | 136 | 63 | 57 | 515 | 131 | 34 |
| Binary | 10000110 | 1000 | 1000001 | 0 | 1011110 | 110011 | 101111 | 101001101 | 1011001 | 11100 |
Color Harmonies of #860841
Complementary color
Monochromatic Colors of #860841
Black with #860841
Text Example
Text Example
White with #860841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860841; }
p { color: rgb(134,8,65); }
H1.HeaderClassName
{
color: #860841;
}
.AnyTagClassName
{
color: #860841;
}
</style>
background-color css
<style>
a { background-color: #860841; }
a { background-color: rgb(134,8,65); }
div.DivClassName
{
background-color: #860841;
}
.BgClassName
{
background-color: #860841;
}
</style>
border-color css
<style>
span { border-color: #860841; }
span { border-color: rgb(134,8,65); }
td.TdClassName
{
border-color: #860841;
}
.TagClassName
{
border-color: #860841;
}
</style>