Shades of Purple #7D017A
Tints of Purple #7D017A
RGB
CMYK
RGB Variations
Color information
#7D017A (or 0x7D017A) is known color: Purple. HEX triplet: 7D, 01 and 7A. RGB value is (125,1,122). Sum of RGB (Red+Green+Blue) = 125+1+122=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D017A is #82FE85. Grayscale: #333333. Windows color (decimal): -8584838 or 7995773. OLE color: 7995773.
HSL color Cylindrical-coordinate representation of color #7D017A: hue angle of 301.45º 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 #7D017A is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.51 |
| HSL | 301.45º | 0.98% | 0.25% | - |
| HSV(B) | 301.45º | 0.99% | 0.49% | - |
| XYZ | 11.98 | 5.79 | 18.9 | - |
| YUV | 51.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 122 | 0 | 0.99 | 0.02 | 0.51 | 301.45 | 0.98 | 0.25 |
| Hex | 7D | 1 | 7A | 0 | 63 | 2 | 33 | 12D | 62 | 19 |
| Octal | 175 | 1 | 172 | 0 | 143 | 2 | 63 | 455 | 142 | 31 |
| Binary | 1111101 | 1 | 1111010 | 0 | 1100011 | 10 | 110011 | 100101101 | 1100010 | 11001 |
Color Harmonies of #7D017A
Complementary color
Monochromatic Colors of #7D017A
Black with #7D017A
Text Example
Text Example
White with #7D017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D017A; }
p { color: rgb(125,1,122); }
H1.HeaderClassName
{
color: #7D017A;
}
.AnyTagClassName
{
color: #7D017A;
}
</style>
background-color css
<style>
a { background-color: #7D017A; }
a { background-color: rgb(125,1,122); }
div.DivClassName
{
background-color: #7D017A;
}
.BgClassName
{
background-color: #7D017A;
}
</style>
border-color css
<style>
span { border-color: #7D017A; }
span { border-color: rgb(125,1,122); }
td.TdClassName
{
border-color: #7D017A;
}
.TagClassName
{
border-color: #7D017A;
}
</style>