Shades of Purple #771083
Tints of Purple #771083
RGB
CMYK
RGB Variations
Color information
#771083 (or 0x771083) is known color: Purple. HEX triplet: 77, 10 and 83. RGB value is (119,16,131). Sum of RGB (Red+Green+Blue) = 119+16+131=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #771083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771083 is #88EF7C. Grayscale: #3B3B3B. Windows color (decimal): -8974205 or 8589431. OLE color: 8589431.
HSL color Cylindrical-coordinate representation of color #771083: hue angle of 293.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771083 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 16 | 131 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.49 |
| HSL | 293.74º | 0.78% | 0.29% | - |
| HSV(B) | 293.74º | 0.88% | 0.51% | - |
| XYZ | 11.89 | 5.93 | 21.99 | - |
| YUV | 59.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 131 | 0.09 | 0.88 | 0 | 0.49 | 293.74 | 0.78 | 0.29 |
| Hex | 77 | 10 | 83 | 9 | 58 | 0 | 31 | 126 | 4E | 1D |
| Octal | 167 | 20 | 203 | 11 | 130 | 0 | 61 | 446 | 116 | 35 |
| Binary | 1110111 | 10000 | 10000011 | 1001 | 1011000 | 0 | 110001 | 100100110 | 1001110 | 11101 |
Color Harmonies of #771083
Complementary color
Monochromatic Colors of #771083
Black with #771083
Text Example
Text Example
White with #771083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771083; }
p { color: rgb(119,16,131); }
H1.HeaderClassName
{
color: #771083;
}
.AnyTagClassName
{
color: #771083;
}
</style>
background-color css
<style>
a { background-color: #771083; }
a { background-color: rgb(119,16,131); }
div.DivClassName
{
background-color: #771083;
}
.BgClassName
{
background-color: #771083;
}
</style>
border-color css
<style>
span { border-color: #771083; }
span { border-color: rgb(119,16,131); }
td.TdClassName
{
border-color: #771083;
}
.TagClassName
{
border-color: #771083;
}
</style>