Shades of Purple #77107C
Tints of Purple #77107C
RGB
CMYK
RGB Variations
Color information
#77107C (or 0x77107C) is known color: Purple. HEX triplet: 77, 10 and 7C. RGB value is (119,16,124). Sum of RGB (Red+Green+Blue) = 119+16+124=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #77107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77107C is #88EF83. Grayscale: #3A3A3A. Windows color (decimal): -8974212 or 8130679. OLE color: 8130679.
HSL color Cylindrical-coordinate representation of color #77107C: hue angle of 297.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77107C is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 16 | 124 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.51 |
| HSL | 297.22º | 0.77% | 0.27% | - |
| HSV(B) | 297.22º | 0.87% | 0.49% | - |
| XYZ | 11.43 | 5.75 | 19.58 | - |
| YUV | 59.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 124 | 0.04 | 0.87 | 0 | 0.51 | 297.22 | 0.77 | 0.27 |
| Hex | 77 | 10 | 7C | 4 | 57 | 0 | 33 | 129 | 4D | 1B |
| Octal | 167 | 20 | 174 | 4 | 127 | 0 | 63 | 451 | 115 | 33 |
| Binary | 1110111 | 10000 | 1111100 | 100 | 1010111 | 0 | 110011 | 100101001 | 1001101 | 11011 |
Color Harmonies of #77107C
Complementary color
Monochromatic Colors of #77107C
Black with #77107C
Text Example
Text Example
White with #77107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77107C; }
p { color: rgb(119,16,124); }
H1.HeaderClassName
{
color: #77107C;
}
.AnyTagClassName
{
color: #77107C;
}
</style>
background-color css
<style>
a { background-color: #77107C; }
a { background-color: rgb(119,16,124); }
div.DivClassName
{
background-color: #77107C;
}
.BgClassName
{
background-color: #77107C;
}
</style>
border-color css
<style>
span { border-color: #77107C; }
span { border-color: rgb(119,16,124); }
td.TdClassName
{
border-color: #77107C;
}
.TagClassName
{
border-color: #77107C;
}
</style>