Shades of Purple #7C047F
Tints of Purple #7C047F
RGB
CMYK
RGB Variations
Color information
#7C047F (or 0x7C047F) is known color: Purple. HEX triplet: 7C, 04 and 7F. RGB value is (124,4,127). Sum of RGB (Red+Green+Blue) = 124+4+127=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C047F is #83FB80. Grayscale: #353535. Windows color (decimal): -8649601 or 8324220. OLE color: 8324220.
HSL color Cylindrical-coordinate representation of color #7C047F: hue angle of 298.54º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C047F is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 4 | 127 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.50 |
| HSL | 298.54º | 0.94% | 0.26% | - |
| HSV(B) | 298.54º | 0.97% | 0.5% | - |
| XYZ | 12.19 | 5.9 | 20.58 | - |
| YUV | 53.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 127 | 0.02 | 0.97 | 0 | 0.50 | 298.54 | 0.94 | 0.26 |
| Hex | 7C | 4 | 7F | 2 | 61 | 0 | 32 | 12B | 5E | 1A |
| Octal | 174 | 4 | 177 | 2 | 141 | 0 | 62 | 453 | 136 | 32 |
| Binary | 1111100 | 100 | 1111111 | 10 | 1100001 | 0 | 110010 | 100101011 | 1011110 | 11010 |
Color Harmonies of #7C047F
Complementary color
Monochromatic Colors of #7C047F
Black with #7C047F
Text Example
Text Example
White with #7C047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C047F; }
p { color: rgb(124,4,127); }
H1.HeaderClassName
{
color: #7C047F;
}
.AnyTagClassName
{
color: #7C047F;
}
</style>
background-color css
<style>
a { background-color: #7C047F; }
a { background-color: rgb(124,4,127); }
div.DivClassName
{
background-color: #7C047F;
}
.BgClassName
{
background-color: #7C047F;
}
</style>
border-color css
<style>
span { border-color: #7C047F; }
span { border-color: rgb(124,4,127); }
td.TdClassName
{
border-color: #7C047F;
}
.TagClassName
{
border-color: #7C047F;
}
</style>