Shades of Purple #77007C
Tints of Purple #77007C
RGB
CMYK
RGB Variations
Color information
#77007C (or 0x77007C) is known color: Purple. HEX triplet: 77, 00 and 7C. RGB value is (119,0,124). Sum of RGB (Red+Green+Blue) = 119+0+124=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #77007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77007C is #88FF83. Grayscale: #313131. Windows color (decimal): -8978308 or 8126583. OLE color: 8126583.
HSL color Cylindrical-coordinate representation of color #77007C: hue angle of 297.58º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77007C is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 0 | 124 | - |
| CMYK | 0.04 | 1 | 0 | 0.51 |
| HSL | 297.58º | 1% | 0.24% | - |
| HSV(B) | 297.58º | 1% | 0.49% | - |
| XYZ | 11.25 | 5.38 | 19.51 | - |
| YUV | 49.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 124 | 0.04 | 1 | 0 | 0.51 | 297.58 | 1 | 0.24 |
| Hex | 77 | 0 | 7C | 4 | 64 | 0 | 33 | 12A | 64 | 18 |
| Octal | 167 | 0 | 174 | 4 | 144 | 0 | 63 | 452 | 144 | 30 |
| Binary | 1110111 | 0 | 1111100 | 100 | 1100100 | 0 | 110011 | 100101010 | 1100100 | 11000 |
Color Harmonies of #77007C
Complementary color
Monochromatic Colors of #77007C
Black with #77007C
Text Example
Text Example
White with #77007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77007C; }
p { color: rgb(119,0,124); }
H1.HeaderClassName
{
color: #77007C;
}
.AnyTagClassName
{
color: #77007C;
}
</style>
background-color css
<style>
a { background-color: #77007C; }
a { background-color: rgb(119,0,124); }
div.DivClassName
{
background-color: #77007C;
}
.BgClassName
{
background-color: #77007C;
}
</style>
border-color css
<style>
span { border-color: #77007C; }
span { border-color: rgb(119,0,124); }
td.TdClassName
{
border-color: #77007C;
}
.TagClassName
{
border-color: #77007C;
}
</style>