Shades of Purple #77188C
Tints of Purple #77188C
RGB
CMYK
RGB Variations
Color information
#77188C (or 0x77188C) is known color: Purple. HEX triplet: 77, 18 and 8C. RGB value is (119,24,140). Sum of RGB (Red+Green+Blue) = 119+24+140=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #77188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77188C is #88E773. Grayscale: #414141. Windows color (decimal): -8972148 or 9181303. OLE color: 9181303.
HSL color Cylindrical-coordinate representation of color #77188C: hue angle of 289.14º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77188C is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 24 | 140 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.45 |
| HSL | 289.14º | 0.71% | 0.32% | - |
| HSV(B) | 289.14º | 0.83% | 0.55% | - |
| XYZ | 12.67 | 6.47 | 25.39 | - |
| YUV | 65.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 140 | 0.15 | 0.83 | 0 | 0.45 | 289.14 | 0.71 | 0.32 |
| Hex | 77 | 18 | 8C | F | 53 | 0 | 2D | 121 | 47 | 20 |
| Octal | 167 | 30 | 214 | 17 | 123 | 0 | 55 | 441 | 107 | 40 |
| Binary | 1110111 | 11000 | 10001100 | 1111 | 1010011 | 0 | 101101 | 100100001 | 1000111 | 100000 |
Color Harmonies of #77188C
Complementary color
Monochromatic Colors of #77188C
Black with #77188C
Text Example
Text Example
White with #77188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77188C; }
p { color: rgb(119,24,140); }
H1.HeaderClassName
{
color: #77188C;
}
.AnyTagClassName
{
color: #77188C;
}
</style>
background-color css
<style>
a { background-color: #77188C; }
a { background-color: rgb(119,24,140); }
div.DivClassName
{
background-color: #77188C;
}
.BgClassName
{
background-color: #77188C;
}
</style>
border-color css
<style>
span { border-color: #77188C; }
span { border-color: rgb(119,24,140); }
td.TdClassName
{
border-color: #77188C;
}
.TagClassName
{
border-color: #77188C;
}
</style>