Shades of Purple #770864
Tints of Purple #770864
RGB
CMYK
RGB Variations
Color information
#770864 (or 0x770864) is known color: Purple. HEX triplet: 77, 08 and 64. RGB value is (119,8,100). Sum of RGB (Red+Green+Blue) = 119+8+100=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #770864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770864 is #88F79B. Grayscale: #333333. Windows color (decimal): -8976284 or 6555767. OLE color: 6555767.
HSL color Cylindrical-coordinate representation of color #770864: hue angle of 310.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770864 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 100 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.53 |
| HSL | 310.27º | 0.87% | 0.25% | - |
| HSV(B) | 310.27º | 0.93% | 0.47% | - |
| XYZ | 9.99 | 5.02 | 12.5 | - |
| YUV | 51.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 100 | 0 | 0.93 | 0.16 | 0.53 | 310.27 | 0.87 | 0.25 |
| Hex | 77 | 8 | 64 | 0 | 5D | 10 | 35 | 136 | 57 | 19 |
| Octal | 167 | 10 | 144 | 0 | 135 | 20 | 65 | 466 | 127 | 31 |
| Binary | 1110111 | 1000 | 1100100 | 0 | 1011101 | 10000 | 110101 | 100110110 | 1010111 | 11001 |
Color Harmonies of #770864
Complementary color
Monochromatic Colors of #770864
Black with #770864
Text Example
Text Example
White with #770864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770864; }
p { color: rgb(119,8,100); }
H1.HeaderClassName
{
color: #770864;
}
.AnyTagClassName
{
color: #770864;
}
</style>
background-color css
<style>
a { background-color: #770864; }
a { background-color: rgb(119,8,100); }
div.DivClassName
{
background-color: #770864;
}
.BgClassName
{
background-color: #770864;
}
</style>
border-color css
<style>
span { border-color: #770864; }
span { border-color: rgb(119,8,100); }
td.TdClassName
{
border-color: #770864;
}
.TagClassName
{
border-color: #770864;
}
</style>