Shades of Purple #77158D
Tints of Purple #77158D
RGB
CMYK
RGB Variations
Color information
#77158D (or 0x77158D) is known color: Purple. HEX triplet: 77, 15 and 8D. RGB value is (119,21,141). Sum of RGB (Red+Green+Blue) = 119+21+141=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #77158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77158D is #88EA72. Grayscale: #3F3F3F. Windows color (decimal): -8972915 or 9246071. OLE color: 9246071.
HSL color Cylindrical-coordinate representation of color #77158D: hue angle of 289º 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 #77158D is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 21 | 141 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.45 |
| HSL | 289º | 0.74% | 0.32% | - |
| HSV(B) | 289º | 0.85% | 0.55% | - |
| XYZ | 12.68 | 6.38 | 25.76 | - |
| YUV | 63.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 141 | 0.16 | 0.85 | 0 | 0.45 | 289 | 0.74 | 0.32 |
| Hex | 77 | 15 | 8D | 10 | 55 | 0 | 2D | 121 | 4A | 20 |
| Octal | 167 | 25 | 215 | 20 | 125 | 0 | 55 | 441 | 112 | 40 |
| Binary | 1110111 | 10101 | 10001101 | 10000 | 1010101 | 0 | 101101 | 100100001 | 1001010 | 100000 |
Color Harmonies of #77158D
Complementary color
Monochromatic Colors of #77158D
Black with #77158D
Text Example
Text Example
White with #77158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77158D; }
p { color: rgb(119,21,141); }
H1.HeaderClassName
{
color: #77158D;
}
.AnyTagClassName
{
color: #77158D;
}
</style>
background-color css
<style>
a { background-color: #77158D; }
a { background-color: rgb(119,21,141); }
div.DivClassName
{
background-color: #77158D;
}
.BgClassName
{
background-color: #77158D;
}
</style>
border-color css
<style>
span { border-color: #77158D; }
span { border-color: rgb(119,21,141); }
td.TdClassName
{
border-color: #77158D;
}
.TagClassName
{
border-color: #77158D;
}
</style>