Shades of Tyrian Purple #770B49
Tints of Tyrian Purple #770B49
RGB
CMYK
RGB Variations
Color information
#770B49 (or 0x770B49) is known color: Tyrian Purple. HEX triplet: 77, 0B and 49. RGB value is (119,11,73). Sum of RGB (Red+Green+Blue) = 119+11+73=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #770B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B49 is #88F4B6. Grayscale: #323232. Windows color (decimal): -8975543 or 4787063. OLE color: 4787063.
HSL color Cylindrical-coordinate representation of color #770B49: hue angle of 325.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B49 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 73 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.53 |
| HSL | 325.56º | 0.83% | 0.25% | - |
| HSV(B) | 325.56º | 0.91% | 0.47% | - |
| XYZ | 8.93 | 4.64 | 6.73 | - |
| YUV | 50.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 73 | 0 | 0.91 | 0.39 | 0.53 | 325.56 | 0.83 | 0.25 |
| Hex | 77 | B | 49 | 0 | 5B | 27 | 35 | 146 | 53 | 19 |
| Octal | 167 | 13 | 111 | 0 | 133 | 47 | 65 | 506 | 123 | 31 |
| Binary | 1110111 | 1011 | 1001001 | 0 | 1011011 | 100111 | 110101 | 101000110 | 1010011 | 11001 |
Color Harmonies of #770B49
Complementary color
Monochromatic Colors of #770B49
Black with #770B49
Text Example
Text Example
White with #770B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B49; }
p { color: rgb(119,11,73); }
H1.HeaderClassName
{
color: #770B49;
}
.AnyTagClassName
{
color: #770B49;
}
</style>
background-color css
<style>
a { background-color: #770B49; }
a { background-color: rgb(119,11,73); }
div.DivClassName
{
background-color: #770B49;
}
.BgClassName
{
background-color: #770B49;
}
</style>
border-color css
<style>
span { border-color: #770B49; }
span { border-color: rgb(119,11,73); }
td.TdClassName
{
border-color: #770B49;
}
.TagClassName
{
border-color: #770B49;
}
</style>