Shades of Purple #7C0477
Tints of Purple #7C0477
RGB
CMYK
RGB Variations
Color information
#7C0477 (or 0x7C0477) is known color: Purple. HEX triplet: 7C, 04 and 77. RGB value is (124,4,119). Sum of RGB (Red+Green+Blue) = 124+4+119=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0477 is #83FB88. Grayscale: #343434. Windows color (decimal): -8649609 or 7799932. OLE color: 7799932.
HSL color Cylindrical-coordinate representation of color #7C0477: hue angle of 302.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 #7C0477 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 119 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.51 |
| HSL | 302.5º | 0.94% | 0.25% | - |
| HSV(B) | 302.5º | 0.97% | 0.49% | - |
| XYZ | 11.69 | 5.7 | 17.94 | - |
| YUV | 52.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 119 | 0 | 0.97 | 0.04 | 0.51 | 302.5 | 0.94 | 0.25 |
| Hex | 7C | 4 | 77 | 0 | 61 | 4 | 33 | 12E | 5E | 19 |
| Octal | 174 | 4 | 167 | 0 | 141 | 4 | 63 | 456 | 136 | 31 |
| Binary | 1111100 | 100 | 1110111 | 0 | 1100001 | 100 | 110011 | 100101110 | 1011110 | 11001 |
Color Harmonies of #7C0477
Complementary color
Monochromatic Colors of #7C0477
Black with #7C0477
Text Example
Text Example
White with #7C0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0477; }
p { color: rgb(124,4,119); }
H1.HeaderClassName
{
color: #7C0477;
}
.AnyTagClassName
{
color: #7C0477;
}
</style>
background-color css
<style>
a { background-color: #7C0477; }
a { background-color: rgb(124,4,119); }
div.DivClassName
{
background-color: #7C0477;
}
.BgClassName
{
background-color: #7C0477;
}
</style>
border-color css
<style>
span { border-color: #7C0477; }
span { border-color: rgb(124,4,119); }
td.TdClassName
{
border-color: #7C0477;
}
.TagClassName
{
border-color: #7C0477;
}
</style>