Shades of Tyrian Purple #770647
Tints of Tyrian Purple #770647
RGB
CMYK
RGB Variations
Color information
#770647 (or 0x770647) is known color: Tyrian Purple. HEX triplet: 77, 06 and 47. RGB value is (119,6,71). Sum of RGB (Red+Green+Blue) = 119+6+71=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #770647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770647 is #88F9B8. Grayscale: #2F2F2F. Windows color (decimal): -8976825 or 4654711. OLE color: 4654711.
HSL color Cylindrical-coordinate representation of color #770647: hue angle of 325.49º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770647 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 71 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.53 |
| HSL | 325.49º | 0.9% | 0.25% | - |
| HSV(B) | 325.49º | 0.95% | 0.47% | - |
| XYZ | 8.81 | 4.51 | 6.37 | - |
| YUV | 47.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 71 | 0 | 0.95 | 0.40 | 0.53 | 325.49 | 0.9 | 0.25 |
| Hex | 77 | 6 | 47 | 0 | 5F | 28 | 35 | 145 | 5A | 19 |
| Octal | 167 | 6 | 107 | 0 | 137 | 50 | 65 | 505 | 132 | 31 |
| Binary | 1110111 | 110 | 1000111 | 0 | 1011111 | 101000 | 110101 | 101000101 | 1011010 | 11001 |
Color Harmonies of #770647
Complementary color
Monochromatic Colors of #770647
Black with #770647
Text Example
Text Example
White with #770647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770647; }
p { color: rgb(119,6,71); }
H1.HeaderClassName
{
color: #770647;
}
.AnyTagClassName
{
color: #770647;
}
</style>
background-color css
<style>
a { background-color: #770647; }
a { background-color: rgb(119,6,71); }
div.DivClassName
{
background-color: #770647;
}
.BgClassName
{
background-color: #770647;
}
</style>
border-color css
<style>
span { border-color: #770647; }
span { border-color: rgb(119,6,71); }
td.TdClassName
{
border-color: #770647;
}
.TagClassName
{
border-color: #770647;
}
</style>