Shades of Purple #77128C
Tints of Purple #77128C
RGB
CMYK
RGB Variations
Color information
#77128C (or 0x77128C) is known color: Purple. HEX triplet: 77, 12 and 8C. RGB value is (119,18,140). Sum of RGB (Red+Green+Blue) = 119+18+140=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #77128C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77128C is #88ED73. Grayscale: #3D3D3D. Windows color (decimal): -8973684 or 9179767. OLE color: 9179767.
HSL color Cylindrical-coordinate representation of color #77128C: hue angle of 289.67º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77128C is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 18 | 140 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.45 |
| HSL | 289.67º | 0.77% | 0.31% | - |
| HSV(B) | 289.67º | 0.87% | 0.55% | - |
| XYZ | 12.56 | 6.25 | 25.36 | - |
| YUV | 62.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 140 | 0.15 | 0.87 | 0 | 0.45 | 289.67 | 0.77 | 0.31 |
| Hex | 77 | 12 | 8C | F | 57 | 0 | 2D | 122 | 4D | 1F |
| Octal | 167 | 22 | 214 | 17 | 127 | 0 | 55 | 442 | 115 | 37 |
| Binary | 1110111 | 10010 | 10001100 | 1111 | 1010111 | 0 | 101101 | 100100010 | 1001101 | 11111 |
Color Harmonies of #77128C
Complementary color
Monochromatic Colors of #77128C
Black with #77128C
Text Example
Text Example
White with #77128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77128C; }
p { color: rgb(119,18,140); }
H1.HeaderClassName
{
color: #77128C;
}
.AnyTagClassName
{
color: #77128C;
}
</style>
background-color css
<style>
a { background-color: #77128C; }
a { background-color: rgb(119,18,140); }
div.DivClassName
{
background-color: #77128C;
}
.BgClassName
{
background-color: #77128C;
}
</style>
border-color css
<style>
span { border-color: #77128C; }
span { border-color: rgb(119,18,140); }
td.TdClassName
{
border-color: #77128C;
}
.TagClassName
{
border-color: #77128C;
}
</style>