Shades of Purple #770D8E
Tints of Purple #770D8E
RGB
CMYK
RGB Variations
Color information
#770D8E (or 0x770D8E) is known color: Purple. HEX triplet: 77, 0D and 8E. RGB value is (119,13,142). Sum of RGB (Red+Green+Blue) = 119+13+142=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #770D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D8E is #88F271. Grayscale: #3A3A3A. Windows color (decimal): -8974962 or 9309559. OLE color: 9309559.
HSL color Cylindrical-coordinate representation of color #770D8E: hue angle of 289.3º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770D8E is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 13 | 142 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.44 |
| HSL | 289.3º | 0.83% | 0.3% | - |
| HSV(B) | 289.3º | 0.91% | 0.56% | - |
| XYZ | 12.63 | 6.16 | 26.11 | - |
| YUV | 59.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 142 | 0.16 | 0.91 | 0 | 0.44 | 289.3 | 0.83 | 0.3 |
| Hex | 77 | D | 8E | 10 | 5B | 0 | 2C | 121 | 53 | 1E |
| Octal | 167 | 15 | 216 | 20 | 133 | 0 | 54 | 441 | 123 | 36 |
| Binary | 1110111 | 1101 | 10001110 | 10000 | 1011011 | 0 | 101100 | 100100001 | 1010011 | 11110 |
Color Harmonies of #770D8E
Complementary color
Monochromatic Colors of #770D8E
Black with #770D8E
Text Example
Text Example
White with #770D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D8E; }
p { color: rgb(119,13,142); }
H1.HeaderClassName
{
color: #770D8E;
}
.AnyTagClassName
{
color: #770D8E;
}
</style>
background-color css
<style>
a { background-color: #770D8E; }
a { background-color: rgb(119,13,142); }
div.DivClassName
{
background-color: #770D8E;
}
.BgClassName
{
background-color: #770D8E;
}
</style>
border-color css
<style>
span { border-color: #770D8E; }
span { border-color: rgb(119,13,142); }
td.TdClassName
{
border-color: #770D8E;
}
.TagClassName
{
border-color: #770D8E;
}
</style>