Shades of Purple #770464
Tints of Purple #770464
RGB
CMYK
RGB Variations
Color information
#770464 (or 0x770464) is known color: Purple. HEX triplet: 77, 04 and 64. RGB value is (119,4,100). Sum of RGB (Red+Green+Blue) = 119+4+100=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770464 is #88FB9B. Grayscale: #313131. Windows color (decimal): -8977308 or 6554743. OLE color: 6554743.
HSL color Cylindrical-coordinate representation of color #770464: hue angle of 309.91º 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 #770464 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 100 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.53 |
| HSL | 309.91º | 0.93% | 0.24% | - |
| HSV(B) | 309.91º | 0.97% | 0.47% | - |
| XYZ | 9.95 | 4.93 | 12.48 | - |
| YUV | 49.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 100 | 0 | 0.97 | 0.16 | 0.53 | 309.91 | 0.93 | 0.24 |
| Hex | 77 | 4 | 64 | 0 | 61 | 10 | 35 | 136 | 5D | 18 |
| Octal | 167 | 4 | 144 | 0 | 141 | 20 | 65 | 466 | 135 | 30 |
| Binary | 1110111 | 100 | 1100100 | 0 | 1100001 | 10000 | 110101 | 100110110 | 1011101 | 11000 |
Color Harmonies of #770464
Complementary color
Monochromatic Colors of #770464
Black with #770464
Text Example
Text Example
White with #770464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770464; }
p { color: rgb(119,4,100); }
H1.HeaderClassName
{
color: #770464;
}
.AnyTagClassName
{
color: #770464;
}
</style>
background-color css
<style>
a { background-color: #770464; }
a { background-color: rgb(119,4,100); }
div.DivClassName
{
background-color: #770464;
}
.BgClassName
{
background-color: #770464;
}
</style>
border-color css
<style>
span { border-color: #770464; }
span { border-color: rgb(119,4,100); }
td.TdClassName
{
border-color: #770464;
}
.TagClassName
{
border-color: #770464;
}
</style>