Shades of Purple #7C057F
Tints of Purple #7C057F
RGB
CMYK
RGB Variations
Color information
#7C057F (or 0x7C057F) is known color: Purple. HEX triplet: 7C, 05 and 7F. RGB value is (124,5,127). Sum of RGB (Red+Green+Blue) = 124+5+127=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C057F is #83FA80. Grayscale: #363636. Windows color (decimal): -8649345 or 8324476. OLE color: 8324476.
HSL color Cylindrical-coordinate representation of color #7C057F: hue angle of 298.52º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C057F is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 5 | 127 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.50 |
| HSL | 298.52º | 0.92% | 0.26% | - |
| HSV(B) | 298.52º | 0.96% | 0.5% | - |
| XYZ | 12.2 | 5.93 | 20.58 | - |
| YUV | 54.49 | 168.92 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 127 | 0.02 | 0.96 | 0 | 0.50 | 298.52 | 0.92 | 0.26 |
| Hex | 7C | 5 | 7F | 2 | 60 | 0 | 32 | 12B | 5C | 1A |
| Octal | 174 | 5 | 177 | 2 | 140 | 0 | 62 | 453 | 134 | 32 |
| Binary | 1111100 | 101 | 1111111 | 10 | 1100000 | 0 | 110010 | 100101011 | 1011100 | 11010 |
Color Harmonies of #7C057F
Complementary color
Monochromatic Colors of #7C057F
Black with #7C057F
Text Example
Text Example
White with #7C057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C057F; }
p { color: rgb(124,5,127); }
H1.HeaderClassName
{
color: #7C057F;
}
.AnyTagClassName
{
color: #7C057F;
}
</style>
background-color css
<style>
a { background-color: #7C057F; }
a { background-color: rgb(124,5,127); }
div.DivClassName
{
background-color: #7C057F;
}
.BgClassName
{
background-color: #7C057F;
}
</style>
border-color css
<style>
span { border-color: #7C057F; }
span { border-color: rgb(124,5,127); }
td.TdClassName
{
border-color: #7C057F;
}
.TagClassName
{
border-color: #7C057F;
}
</style>