Shades of Purple #77137C
Tints of Purple #77137C
RGB
CMYK
RGB Variations
Color information
#77137C (or 0x77137C) is known color: Purple. HEX triplet: 77, 13 and 7C. RGB value is (119,19,124). Sum of RGB (Red+Green+Blue) = 119+19+124=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #77137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77137C is #88EC83. Grayscale: #3C3C3C. Windows color (decimal): -8973444 or 8131447. OLE color: 8131447.
HSL color Cylindrical-coordinate representation of color #77137C: hue angle of 297.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77137C is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 19 | 124 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.51 |
| HSL | 297.14º | 0.73% | 0.28% | - |
| HSV(B) | 297.14º | 0.85% | 0.49% | - |
| XYZ | 11.48 | 5.84 | 19.59 | - |
| YUV | 60.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 124 | 0.04 | 0.85 | 0 | 0.51 | 297.14 | 0.73 | 0.28 |
| Hex | 77 | 13 | 7C | 4 | 55 | 0 | 33 | 129 | 49 | 1C |
| Octal | 167 | 23 | 174 | 4 | 125 | 0 | 63 | 451 | 111 | 34 |
| Binary | 1110111 | 10011 | 1111100 | 100 | 1010101 | 0 | 110011 | 100101001 | 1001001 | 11100 |
Color Harmonies of #77137C
Complementary color
Monochromatic Colors of #77137C
Black with #77137C
Text Example
Text Example
White with #77137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77137C; }
p { color: rgb(119,19,124); }
H1.HeaderClassName
{
color: #77137C;
}
.AnyTagClassName
{
color: #77137C;
}
</style>
background-color css
<style>
a { background-color: #77137C; }
a { background-color: rgb(119,19,124); }
div.DivClassName
{
background-color: #77137C;
}
.BgClassName
{
background-color: #77137C;
}
</style>
border-color css
<style>
span { border-color: #77137C; }
span { border-color: rgb(119,19,124); }
td.TdClassName
{
border-color: #77137C;
}
.TagClassName
{
border-color: #77137C;
}
</style>