Shades of Tyrian Purple #770256
Tints of Tyrian Purple #770256
RGB
CMYK
RGB Variations
Color information
#770256 (or 0x770256) is known color: Tyrian Purple. HEX triplet: 77, 02 and 56. RGB value is (119,2,86). Sum of RGB (Red+Green+Blue) = 119+2+86=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770256 is #88FDA9. Grayscale: #2E2E2E. Windows color (decimal): -8977834 or 5636727. OLE color: 5636727.
HSL color Cylindrical-coordinate representation of color #770256: hue angle of 316.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770256 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.53 |
| HSL | 316.92º | 0.97% | 0.24% | - |
| HSV(B) | 316.92º | 0.98% | 0.47% | - |
| XYZ | 9.31 | 4.64 | 9.21 | - |
| YUV | 46.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 86 | 0 | 0.98 | 0.28 | 0.53 | 316.92 | 0.97 | 0.24 |
| Hex | 77 | 2 | 56 | 0 | 62 | 1C | 35 | 13D | 61 | 18 |
| Octal | 167 | 2 | 126 | 0 | 142 | 34 | 65 | 475 | 141 | 30 |
| Binary | 1110111 | 10 | 1010110 | 0 | 1100010 | 11100 | 110101 | 100111101 | 1100001 | 11000 |
Color Harmonies of #770256
Complementary color
Monochromatic Colors of #770256
Black with #770256
Text Example
Text Example
White with #770256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770256; }
p { color: rgb(119,2,86); }
H1.HeaderClassName
{
color: #770256;
}
.AnyTagClassName
{
color: #770256;
}
</style>
background-color css
<style>
a { background-color: #770256; }
a { background-color: rgb(119,2,86); }
div.DivClassName
{
background-color: #770256;
}
.BgClassName
{
background-color: #770256;
}
</style>
border-color css
<style>
span { border-color: #770256; }
span { border-color: rgb(119,2,86); }
td.TdClassName
{
border-color: #770256;
}
.TagClassName
{
border-color: #770256;
}
</style>