Shades of Purple #77157E
Tints of Purple #77157E
RGB
CMYK
RGB Variations
Color information
#77157E (or 0x77157E) is known color: Purple. HEX triplet: 77, 15 and 7E. RGB value is (119,21,126). Sum of RGB (Red+Green+Blue) = 119+21+126=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #77157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77157E is #88EA81. Grayscale: #3D3D3D. Windows color (decimal): -8972930 or 8263031. OLE color: 8263031.
HSL color Cylindrical-coordinate representation of color #77157E: hue angle of 296º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77157E is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 21 | 126 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.51 |
| HSL | 296º | 0.71% | 0.29% | - |
| HSV(B) | 296º | 0.83% | 0.49% | - |
| XYZ | 11.64 | 5.96 | 20.28 | - |
| YUV | 62.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 126 | 0.06 | 0.83 | 0 | 0.51 | 296 | 0.71 | 0.29 |
| Hex | 77 | 15 | 7E | 6 | 53 | 0 | 33 | 128 | 47 | 1D |
| Octal | 167 | 25 | 176 | 6 | 123 | 0 | 63 | 450 | 107 | 35 |
| Binary | 1110111 | 10101 | 1111110 | 110 | 1010011 | 0 | 110011 | 100101000 | 1000111 | 11101 |
Color Harmonies of #77157E
Complementary color
Monochromatic Colors of #77157E
Black with #77157E
Text Example
Text Example
White with #77157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77157E; }
p { color: rgb(119,21,126); }
H1.HeaderClassName
{
color: #77157E;
}
.AnyTagClassName
{
color: #77157E;
}
</style>
background-color css
<style>
a { background-color: #77157E; }
a { background-color: rgb(119,21,126); }
div.DivClassName
{
background-color: #77157E;
}
.BgClassName
{
background-color: #77157E;
}
</style>
border-color css
<style>
span { border-color: #77157E; }
span { border-color: rgb(119,21,126); }
td.TdClassName
{
border-color: #77157E;
}
.TagClassName
{
border-color: #77157E;
}
</style>