Shades of Purple #7D0D79
Tints of Purple #7D0D79
RGB
CMYK
RGB Variations
Color information
#7D0D79 (or 0x7D0D79) is known color: Purple. HEX triplet: 7D, 0D and 79. RGB value is (125,13,121). Sum of RGB (Red+Green+Blue) = 125+13+121=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0D79 is #82F286. Grayscale: #3A3A3A. Windows color (decimal): -8581767 or 7933309. OLE color: 7933309.
HSL color Cylindrical-coordinate representation of color #7D0D79: hue angle of 302.14º 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 #7D0D79 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 121 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.51 |
| HSL | 302.14º | 0.81% | 0.27% | - |
| HSV(B) | 302.14º | 0.9% | 0.49% | - |
| XYZ | 12.05 | 6.03 | 18.62 | - |
| YUV | 58.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 121 | 0 | 0.90 | 0.03 | 0.51 | 302.14 | 0.81 | 0.27 |
| Hex | 7D | D | 79 | 0 | 5A | 3 | 33 | 12E | 51 | 1B |
| Octal | 175 | 15 | 171 | 0 | 132 | 3 | 63 | 456 | 121 | 33 |
| Binary | 1111101 | 1101 | 1111001 | 0 | 1011010 | 11 | 110011 | 100101110 | 1010001 | 11011 |
Color Harmonies of #7D0D79
Complementary color
Monochromatic Colors of #7D0D79
Black with #7D0D79
Text Example
Text Example
White with #7D0D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D79; }
p { color: rgb(125,13,121); }
H1.HeaderClassName
{
color: #7D0D79;
}
.AnyTagClassName
{
color: #7D0D79;
}
</style>
background-color css
<style>
a { background-color: #7D0D79; }
a { background-color: rgb(125,13,121); }
div.DivClassName
{
background-color: #7D0D79;
}
.BgClassName
{
background-color: #7D0D79;
}
</style>
border-color css
<style>
span { border-color: #7D0D79; }
span { border-color: rgb(125,13,121); }
td.TdClassName
{
border-color: #7D0D79;
}
.TagClassName
{
border-color: #7D0D79;
}
</style>