Shades of Purple #7C0D76
Tints of Purple #7C0D76
RGB
CMYK
RGB Variations
Color information
#7C0D76 (or 0x7C0D76) is known color: Purple. HEX triplet: 7C, 0D and 76. RGB value is (124,13,118). Sum of RGB (Red+Green+Blue) = 124+13+118=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D76 is #83F289. Grayscale: #393939. Windows color (decimal): -8647306 or 7736700. OLE color: 7736700.
HSL color Cylindrical-coordinate representation of color #7C0D76: hue angle of 303.24º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D76 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 13 | 118 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.51 |
| HSL | 303.24º | 0.81% | 0.27% | - |
| HSV(B) | 303.24º | 0.9% | 0.49% | - |
| XYZ | 11.73 | 5.88 | 17.66 | - |
| YUV | 58.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 13 | 118 | 0 | 0.90 | 0.05 | 0.51 | 303.24 | 0.81 | 0.27 |
| Hex | 7C | D | 76 | 0 | 5A | 5 | 33 | 12F | 51 | 1B |
| Octal | 174 | 15 | 166 | 0 | 132 | 5 | 63 | 457 | 121 | 33 |
| Binary | 1111100 | 1101 | 1110110 | 0 | 1011010 | 101 | 110011 | 100101111 | 1010001 | 11011 |
Color Harmonies of #7C0D76
Complementary color
Monochromatic Colors of #7C0D76
Black with #7C0D76
Text Example
Text Example
White with #7C0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0D76; }
p { color: rgb(124,13,118); }
H1.HeaderClassName
{
color: #7C0D76;
}
.AnyTagClassName
{
color: #7C0D76;
}
</style>
background-color css
<style>
a { background-color: #7C0D76; }
a { background-color: rgb(124,13,118); }
div.DivClassName
{
background-color: #7C0D76;
}
.BgClassName
{
background-color: #7C0D76;
}
</style>
border-color css
<style>
span { border-color: #7C0D76; }
span { border-color: rgb(124,13,118); }
td.TdClassName
{
border-color: #7C0D76;
}
.TagClassName
{
border-color: #7C0D76;
}
</style>