Shades of Tyrian Purple #770B56
Tints of Tyrian Purple #770B56
RGB
CMYK
RGB Variations
Color information
#770B56 (or 0x770B56) is known color: Tyrian Purple. HEX triplet: 77, 0B and 56. RGB value is (119,11,86). Sum of RGB (Red+Green+Blue) = 119+11+86=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #770B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B56 is #88F4A9. Grayscale: #333333. Windows color (decimal): -8975530 or 5639031. OLE color: 5639031.
HSL color Cylindrical-coordinate representation of color #770B56: hue angle of 318.33º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B56 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 86 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.53 |
| HSL | 318.33º | 0.83% | 0.25% | - |
| HSV(B) | 318.33º | 0.91% | 0.47% | - |
| XYZ | 9.41 | 4.83 | 9.24 | - |
| YUV | 51.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 86 | 0 | 0.91 | 0.28 | 0.53 | 318.33 | 0.83 | 0.25 |
| Hex | 77 | B | 56 | 0 | 5B | 1C | 35 | 13E | 53 | 19 |
| Octal | 167 | 13 | 126 | 0 | 133 | 34 | 65 | 476 | 123 | 31 |
| Binary | 1110111 | 1011 | 1010110 | 0 | 1011011 | 11100 | 110101 | 100111110 | 1010011 | 11001 |
Color Harmonies of #770B56
Complementary color
Monochromatic Colors of #770B56
Black with #770B56
Text Example
Text Example
White with #770B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B56; }
p { color: rgb(119,11,86); }
H1.HeaderClassName
{
color: #770B56;
}
.AnyTagClassName
{
color: #770B56;
}
</style>
background-color css
<style>
a { background-color: #770B56; }
a { background-color: rgb(119,11,86); }
div.DivClassName
{
background-color: #770B56;
}
.BgClassName
{
background-color: #770B56;
}
</style>
border-color css
<style>
span { border-color: #770B56; }
span { border-color: rgb(119,11,86); }
td.TdClassName
{
border-color: #770B56;
}
.TagClassName
{
border-color: #770B56;
}
</style>