Shades of Purple #77098D
Tints of Purple #77098D
RGB
CMYK
RGB Variations
Color information
#77098D (or 0x77098D) is known color: Purple. HEX triplet: 77, 09 and 8D. RGB value is (119,9,141). Sum of RGB (Red+Green+Blue) = 119+9+141=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #77098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77098D is #88F672. Grayscale: #383838. Windows color (decimal): -8975987 or 9242999. OLE color: 9242999.
HSL color Cylindrical-coordinate representation of color #77098D: hue angle of 290º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77098D is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 9 | 141 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.45 |
| HSL | 290º | 0.88% | 0.29% | - |
| HSV(B) | 290º | 0.94% | 0.55% | - |
| XYZ | 12.51 | 6.04 | 25.71 | - |
| YUV | 56.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 141 | 0.16 | 0.94 | 0 | 0.45 | 290 | 0.88 | 0.29 |
| Hex | 77 | 9 | 8D | 10 | 5E | 0 | 2D | 122 | 58 | 1D |
| Octal | 167 | 11 | 215 | 20 | 136 | 0 | 55 | 442 | 130 | 35 |
| Binary | 1110111 | 1001 | 10001101 | 10000 | 1011110 | 0 | 101101 | 100100010 | 1011000 | 11101 |
Color Harmonies of #77098D
Complementary color
Monochromatic Colors of #77098D
Black with #77098D
Text Example
Text Example
White with #77098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77098D; }
p { color: rgb(119,9,141); }
H1.HeaderClassName
{
color: #77098D;
}
.AnyTagClassName
{
color: #77098D;
}
</style>
background-color css
<style>
a { background-color: #77098D; }
a { background-color: rgb(119,9,141); }
div.DivClassName
{
background-color: #77098D;
}
.BgClassName
{
background-color: #77098D;
}
</style>
border-color css
<style>
span { border-color: #77098D; }
span { border-color: rgb(119,9,141); }
td.TdClassName
{
border-color: #77098D;
}
.TagClassName
{
border-color: #77098D;
}
</style>