Shades of Purple #7D0171
Tints of Purple #7D0171
RGB
CMYK
RGB Variations
Color information
#7D0171 (or 0x7D0171) is known color: Purple. HEX triplet: 7D, 01 and 71. RGB value is (125,1,113). Sum of RGB (Red+Green+Blue) = 125+1+113=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0171 is #82FE8E. Grayscale: #323232. Windows color (decimal): -8584847 or 7405949. OLE color: 7405949.
HSL color Cylindrical-coordinate representation of color #7D0171: hue angle of 305.81º 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 #7D0171 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.51 |
| HSL | 305.81º | 0.98% | 0.25% | - |
| HSV(B) | 305.81º | 0.99% | 0.49% | - |
| XYZ | 11.45 | 5.57 | 16.1 | - |
| YUV | 50.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 113 | 0 | 0.99 | 0.10 | 0.51 | 305.81 | 0.98 | 0.25 |
| Hex | 7D | 1 | 71 | 0 | 63 | A | 33 | 132 | 62 | 19 |
| Octal | 175 | 1 | 161 | 0 | 143 | 12 | 63 | 462 | 142 | 31 |
| Binary | 1111101 | 1 | 1110001 | 0 | 1100011 | 1010 | 110011 | 100110010 | 1100010 | 11001 |
Color Harmonies of #7D0171
Complementary color
Monochromatic Colors of #7D0171
Black with #7D0171
Text Example
Text Example
White with #7D0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0171; }
p { color: rgb(125,1,113); }
H1.HeaderClassName
{
color: #7D0171;
}
.AnyTagClassName
{
color: #7D0171;
}
</style>
background-color css
<style>
a { background-color: #7D0171; }
a { background-color: rgb(125,1,113); }
div.DivClassName
{
background-color: #7D0171;
}
.BgClassName
{
background-color: #7D0171;
}
</style>
border-color css
<style>
span { border-color: #7D0171; }
span { border-color: rgb(125,1,113); }
td.TdClassName
{
border-color: #7D0171;
}
.TagClassName
{
border-color: #7D0171;
}
</style>