Shades of Purple #77098C
Tints of Purple #77098C
RGB
CMYK
RGB Variations
Color information
#77098C (or 0x77098C) is known color: Purple. HEX triplet: 77, 09 and 8C. RGB value is (119,9,140). Sum of RGB (Red+Green+Blue) = 119+9+140=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #77098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77098C is #88F673. Grayscale: #383838. Windows color (decimal): -8975988 or 9177463. OLE color: 9177463.
HSL color Cylindrical-coordinate representation of color #77098C: hue angle of 290.38º 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 #77098C is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 9 | 140 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.45 |
| HSL | 290.38º | 0.88% | 0.29% | - |
| HSV(B) | 290.38º | 0.94% | 0.55% | - |
| XYZ | 12.44 | 6.01 | 25.32 | - |
| YUV | 56.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 140 | 0.15 | 0.94 | 0 | 0.45 | 290.38 | 0.88 | 0.29 |
| Hex | 77 | 9 | 8C | F | 5E | 0 | 2D | 122 | 58 | 1D |
| Octal | 167 | 11 | 214 | 17 | 136 | 0 | 55 | 442 | 130 | 35 |
| Binary | 1110111 | 1001 | 10001100 | 1111 | 1011110 | 0 | 101101 | 100100010 | 1011000 | 11101 |
Color Harmonies of #77098C
Complementary color
Monochromatic Colors of #77098C
Black with #77098C
Text Example
Text Example
White with #77098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77098C; }
p { color: rgb(119,9,140); }
H1.HeaderClassName
{
color: #77098C;
}
.AnyTagClassName
{
color: #77098C;
}
</style>
background-color css
<style>
a { background-color: #77098C; }
a { background-color: rgb(119,9,140); }
div.DivClassName
{
background-color: #77098C;
}
.BgClassName
{
background-color: #77098C;
}
</style>
border-color css
<style>
span { border-color: #77098C; }
span { border-color: rgb(119,9,140); }
td.TdClassName
{
border-color: #77098C;
}
.TagClassName
{
border-color: #77098C;
}
</style>