Shades of Purple #7C027C
Tints of Purple #7C027C
RGB
CMYK
RGB Variations
Color information
#7C027C (or 0x7C027C) is known color: Purple. HEX triplet: 7C, 02 and 7C. RGB value is (124,2,124). Sum of RGB (Red+Green+Blue) = 124+2+124=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C027C is #83FD83. Grayscale: #343434. Windows color (decimal): -8650116 or 8127100. OLE color: 8127100.
HSL color Cylindrical-coordinate representation of color #7C027C: hue angle of 300º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C027C is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 124 | - |
| CMYK | 0 | 0.98 | 0 | 0.51 |
| HSL | 300º | 0.97% | 0.25% | - |
| HSV(B) | 300º | 0.98% | 0.49% | - |
| XYZ | 11.97 | 5.78 | 19.55 | - |
| YUV | 52.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 124 | 0 | 0.98 | 0 | 0.51 | 300 | 0.97 | 0.25 |
| Hex | 7C | 2 | 7C | 0 | 62 | 0 | 33 | 12C | 61 | 19 |
| Octal | 174 | 2 | 174 | 0 | 142 | 0 | 63 | 454 | 141 | 31 |
| Binary | 1111100 | 10 | 1111100 | 0 | 1100010 | 0 | 110011 | 100101100 | 1100001 | 11001 |
Color Harmonies of #7C027C
Complementary color
Monochromatic Colors of #7C027C
Black with #7C027C
Text Example
Text Example
White with #7C027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C027C; }
p { color: rgb(124,2,124); }
H1.HeaderClassName
{
color: #7C027C;
}
.AnyTagClassName
{
color: #7C027C;
}
</style>
background-color css
<style>
a { background-color: #7C027C; }
a { background-color: rgb(124,2,124); }
div.DivClassName
{
background-color: #7C027C;
}
.BgClassName
{
background-color: #7C027C;
}
</style>
border-color css
<style>
span { border-color: #7C027C; }
span { border-color: rgb(124,2,124); }
td.TdClassName
{
border-color: #7C027C;
}
.TagClassName
{
border-color: #7C027C;
}
</style>