Shades of Purple #77177E
Tints of Purple #77177E
RGB
CMYK
RGB Variations
Color information
#77177E (or 0x77177E) is known color: Purple. HEX triplet: 77, 17 and 7E. RGB value is (119,23,126). Sum of RGB (Red+Green+Blue) = 119+23+126=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #77177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77177E is #88E881. Grayscale: #3F3F3F. Windows color (decimal): -8972418 or 8263543. OLE color: 8263543.
HSL color Cylindrical-coordinate representation of color #77177E: hue angle of 295.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77177E is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 23 | 126 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.51 |
| HSL | 295.92º | 0.69% | 0.29% | - |
| HSV(B) | 295.92º | 0.82% | 0.49% | - |
| XYZ | 11.68 | 6.04 | 20.29 | - |
| YUV | 63.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 126 | 0.06 | 0.82 | 0 | 0.51 | 295.92 | 0.69 | 0.29 |
| Hex | 77 | 17 | 7E | 6 | 52 | 0 | 33 | 128 | 45 | 1D |
| Octal | 167 | 27 | 176 | 6 | 122 | 0 | 63 | 450 | 105 | 35 |
| Binary | 1110111 | 10111 | 1111110 | 110 | 1010010 | 0 | 110011 | 100101000 | 1000101 | 11101 |
Color Harmonies of #77177E
Complementary color
Monochromatic Colors of #77177E
Black with #77177E
Text Example
Text Example
White with #77177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77177E; }
p { color: rgb(119,23,126); }
H1.HeaderClassName
{
color: #77177E;
}
.AnyTagClassName
{
color: #77177E;
}
</style>
background-color css
<style>
a { background-color: #77177E; }
a { background-color: rgb(119,23,126); }
div.DivClassName
{
background-color: #77177E;
}
.BgClassName
{
background-color: #77177E;
}
</style>
border-color css
<style>
span { border-color: #77177E; }
span { border-color: rgb(119,23,126); }
td.TdClassName
{
border-color: #77177E;
}
.TagClassName
{
border-color: #77177E;
}
</style>