Shades of Purple #7C0F77
Tints of Purple #7C0F77
RGB
CMYK
RGB Variations
Color information
#7C0F77 (or 0x7C0F77) is known color: Purple. HEX triplet: 7C, 0F and 77. RGB value is (124,15,119). Sum of RGB (Red+Green+Blue) = 124+15+119=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F77 is #83F088. Grayscale: #3B3B3B. Windows color (decimal): -8646793 or 7802748. OLE color: 7802748.
HSL color Cylindrical-coordinate representation of color #7C0F77: hue angle of 302.75º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F77 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 15 | 119 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.51 |
| HSL | 302.75º | 0.78% | 0.27% | - |
| HSV(B) | 302.75º | 0.88% | 0.49% | - |
| XYZ | 11.81 | 5.96 | 17.98 | - |
| YUV | 59.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 15 | 119 | 0 | 0.88 | 0.04 | 0.51 | 302.75 | 0.78 | 0.27 |
| Hex | 7C | F | 77 | 0 | 58 | 4 | 33 | 12F | 4E | 1B |
| Octal | 174 | 17 | 167 | 0 | 130 | 4 | 63 | 457 | 116 | 33 |
| Binary | 1111100 | 1111 | 1110111 | 0 | 1011000 | 100 | 110011 | 100101111 | 1001110 | 11011 |
Color Harmonies of #7C0F77
Complementary color
Monochromatic Colors of #7C0F77
Black with #7C0F77
Text Example
Text Example
White with #7C0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0F77; }
p { color: rgb(124,15,119); }
H1.HeaderClassName
{
color: #7C0F77;
}
.AnyTagClassName
{
color: #7C0F77;
}
</style>
background-color css
<style>
a { background-color: #7C0F77; }
a { background-color: rgb(124,15,119); }
div.DivClassName
{
background-color: #7C0F77;
}
.BgClassName
{
background-color: #7C0F77;
}
</style>
border-color css
<style>
span { border-color: #7C0F77; }
span { border-color: rgb(124,15,119); }
td.TdClassName
{
border-color: #7C0F77;
}
.TagClassName
{
border-color: #7C0F77;
}
</style>