Shades of Tyrian Purple #770036
Tints of Tyrian Purple #770036
RGB
CMYK
RGB Variations
Color information
#770036 (or 0x770036) is known color: Tyrian Purple. HEX triplet: 77, 00 and 36. RGB value is (119,0,54). Sum of RGB (Red+Green+Blue) = 119+0+54=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770036 is #88FFC9. Grayscale: #292929. Windows color (decimal): -8978378 or 3539063. OLE color: 3539063.
HSL color Cylindrical-coordinate representation of color #770036: hue angle of 332.77º 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 #770036 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.55 | 0.53 |
| HSL | 332.77º | 1% | 0.23% | - |
| HSV(B) | 332.77º | 1% | 0.47% | - |
| XYZ | 8.27 | 4.19 | 3.86 | - |
| YUV | 41.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 54 | 0 | 1 | 0.55 | 0.53 | 332.77 | 1 | 0.23 |
| Hex | 77 | 0 | 36 | 0 | 64 | 37 | 35 | 14D | 64 | 17 |
| Octal | 167 | 0 | 66 | 0 | 144 | 67 | 65 | 515 | 144 | 27 |
| Binary | 1110111 | 0 | 110110 | 0 | 1100100 | 110111 | 110101 | 101001101 | 1100100 | 10111 |
Color Harmonies of #770036
Complementary color
Monochromatic Colors of #770036
Black with #770036
Text Example
Text Example
White with #770036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770036; }
p { color: rgb(119,0,54); }
H1.HeaderClassName
{
color: #770036;
}
.AnyTagClassName
{
color: #770036;
}
</style>
background-color css
<style>
a { background-color: #770036; }
a { background-color: rgb(119,0,54); }
div.DivClassName
{
background-color: #770036;
}
.BgClassName
{
background-color: #770036;
}
</style>
border-color css
<style>
span { border-color: #770036; }
span { border-color: rgb(119,0,54); }
td.TdClassName
{
border-color: #770036;
}
.TagClassName
{
border-color: #770036;
}
</style>