Shades of Purple #770087
Tints of Purple #770087
RGB
CMYK
RGB Variations
Color information
#770087 (or 0x770087) is known color: Purple. HEX triplet: 77, 00 and 87. RGB value is (119,0,135). Sum of RGB (Red+Green+Blue) = 119+0+135=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #770087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770087 is #88FF78. Grayscale: #323232. Windows color (decimal): -8978297 or 8847479. OLE color: 8847479.
HSL color Cylindrical-coordinate representation of color #770087: hue angle of 292.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770087 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 0 | 135 | - |
| CMYK | 0.12 | 1 | 0 | 0.47 |
| HSL | 292.89º | 1% | 0.26% | - |
| HSV(B) | 292.89º | 1% | 0.53% | - |
| XYZ | 11.98 | 5.67 | 23.38 | - |
| YUV | 50.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 135 | 0.12 | 1 | 0 | 0.47 | 292.89 | 1 | 0.26 |
| Hex | 77 | 0 | 87 | C | 64 | 0 | 2F | 125 | 64 | 1A |
| Octal | 167 | 0 | 207 | 14 | 144 | 0 | 57 | 445 | 144 | 32 |
| Binary | 1110111 | 0 | 10000111 | 1100 | 1100100 | 0 | 101111 | 100100101 | 1100100 | 11010 |
Color Harmonies of #770087
Complementary color
Monochromatic Colors of #770087
Black with #770087
Text Example
Text Example
White with #770087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770087; }
p { color: rgb(119,0,135); }
H1.HeaderClassName
{
color: #770087;
}
.AnyTagClassName
{
color: #770087;
}
</style>
background-color css
<style>
a { background-color: #770087; }
a { background-color: rgb(119,0,135); }
div.DivClassName
{
background-color: #770087;
}
.BgClassName
{
background-color: #770087;
}
</style>
border-color css
<style>
span { border-color: #770087; }
span { border-color: rgb(119,0,135); }
td.TdClassName
{
border-color: #770087;
}
.TagClassName
{
border-color: #770087;
}
</style>