Shades of Purple #77158C
Tints of Purple #77158C
RGB
CMYK
RGB Variations
Color information
#77158C (or 0x77158C) is known color: Purple. HEX triplet: 77, 15 and 8C. RGB value is (119,21,140). Sum of RGB (Red+Green+Blue) = 119+21+140=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #77158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77158C is #88EA73. Grayscale: #3F3F3F. Windows color (decimal): -8972916 or 9180535. OLE color: 9180535.
HSL color Cylindrical-coordinate representation of color #77158C: hue angle of 289.41º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77158C is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 21 | 140 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.45 |
| HSL | 289.41º | 0.74% | 0.32% | - |
| HSV(B) | 289.41º | 0.85% | 0.55% | - |
| XYZ | 12.61 | 6.35 | 25.37 | - |
| YUV | 63.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 140 | 0.15 | 0.85 | 0 | 0.45 | 289.41 | 0.74 | 0.32 |
| Hex | 77 | 15 | 8C | F | 55 | 0 | 2D | 121 | 4A | 20 |
| Octal | 167 | 25 | 214 | 17 | 125 | 0 | 55 | 441 | 112 | 40 |
| Binary | 1110111 | 10101 | 10001100 | 1111 | 1010101 | 0 | 101101 | 100100001 | 1001010 | 100000 |
Color Harmonies of #77158C
Complementary color
Monochromatic Colors of #77158C
Black with #77158C
Text Example
Text Example
White with #77158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77158C; }
p { color: rgb(119,21,140); }
H1.HeaderClassName
{
color: #77158C;
}
.AnyTagClassName
{
color: #77158C;
}
</style>
background-color css
<style>
a { background-color: #77158C; }
a { background-color: rgb(119,21,140); }
div.DivClassName
{
background-color: #77158C;
}
.BgClassName
{
background-color: #77158C;
}
</style>
border-color css
<style>
span { border-color: #77158C; }
span { border-color: rgb(119,21,140); }
td.TdClassName
{
border-color: #77158C;
}
.TagClassName
{
border-color: #77158C;
}
</style>