Shades of Tyrian Purple #770141
Tints of Tyrian Purple #770141
RGB
CMYK
RGB Variations
Color information
#770141 (or 0x770141) is known color: Tyrian Purple. HEX triplet: 77, 01 and 41. RGB value is (119,1,65). Sum of RGB (Red+Green+Blue) = 119+1+65=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #770141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770141 is #88FEBE. Grayscale: #2B2B2B. Windows color (decimal): -8978111 or 4260215. OLE color: 4260215.
HSL color Cylindrical-coordinate representation of color #770141: hue angle of 327.46º 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 #770141 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.53 |
| HSL | 327.46º | 0.98% | 0.24% | - |
| HSV(B) | 327.46º | 0.99% | 0.47% | - |
| XYZ | 8.57 | 4.33 | 5.38 | - |
| YUV | 43.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 65 | 0 | 0.99 | 0.45 | 0.53 | 327.46 | 0.98 | 0.24 |
| Hex | 77 | 1 | 41 | 0 | 63 | 2D | 35 | 147 | 62 | 18 |
| Octal | 167 | 1 | 101 | 0 | 143 | 55 | 65 | 507 | 142 | 30 |
| Binary | 1110111 | 1 | 1000001 | 0 | 1100011 | 101101 | 110101 | 101000111 | 1100010 | 11000 |
Color Harmonies of #770141
Complementary color
Monochromatic Colors of #770141
Black with #770141
Text Example
Text Example
White with #770141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770141; }
p { color: rgb(119,1,65); }
H1.HeaderClassName
{
color: #770141;
}
.AnyTagClassName
{
color: #770141;
}
</style>
background-color css
<style>
a { background-color: #770141; }
a { background-color: rgb(119,1,65); }
div.DivClassName
{
background-color: #770141;
}
.BgClassName
{
background-color: #770141;
}
</style>
border-color css
<style>
span { border-color: #770141; }
span { border-color: rgb(119,1,65); }
td.TdClassName
{
border-color: #770141;
}
.TagClassName
{
border-color: #770141;
}
</style>