Shades of Purple #77107E
Tints of Purple #77107E
RGB
CMYK
RGB Variations
Color information
#77107E (or 0x77107E) is known color: Purple. HEX triplet: 77, 10 and 7E. RGB value is (119,16,126). Sum of RGB (Red+Green+Blue) = 119+16+126=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #77107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77107E is #88EF81. Grayscale: #3A3A3A. Windows color (decimal): -8974210 or 8261751. OLE color: 8261751.
HSL color Cylindrical-coordinate representation of color #77107E: hue angle of 296.18º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77107E is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 16 | 126 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.51 |
| HSL | 296.18º | 0.77% | 0.28% | - |
| HSV(B) | 296.18º | 0.87% | 0.49% | - |
| XYZ | 11.56 | 5.8 | 20.25 | - |
| YUV | 59.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 126 | 0.06 | 0.87 | 0 | 0.51 | 296.18 | 0.77 | 0.28 |
| Hex | 77 | 10 | 7E | 6 | 57 | 0 | 33 | 128 | 4D | 1C |
| Octal | 167 | 20 | 176 | 6 | 127 | 0 | 63 | 450 | 115 | 34 |
| Binary | 1110111 | 10000 | 1111110 | 110 | 1010111 | 0 | 110011 | 100101000 | 1001101 | 11100 |
Color Harmonies of #77107E
Complementary color
Monochromatic Colors of #77107E
Black with #77107E
Text Example
Text Example
White with #77107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77107E; }
p { color: rgb(119,16,126); }
H1.HeaderClassName
{
color: #77107E;
}
.AnyTagClassName
{
color: #77107E;
}
</style>
background-color css
<style>
a { background-color: #77107E; }
a { background-color: rgb(119,16,126); }
div.DivClassName
{
background-color: #77107E;
}
.BgClassName
{
background-color: #77107E;
}
</style>
border-color css
<style>
span { border-color: #77107E; }
span { border-color: rgb(119,16,126); }
td.TdClassName
{
border-color: #77107E;
}
.TagClassName
{
border-color: #77107E;
}
</style>