Shades of Purple #770064
Tints of Purple #770064
RGB
CMYK
RGB Variations
Color information
#770064 (or 0x770064) is known color: Purple. HEX triplet: 77, 00 and 64. RGB value is (119,0,100). Sum of RGB (Red+Green+Blue) = 119+0+100=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770064 is #88FF9B. Grayscale: #2E2E2E. Windows color (decimal): -8978332 or 6553719. OLE color: 6553719.
HSL color Cylindrical-coordinate representation of color #770064: hue angle of 309.58º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770064 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.16 | 0.53 |
| HSL | 309.58º | 1% | 0.23% | - |
| HSV(B) | 309.58º | 1% | 0.47% | - |
| XYZ | 9.91 | 4.84 | 12.47 | - |
| YUV | 46.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 100 | 0 | 1 | 0.16 | 0.53 | 309.58 | 1 | 0.23 |
| Hex | 77 | 0 | 64 | 0 | 64 | 10 | 35 | 136 | 64 | 17 |
| Octal | 167 | 0 | 144 | 0 | 144 | 20 | 65 | 466 | 144 | 27 |
| Binary | 1110111 | 0 | 1100100 | 0 | 1100100 | 10000 | 110101 | 100110110 | 1100100 | 10111 |
Color Harmonies of #770064
Complementary color
Monochromatic Colors of #770064
Black with #770064
Text Example
Text Example
White with #770064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770064; }
p { color: rgb(119,0,100); }
H1.HeaderClassName
{
color: #770064;
}
.AnyTagClassName
{
color: #770064;
}
</style>
background-color css
<style>
a { background-color: #770064; }
a { background-color: rgb(119,0,100); }
div.DivClassName
{
background-color: #770064;
}
.BgClassName
{
background-color: #770064;
}
</style>
border-color css
<style>
span { border-color: #770064; }
span { border-color: rgb(119,0,100); }
td.TdClassName
{
border-color: #770064;
}
.TagClassName
{
border-color: #770064;
}
</style>