Shades of Purple #770A71
Tints of Purple #770A71
RGB
CMYK
RGB Variations
Color information
#770A71 (or 0x770A71) is known color: Purple. HEX triplet: 77, 0A and 71. RGB value is (119,10,113). Sum of RGB (Red+Green+Blue) = 119+10+113=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #770A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A71 is #88F58E. Grayscale: #363636. Windows color (decimal): -8975759 or 7408247. OLE color: 7408247.
HSL color Cylindrical-coordinate representation of color #770A71: hue angle of 303.3º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A71 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 113 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.53 |
| HSL | 303.3º | 0.84% | 0.25% | - |
| HSV(B) | 303.3º | 0.92% | 0.47% | - |
| XYZ | 10.7 | 5.33 | 16.09 | - |
| YUV | 54.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 113 | 0 | 0.92 | 0.05 | 0.53 | 303.3 | 0.84 | 0.25 |
| Hex | 77 | A | 71 | 0 | 5C | 5 | 35 | 12F | 54 | 19 |
| Octal | 167 | 12 | 161 | 0 | 134 | 5 | 65 | 457 | 124 | 31 |
| Binary | 1110111 | 1010 | 1110001 | 0 | 1011100 | 101 | 110101 | 100101111 | 1010100 | 11001 |
Color Harmonies of #770A71
Complementary color
Monochromatic Colors of #770A71
Black with #770A71
Text Example
Text Example
White with #770A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A71; }
p { color: rgb(119,10,113); }
H1.HeaderClassName
{
color: #770A71;
}
.AnyTagClassName
{
color: #770A71;
}
</style>
background-color css
<style>
a { background-color: #770A71; }
a { background-color: rgb(119,10,113); }
div.DivClassName
{
background-color: #770A71;
}
.BgClassName
{
background-color: #770A71;
}
</style>
border-color css
<style>
span { border-color: #770A71; }
span { border-color: rgb(119,10,113); }
td.TdClassName
{
border-color: #770A71;
}
.TagClassName
{
border-color: #770A71;
}
</style>