Shades of Purple #770B83
Tints of Purple #770B83
RGB
CMYK
RGB Variations
Color information
#770B83 (or 0x770B83) is known color: Purple. HEX triplet: 77, 0B and 83. RGB value is (119,11,131). Sum of RGB (Red+Green+Blue) = 119+11+131=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #770B83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770B83 is #88F47C. Grayscale: #383838. Windows color (decimal): -8975485 or 8588151. OLE color: 8588151.
HSL color Cylindrical-coordinate representation of color #770B83: hue angle of 294º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770B83 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 11 | 131 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.49 |
| HSL | 294º | 0.85% | 0.28% | - |
| HSV(B) | 294º | 0.92% | 0.51% | - |
| XYZ | 11.82 | 5.8 | 21.97 | - |
| YUV | 56.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 131 | 0.09 | 0.92 | 0 | 0.49 | 294 | 0.85 | 0.28 |
| Hex | 77 | B | 83 | 9 | 5C | 0 | 31 | 126 | 55 | 1C |
| Octal | 167 | 13 | 203 | 11 | 134 | 0 | 61 | 446 | 125 | 34 |
| Binary | 1110111 | 1011 | 10000011 | 1001 | 1011100 | 0 | 110001 | 100100110 | 1010101 | 11100 |
Color Harmonies of #770B83
Complementary color
Monochromatic Colors of #770B83
Black with #770B83
Text Example
Text Example
White with #770B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B83; }
p { color: rgb(119,11,131); }
H1.HeaderClassName
{
color: #770B83;
}
.AnyTagClassName
{
color: #770B83;
}
</style>
background-color css
<style>
a { background-color: #770B83; }
a { background-color: rgb(119,11,131); }
div.DivClassName
{
background-color: #770B83;
}
.BgClassName
{
background-color: #770B83;
}
</style>
border-color css
<style>
span { border-color: #770B83; }
span { border-color: rgb(119,11,131); }
td.TdClassName
{
border-color: #770B83;
}
.TagClassName
{
border-color: #770B83;
}
</style>