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