Shades of Purple #77047C
Tints of Purple #77047C
RGB
CMYK
RGB Variations
Color information
#77047C (or 0x77047C) is known color: Purple. HEX triplet: 77, 04 and 7C. RGB value is (119,4,124). Sum of RGB (Red+Green+Blue) = 119+4+124=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #77047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77047C is #88FB83. Grayscale: #333333. Windows color (decimal): -8977284 or 8127607. OLE color: 8127607.
HSL color Cylindrical-coordinate representation of color #77047C: hue angle of 297.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77047C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 4 | 124 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.51 |
| HSL | 297.5º | 0.94% | 0.25% | - |
| HSV(B) | 297.5º | 0.97% | 0.49% | - |
| XYZ | 11.29 | 5.46 | 19.53 | - |
| YUV | 52.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 124 | 0.04 | 0.97 | 0 | 0.51 | 297.5 | 0.94 | 0.25 |
| Hex | 77 | 4 | 7C | 4 | 61 | 0 | 33 | 12A | 5E | 19 |
| Octal | 167 | 4 | 174 | 4 | 141 | 0 | 63 | 452 | 136 | 31 |
| Binary | 1110111 | 100 | 1111100 | 100 | 1100001 | 0 | 110011 | 100101010 | 1011110 | 11001 |
Color Harmonies of #77047C
Complementary color
Monochromatic Colors of #77047C
Black with #77047C
Text Example
Text Example
White with #77047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77047C; }
p { color: rgb(119,4,124); }
H1.HeaderClassName
{
color: #77047C;
}
.AnyTagClassName
{
color: #77047C;
}
</style>
background-color css
<style>
a { background-color: #77047C; }
a { background-color: rgb(119,4,124); }
div.DivClassName
{
background-color: #77047C;
}
.BgClassName
{
background-color: #77047C;
}
</style>
border-color css
<style>
span { border-color: #77047C; }
span { border-color: rgb(119,4,124); }
td.TdClassName
{
border-color: #77047C;
}
.TagClassName
{
border-color: #77047C;
}
</style>