Shades of Purple #770985
Tints of Purple #770985
RGB
CMYK
RGB Variations
Color information
#770985 (or 0x770985) is known color: Purple. HEX triplet: 77, 09 and 85. RGB value is (119,9,133). Sum of RGB (Red+Green+Blue) = 119+9+133=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #770985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770985 is #88F67A. Grayscale: #373737. Windows color (decimal): -8975995 or 8718711. OLE color: 8718711.
HSL color Cylindrical-coordinate representation of color #770985: hue angle of 293.23º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770985 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 9 | 133 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.48 |
| HSL | 293.23º | 0.87% | 0.28% | - |
| HSV(B) | 293.23º | 0.93% | 0.52% | - |
| XYZ | 11.94 | 5.81 | 22.68 | - |
| YUV | 56.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 133 | 0.11 | 0.93 | 0 | 0.48 | 293.23 | 0.87 | 0.28 |
| Hex | 77 | 9 | 85 | B | 5D | 0 | 30 | 125 | 57 | 1C |
| Octal | 167 | 11 | 205 | 13 | 135 | 0 | 60 | 445 | 127 | 34 |
| Binary | 1110111 | 1001 | 10000101 | 1011 | 1011101 | 0 | 110000 | 100100101 | 1010111 | 11100 |
Color Harmonies of #770985
Complementary color
Monochromatic Colors of #770985
Black with #770985
Text Example
Text Example
White with #770985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770985; }
p { color: rgb(119,9,133); }
H1.HeaderClassName
{
color: #770985;
}
.AnyTagClassName
{
color: #770985;
}
</style>
background-color css
<style>
a { background-color: #770985; }
a { background-color: rgb(119,9,133); }
div.DivClassName
{
background-color: #770985;
}
.BgClassName
{
background-color: #770985;
}
</style>
border-color css
<style>
span { border-color: #770985; }
span { border-color: rgb(119,9,133); }
td.TdClassName
{
border-color: #770985;
}
.TagClassName
{
border-color: #770985;
}
</style>