Shades of Purple #7C047C
Tints of Purple #7C047C
RGB
CMYK
RGB Variations
Color information
#7C047C (or 0x7C047C) is known color: Purple. HEX triplet: 7C, 04 and 7C. RGB value is (124,4,124). Sum of RGB (Red+Green+Blue) = 124+4+124=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C047C is #83FB83. Grayscale: #353535. Windows color (decimal): -8649604 or 8127612. OLE color: 8127612.
HSL color Cylindrical-coordinate representation of color #7C047C: hue angle of 300º 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 #7C047C is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0 | 0.51 |
| HSL | 300º | 0.94% | 0.25% | - |
| HSV(B) | 300º | 0.97% | 0.49% | - |
| XYZ | 11.99 | 5.83 | 19.56 | - |
| YUV | 53.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 124 | 0 | 0.97 | 0 | 0.51 | 300 | 0.94 | 0.25 |
| Hex | 7C | 4 | 7C | 0 | 61 | 0 | 33 | 12C | 5E | 19 |
| Octal | 174 | 4 | 174 | 0 | 141 | 0 | 63 | 454 | 136 | 31 |
| Binary | 1111100 | 100 | 1111100 | 0 | 1100001 | 0 | 110011 | 100101100 | 1011110 | 11001 |
Color Harmonies of #7C047C
Complementary color
Monochromatic Colors of #7C047C
Black with #7C047C
Text Example
Text Example
White with #7C047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C047C; }
p { color: rgb(124,4,124); }
H1.HeaderClassName
{
color: #7C047C;
}
.AnyTagClassName
{
color: #7C047C;
}
</style>
background-color css
<style>
a { background-color: #7C047C; }
a { background-color: rgb(124,4,124); }
div.DivClassName
{
background-color: #7C047C;
}
.BgClassName
{
background-color: #7C047C;
}
</style>
border-color css
<style>
span { border-color: #7C047C; }
span { border-color: rgb(124,4,124); }
td.TdClassName
{
border-color: #7C047C;
}
.TagClassName
{
border-color: #7C047C;
}
</style>