Shades of Purple #7D0C76
Tints of Purple #7D0C76
RGB
CMYK
RGB Variations
Color information
#7D0C76 (or 0x7D0C76) is known color: Purple. HEX triplet: 7D, 0C and 76. RGB value is (125,12,118). Sum of RGB (Red+Green+Blue) = 125+12+118=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0C76 is #82F389. Grayscale: #393939. Windows color (decimal): -8582026 or 7736445. OLE color: 7736445.
HSL color Cylindrical-coordinate representation of color #7D0C76: hue angle of 303.72º degrees, saturation: 0.82, 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 #7D0C76 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 12 | 118 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.51 |
| HSL | 303.72º | 0.82% | 0.27% | - |
| HSV(B) | 303.72º | 0.9% | 0.49% | - |
| XYZ | 11.86 | 5.93 | 17.66 | - |
| YUV | 57.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 12 | 118 | 0 | 0.90 | 0.06 | 0.51 | 303.72 | 0.82 | 0.27 |
| Hex | 7D | C | 76 | 0 | 5A | 6 | 33 | 130 | 52 | 1B |
| Octal | 175 | 14 | 166 | 0 | 132 | 6 | 63 | 460 | 122 | 33 |
| Binary | 1111101 | 1100 | 1110110 | 0 | 1011010 | 110 | 110011 | 100110000 | 1010010 | 11011 |
Color Harmonies of #7D0C76
Complementary color
Monochromatic Colors of #7D0C76
Black with #7D0C76
Text Example
Text Example
White with #7D0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0C76; }
p { color: rgb(125,12,118); }
H1.HeaderClassName
{
color: #7D0C76;
}
.AnyTagClassName
{
color: #7D0C76;
}
</style>
background-color css
<style>
a { background-color: #7D0C76; }
a { background-color: rgb(125,12,118); }
div.DivClassName
{
background-color: #7D0C76;
}
.BgClassName
{
background-color: #7D0C76;
}
</style>
border-color css
<style>
span { border-color: #7D0C76; }
span { border-color: rgb(125,12,118); }
td.TdClassName
{
border-color: #7D0C76;
}
.TagClassName
{
border-color: #7D0C76;
}
</style>