Shades of Purple #77107F
Tints of Purple #77107F
RGB
CMYK
RGB Variations
Color information
#77107F (or 0x77107F) is known color: Purple. HEX triplet: 77, 10 and 7F. RGB value is (119,16,127). Sum of RGB (Red+Green+Blue) = 119+16+127=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #77107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77107F is #88EF80. Grayscale: #3B3B3B. Windows color (decimal): -8974209 or 8327287. OLE color: 8327287.
HSL color Cylindrical-coordinate representation of color #77107F: hue angle of 295.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77107F is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 16 | 127 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.50 |
| HSL | 295.68º | 0.78% | 0.28% | - |
| HSV(B) | 295.68º | 0.87% | 0.5% | - |
| XYZ | 11.62 | 5.82 | 20.59 | - |
| YUV | 59.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 127 | 0.06 | 0.87 | 0 | 0.50 | 295.68 | 0.78 | 0.28 |
| Hex | 77 | 10 | 7F | 6 | 57 | 0 | 32 | 128 | 4E | 1C |
| Octal | 167 | 20 | 177 | 6 | 127 | 0 | 62 | 450 | 116 | 34 |
| Binary | 1110111 | 10000 | 1111111 | 110 | 1010111 | 0 | 110010 | 100101000 | 1001110 | 11100 |
Color Harmonies of #77107F
Complementary color
Monochromatic Colors of #77107F
Black with #77107F
Text Example
Text Example
White with #77107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77107F; }
p { color: rgb(119,16,127); }
H1.HeaderClassName
{
color: #77107F;
}
.AnyTagClassName
{
color: #77107F;
}
</style>
background-color css
<style>
a { background-color: #77107F; }
a { background-color: rgb(119,16,127); }
div.DivClassName
{
background-color: #77107F;
}
.BgClassName
{
background-color: #77107F;
}
</style>
border-color css
<style>
span { border-color: #77107F; }
span { border-color: rgb(119,16,127); }
td.TdClassName
{
border-color: #77107F;
}
.TagClassName
{
border-color: #77107F;
}
</style>