Shades of Tyrian Purple #770140
Tints of Tyrian Purple #770140
RGB
CMYK
RGB Variations
Color information
#770140 (or 0x770140) is known color: Tyrian Purple. HEX triplet: 77, 01 and 40. RGB value is (119,1,64). Sum of RGB (Red+Green+Blue) = 119+1+64=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #770140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770140 is #88FEBF. Grayscale: #2B2B2B. Windows color (decimal): -8978112 or 4194679. OLE color: 4194679.
HSL color Cylindrical-coordinate representation of color #770140: hue angle of 327.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770140 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.53 |
| HSL | 327.97º | 0.98% | 0.24% | - |
| HSV(B) | 327.97º | 0.99% | 0.47% | - |
| XYZ | 8.54 | 4.31 | 5.23 | - |
| YUV | 43.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 64 | 0 | 0.99 | 0.46 | 0.53 | 327.97 | 0.98 | 0.24 |
| Hex | 77 | 1 | 40 | 0 | 63 | 2E | 35 | 148 | 62 | 18 |
| Octal | 167 | 1 | 100 | 0 | 143 | 56 | 65 | 510 | 142 | 30 |
| Binary | 1110111 | 1 | 1000000 | 0 | 1100011 | 101110 | 110101 | 101001000 | 1100010 | 11000 |
Color Harmonies of #770140
Complementary color
Monochromatic Colors of #770140
Black with #770140
Text Example
Text Example
White with #770140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770140; }
p { color: rgb(119,1,64); }
H1.HeaderClassName
{
color: #770140;
}
.AnyTagClassName
{
color: #770140;
}
</style>
background-color css
<style>
a { background-color: #770140; }
a { background-color: rgb(119,1,64); }
div.DivClassName
{
background-color: #770140;
}
.BgClassName
{
background-color: #770140;
}
</style>
border-color css
<style>
span { border-color: #770140; }
span { border-color: rgb(119,1,64); }
td.TdClassName
{
border-color: #770140;
}
.TagClassName
{
border-color: #770140;
}
</style>