Shades of Purple #770984
Tints of Purple #770984
RGB
CMYK
RGB Variations
Color information
#770984 (or 0x770984) is known color: Purple. HEX triplet: 77, 09 and 84. RGB value is (119,9,132). Sum of RGB (Red+Green+Blue) = 119+9+132=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #770984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770984 is #88F67B. Grayscale: #373737. Windows color (decimal): -8975996 or 8653175. OLE color: 8653175.
HSL color Cylindrical-coordinate representation of color #770984: hue angle of 293.66º 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 #770984 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 9 | 132 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.48 |
| HSL | 293.66º | 0.87% | 0.28% | - |
| HSV(B) | 293.66º | 0.93% | 0.52% | - |
| XYZ | 11.87 | 5.78 | 22.32 | - |
| YUV | 55.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 132 | 0.10 | 0.93 | 0 | 0.48 | 293.66 | 0.87 | 0.28 |
| Hex | 77 | 9 | 84 | A | 5D | 0 | 30 | 126 | 57 | 1C |
| Octal | 167 | 11 | 204 | 12 | 135 | 0 | 60 | 446 | 127 | 34 |
| Binary | 1110111 | 1001 | 10000100 | 1010 | 1011101 | 0 | 110000 | 100100110 | 1010111 | 11100 |
Color Harmonies of #770984
Complementary color
Monochromatic Colors of #770984
Black with #770984
Text Example
Text Example
White with #770984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770984; }
p { color: rgb(119,9,132); }
H1.HeaderClassName
{
color: #770984;
}
.AnyTagClassName
{
color: #770984;
}
</style>
background-color css
<style>
a { background-color: #770984; }
a { background-color: rgb(119,9,132); }
div.DivClassName
{
background-color: #770984;
}
.BgClassName
{
background-color: #770984;
}
</style>
border-color css
<style>
span { border-color: #770984; }
span { border-color: rgb(119,9,132); }
td.TdClassName
{
border-color: #770984;
}
.TagClassName
{
border-color: #770984;
}
</style>