Shades of Purple #770F90
Tints of Purple #770F90
RGB
CMYK
RGB Variations
Color information
#770F90 (or 0x770F90) is known color: Purple. HEX triplet: 77, 0F and 90. RGB value is (119,15,144). Sum of RGB (Red+Green+Blue) = 119+15+144=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #770F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770F90 is #88F06F. Grayscale: #3C3C3C. Windows color (decimal): -8974448 or 9441143. OLE color: 9441143.
HSL color Cylindrical-coordinate representation of color #770F90: hue angle of 288.37º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770F90 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 15 | 144 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.44 |
| HSL | 288.37º | 0.81% | 0.31% | - |
| HSV(B) | 288.37º | 0.9% | 0.56% | - |
| XYZ | 12.81 | 6.28 | 26.92 | - |
| YUV | 60.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 144 | 0.17 | 0.90 | 0 | 0.44 | 288.37 | 0.81 | 0.31 |
| Hex | 77 | F | 90 | 11 | 5A | 0 | 2C | 120 | 51 | 1F |
| Octal | 167 | 17 | 220 | 21 | 132 | 0 | 54 | 440 | 121 | 37 |
| Binary | 1110111 | 1111 | 10010000 | 10001 | 1011010 | 0 | 101100 | 100100000 | 1010001 | 11111 |
Color Harmonies of #770F90
Complementary color
Monochromatic Colors of #770F90
Black with #770F90
Text Example
Text Example
White with #770F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F90; }
p { color: rgb(119,15,144); }
H1.HeaderClassName
{
color: #770F90;
}
.AnyTagClassName
{
color: #770F90;
}
</style>
background-color css
<style>
a { background-color: #770F90; }
a { background-color: rgb(119,15,144); }
div.DivClassName
{
background-color: #770F90;
}
.BgClassName
{
background-color: #770F90;
}
</style>
border-color css
<style>
span { border-color: #770F90; }
span { border-color: rgb(119,15,144); }
td.TdClassName
{
border-color: #770F90;
}
.TagClassName
{
border-color: #770F90;
}
</style>