Shades of Purple #7D017C
Tints of Purple #7D017C
RGB
CMYK
RGB Variations
Color information
#7D017C (or 0x7D017C) is known color: Purple. HEX triplet: 7D, 01 and 7C. RGB value is (125,1,124). Sum of RGB (Red+Green+Blue) = 125+1+124=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D017C is #82FE83. Grayscale: #333333. Windows color (decimal): -8584836 or 8126845. OLE color: 8126845.
HSL color Cylindrical-coordinate representation of color #7D017C: hue angle of 300.48º 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 #7D017C is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.51 |
| HSL | 300.48º | 0.98% | 0.25% | - |
| HSV(B) | 300.48º | 0.99% | 0.49% | - |
| XYZ | 12.11 | 5.84 | 19.56 | - |
| YUV | 52.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 124 | 0 | 0.99 | 0.01 | 0.51 | 300.48 | 0.98 | 0.25 |
| Hex | 7D | 1 | 7C | 0 | 63 | 1 | 33 | 12C | 62 | 19 |
| Octal | 175 | 1 | 174 | 0 | 143 | 1 | 63 | 454 | 142 | 31 |
| Binary | 1111101 | 1 | 1111100 | 0 | 1100011 | 1 | 110011 | 100101100 | 1100010 | 11001 |
Color Harmonies of #7D017C
Complementary color
Monochromatic Colors of #7D017C
Black with #7D017C
Text Example
Text Example
White with #7D017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D017C; }
p { color: rgb(125,1,124); }
H1.HeaderClassName
{
color: #7D017C;
}
.AnyTagClassName
{
color: #7D017C;
}
</style>
background-color css
<style>
a { background-color: #7D017C; }
a { background-color: rgb(125,1,124); }
div.DivClassName
{
background-color: #7D017C;
}
.BgClassName
{
background-color: #7D017C;
}
</style>
border-color css
<style>
span { border-color: #7D017C; }
span { border-color: rgb(125,1,124); }
td.TdClassName
{
border-color: #7D017C;
}
.TagClassName
{
border-color: #7D017C;
}
</style>