Shades of Purple #7D016D
Tints of Purple #7D016D
RGB
CMYK
RGB Variations
Color information
#7D016D (or 0x7D016D) is known color: Purple. HEX triplet: 7D, 01 and 6D. RGB value is (125,1,109). Sum of RGB (Red+Green+Blue) = 125+1+109=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D016D is #82FE92. Grayscale: #323232. Windows color (decimal): -8584851 or 7143805. OLE color: 7143805.
HSL color Cylindrical-coordinate representation of color #7D016D: hue angle of 307.74º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D016D is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.51 |
| HSL | 307.74º | 0.98% | 0.25% | - |
| HSV(B) | 307.74º | 0.99% | 0.49% | - |
| XYZ | 11.23 | 5.49 | 14.94 | - |
| YUV | 50.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 109 | 0 | 0.99 | 0.13 | 0.51 | 307.74 | 0.98 | 0.25 |
| Hex | 7D | 1 | 6D | 0 | 63 | D | 33 | 134 | 62 | 19 |
| Octal | 175 | 1 | 155 | 0 | 143 | 15 | 63 | 464 | 142 | 31 |
| Binary | 1111101 | 1 | 1101101 | 0 | 1100011 | 1101 | 110011 | 100110100 | 1100010 | 11001 |
Color Harmonies of #7D016D
Complementary color
Monochromatic Colors of #7D016D
Black with #7D016D
Text Example
Text Example
White with #7D016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D016D; }
p { color: rgb(125,1,109); }
H1.HeaderClassName
{
color: #7D016D;
}
.AnyTagClassName
{
color: #7D016D;
}
</style>
background-color css
<style>
a { background-color: #7D016D; }
a { background-color: rgb(125,1,109); }
div.DivClassName
{
background-color: #7D016D;
}
.BgClassName
{
background-color: #7D016D;
}
</style>
border-color css
<style>
span { border-color: #7D016D; }
span { border-color: rgb(125,1,109); }
td.TdClassName
{
border-color: #7D016D;
}
.TagClassName
{
border-color: #7D016D;
}
</style>