Shades of Purple #7C057E
Tints of Purple #7C057E
RGB
CMYK
RGB Variations
Color information
#7C057E (or 0x7C057E) is known color: Purple. HEX triplet: 7C, 05 and 7E. RGB value is (124,5,126). Sum of RGB (Red+Green+Blue) = 124+5+126=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C057E is #83FA81. Grayscale: #363636. Windows color (decimal): -8649346 or 8258940. OLE color: 8258940.
HSL color Cylindrical-coordinate representation of color #7C057E: hue angle of 299.01º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C057E is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 126 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.51 |
| HSL | 299.01º | 0.92% | 0.26% | - |
| HSV(B) | 299.01º | 0.96% | 0.49% | - |
| XYZ | 12.13 | 5.9 | 20.24 | - |
| YUV | 54.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 126 | 0.02 | 0.96 | 0 | 0.51 | 299.01 | 0.92 | 0.26 |
| Hex | 7C | 5 | 7E | 2 | 60 | 0 | 33 | 12B | 5C | 1A |
| Octal | 174 | 5 | 176 | 2 | 140 | 0 | 63 | 453 | 134 | 32 |
| Binary | 1111100 | 101 | 1111110 | 10 | 1100000 | 0 | 110011 | 100101011 | 1011100 | 11010 |
Color Harmonies of #7C057E
Complementary color
Monochromatic Colors of #7C057E
Black with #7C057E
Text Example
Text Example
White with #7C057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C057E; }
p { color: rgb(124,5,126); }
H1.HeaderClassName
{
color: #7C057E;
}
.AnyTagClassName
{
color: #7C057E;
}
</style>
background-color css
<style>
a { background-color: #7C057E; }
a { background-color: rgb(124,5,126); }
div.DivClassName
{
background-color: #7C057E;
}
.BgClassName
{
background-color: #7C057E;
}
</style>
border-color css
<style>
span { border-color: #7C057E; }
span { border-color: rgb(124,5,126); }
td.TdClassName
{
border-color: #7C057E;
}
.TagClassName
{
border-color: #7C057E;
}
</style>