Shades of Purple #770461
Tints of Purple #770461
RGB
CMYK
RGB Variations
Color information
#770461 (or 0x770461) is known color: Purple. HEX triplet: 77, 04 and 61. RGB value is (119,4,97). Sum of RGB (Red+Green+Blue) = 119+4+97=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770461 is #88FB9E. Grayscale: #303030. Windows color (decimal): -8977311 or 6358135. OLE color: 6358135.
HSL color Cylindrical-coordinate representation of color #770461: hue angle of 311.48º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770461 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 97 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.53 |
| HSL | 311.48º | 0.93% | 0.24% | - |
| HSV(B) | 311.48º | 0.97% | 0.47% | - |
| XYZ | 9.81 | 4.87 | 11.73 | - |
| YUV | 48.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 97 | 0 | 0.97 | 0.18 | 0.53 | 311.48 | 0.93 | 0.24 |
| Hex | 77 | 4 | 61 | 0 | 61 | 12 | 35 | 137 | 5D | 18 |
| Octal | 167 | 4 | 141 | 0 | 141 | 22 | 65 | 467 | 135 | 30 |
| Binary | 1110111 | 100 | 1100001 | 0 | 1100001 | 10010 | 110101 | 100110111 | 1011101 | 11000 |
Color Harmonies of #770461
Complementary color
Monochromatic Colors of #770461
Black with #770461
Text Example
Text Example
White with #770461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770461; }
p { color: rgb(119,4,97); }
H1.HeaderClassName
{
color: #770461;
}
.AnyTagClassName
{
color: #770461;
}
</style>
background-color css
<style>
a { background-color: #770461; }
a { background-color: rgb(119,4,97); }
div.DivClassName
{
background-color: #770461;
}
.BgClassName
{
background-color: #770461;
}
</style>
border-color css
<style>
span { border-color: #770461; }
span { border-color: rgb(119,4,97); }
td.TdClassName
{
border-color: #770461;
}
.TagClassName
{
border-color: #770461;
}
</style>