Shades of Purple #77048A
Tints of Purple #77048A
RGB
CMYK
RGB Variations
Color information
#77048A (or 0x77048A) is known color: Purple. HEX triplet: 77, 04 and 8A. RGB value is (119,4,138). Sum of RGB (Red+Green+Blue) = 119+4+138=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #77048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77048A is #88FB75. Grayscale: #353535. Windows color (decimal): -8977270 or 9045111. OLE color: 9045111.
HSL color Cylindrical-coordinate representation of color #77048A: hue angle of 291.49º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77048A is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 4 | 138 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.46 |
| HSL | 291.49º | 0.94% | 0.28% | - |
| HSV(B) | 291.49º | 0.97% | 0.54% | - |
| XYZ | 12.24 | 5.84 | 24.53 | - |
| YUV | 53.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 138 | 0.14 | 0.97 | 0 | 0.46 | 291.49 | 0.94 | 0.28 |
| Hex | 77 | 4 | 8A | E | 61 | 0 | 2E | 123 | 5E | 1C |
| Octal | 167 | 4 | 212 | 16 | 141 | 0 | 56 | 443 | 136 | 34 |
| Binary | 1110111 | 100 | 10001010 | 1110 | 1100001 | 0 | 101110 | 100100011 | 1011110 | 11100 |
Color Harmonies of #77048A
Complementary color
Monochromatic Colors of #77048A
Black with #77048A
Text Example
Text Example
White with #77048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77048A; }
p { color: rgb(119,4,138); }
H1.HeaderClassName
{
color: #77048A;
}
.AnyTagClassName
{
color: #77048A;
}
</style>
background-color css
<style>
a { background-color: #77048A; }
a { background-color: rgb(119,4,138); }
div.DivClassName
{
background-color: #77048A;
}
.BgClassName
{
background-color: #77048A;
}
</style>
border-color css
<style>
span { border-color: #77048A; }
span { border-color: rgb(119,4,138); }
td.TdClassName
{
border-color: #77048A;
}
.TagClassName
{
border-color: #77048A;
}
</style>