Shades of Tyrian Purple #860644
Tints of Tyrian Purple #860644
RGB
CMYK
RGB Variations
Color information
#860644 (or 0x860644) is known color: Tyrian Purple. HEX triplet: 86, 06 and 44. RGB value is (134,6,68). Sum of RGB (Red+Green+Blue) = 134+6+68=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860644 is #79F9BB. Grayscale: #333333. Windows color (decimal): -7993788 or 4458118. OLE color: 4458118.
HSL color Cylindrical-coordinate representation of color #860644: hue angle of 330.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860644 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 68 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.47 |
| HSL | 330.94º | 0.91% | 0.27% | - |
| HSV(B) | 330.94º | 0.96% | 0.53% | - |
| XYZ | 10.94 | 5.62 | 5.98 | - |
| YUV | 51.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 68 | 0 | 0.96 | 0.49 | 0.47 | 330.94 | 0.91 | 0.27 |
| Hex | 86 | 6 | 44 | 0 | 60 | 31 | 2F | 14B | 5B | 1B |
| Octal | 206 | 6 | 104 | 0 | 140 | 61 | 57 | 513 | 133 | 33 |
| Binary | 10000110 | 110 | 1000100 | 0 | 1100000 | 110001 | 101111 | 101001011 | 1011011 | 11011 |
Color Harmonies of #860644
Complementary color
Monochromatic Colors of #860644
Black with #860644
Text Example
Text Example
White with #860644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860644; }
p { color: rgb(134,6,68); }
H1.HeaderClassName
{
color: #860644;
}
.AnyTagClassName
{
color: #860644;
}
</style>
background-color css
<style>
a { background-color: #860644; }
a { background-color: rgb(134,6,68); }
div.DivClassName
{
background-color: #860644;
}
.BgClassName
{
background-color: #860644;
}
</style>
border-color css
<style>
span { border-color: #860644; }
span { border-color: rgb(134,6,68); }
td.TdClassName
{
border-color: #860644;
}
.TagClassName
{
border-color: #860644;
}
</style>