Shades of Tyrian Purple #770350
Tints of Tyrian Purple #770350
RGB
CMYK
RGB Variations
Color information
#770350 (or 0x770350) is known color: Tyrian Purple. HEX triplet: 77, 03 and 50. RGB value is (119,3,80). Sum of RGB (Red+Green+Blue) = 119+3+80=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #770350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770350 is #88FCAF. Grayscale: #2E2E2E. Windows color (decimal): -8977584 or 5243767. OLE color: 5243767.
HSL color Cylindrical-coordinate representation of color #770350: hue angle of 320.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770350 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 80 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.53 |
| HSL | 320.17º | 0.95% | 0.24% | - |
| HSV(B) | 320.17º | 0.97% | 0.47% | - |
| XYZ | 9.09 | 4.57 | 7.99 | - |
| YUV | 46.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 80 | 0 | 0.97 | 0.33 | 0.53 | 320.17 | 0.95 | 0.24 |
| Hex | 77 | 3 | 50 | 0 | 61 | 21 | 35 | 140 | 5F | 18 |
| Octal | 167 | 3 | 120 | 0 | 141 | 41 | 65 | 500 | 137 | 30 |
| Binary | 1110111 | 11 | 1010000 | 0 | 1100001 | 100001 | 110101 | 101000000 | 1011111 | 11000 |
Color Harmonies of #770350
Complementary color
Monochromatic Colors of #770350
Black with #770350
Text Example
Text Example
White with #770350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770350; }
p { color: rgb(119,3,80); }
H1.HeaderClassName
{
color: #770350;
}
.AnyTagClassName
{
color: #770350;
}
</style>
background-color css
<style>
a { background-color: #770350; }
a { background-color: rgb(119,3,80); }
div.DivClassName
{
background-color: #770350;
}
.BgClassName
{
background-color: #770350;
}
</style>
border-color css
<style>
span { border-color: #770350; }
span { border-color: rgb(119,3,80); }
td.TdClassName
{
border-color: #770350;
}
.TagClassName
{
border-color: #770350;
}
</style>