Shades of Tyrian Purple #770037
Tints of Tyrian Purple #770037
RGB
CMYK
RGB Variations
Color information
#770037 (or 0x770037) is known color: Tyrian Purple. HEX triplet: 77, 00 and 37. RGB value is (119,0,55). Sum of RGB (Red+Green+Blue) = 119+0+55=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770037 is #88FFC8. Grayscale: #292929. Windows color (decimal): -8978377 or 3604599. OLE color: 3604599.
HSL color Cylindrical-coordinate representation of color #770037: hue angle of 332.27º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770037 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.54 | 0.53 |
| HSL | 332.27º | 1% | 0.23% | - |
| HSV(B) | 332.27º | 1% | 0.47% | - |
| XYZ | 8.3 | 4.2 | 3.99 | - |
| YUV | 41.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 55 | 0 | 1 | 0.54 | 0.53 | 332.27 | 1 | 0.23 |
| Hex | 77 | 0 | 37 | 0 | 64 | 36 | 35 | 14C | 64 | 17 |
| Octal | 167 | 0 | 67 | 0 | 144 | 66 | 65 | 514 | 144 | 27 |
| Binary | 1110111 | 0 | 110111 | 0 | 1100100 | 110110 | 110101 | 101001100 | 1100100 | 10111 |
Color Harmonies of #770037
Complementary color
Monochromatic Colors of #770037
Black with #770037
Text Example
Text Example
White with #770037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770037; }
p { color: rgb(119,0,55); }
H1.HeaderClassName
{
color: #770037;
}
.AnyTagClassName
{
color: #770037;
}
</style>
background-color css
<style>
a { background-color: #770037; }
a { background-color: rgb(119,0,55); }
div.DivClassName
{
background-color: #770037;
}
.BgClassName
{
background-color: #770037;
}
</style>
border-color css
<style>
span { border-color: #770037; }
span { border-color: rgb(119,0,55); }
td.TdClassName
{
border-color: #770037;
}
.TagClassName
{
border-color: #770037;
}
</style>