Shades of Tyrian Purple #770144
Tints of Tyrian Purple #770144
RGB
CMYK
RGB Variations
Color information
#770144 (or 0x770144) is known color: Tyrian Purple. HEX triplet: 77, 01 and 44. RGB value is (119,1,68). Sum of RGB (Red+Green+Blue) = 119+1+68=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #770144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770144 is #88FEBB. Grayscale: #2B2B2B. Windows color (decimal): -8978108 or 4456823. OLE color: 4456823.
HSL color Cylindrical-coordinate representation of color #770144: hue angle of 325.93º 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 #770144 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.53 |
| HSL | 325.93º | 0.98% | 0.24% | - |
| HSV(B) | 325.93º | 0.99% | 0.47% | - |
| XYZ | 8.66 | 4.36 | 5.85 | - |
| YUV | 43.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 68 | 0 | 0.99 | 0.43 | 0.53 | 325.93 | 0.98 | 0.24 |
| Hex | 77 | 1 | 44 | 0 | 63 | 2B | 35 | 146 | 62 | 18 |
| Octal | 167 | 1 | 104 | 0 | 143 | 53 | 65 | 506 | 142 | 30 |
| Binary | 1110111 | 1 | 1000100 | 0 | 1100011 | 101011 | 110101 | 101000110 | 1100010 | 11000 |
Color Harmonies of #770144
Complementary color
Monochromatic Colors of #770144
Black with #770144
Text Example
Text Example
White with #770144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770144; }
p { color: rgb(119,1,68); }
H1.HeaderClassName
{
color: #770144;
}
.AnyTagClassName
{
color: #770144;
}
</style>
background-color css
<style>
a { background-color: #770144; }
a { background-color: rgb(119,1,68); }
div.DivClassName
{
background-color: #770144;
}
.BgClassName
{
background-color: #770144;
}
</style>
border-color css
<style>
span { border-color: #770144; }
span { border-color: rgb(119,1,68); }
td.TdClassName
{
border-color: #770144;
}
.TagClassName
{
border-color: #770144;
}
</style>