Shades of Purple #7D026E
Tints of Purple #7D026E
RGB
CMYK
RGB Variations
Color information
#7D026E (or 0x7D026E) is known color: Purple. HEX triplet: 7D, 02 and 6E. RGB value is (125,2,110). Sum of RGB (Red+Green+Blue) = 125+2+110=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D026E is #82FD91. Grayscale: #323232. Windows color (decimal): -8584594 or 7209597. OLE color: 7209597.
HSL color Cylindrical-coordinate representation of color #7D026E: hue angle of 307.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D026E is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 2 | 110 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.51 |
| HSL | 307.32º | 0.97% | 0.25% | - |
| HSV(B) | 307.32º | 0.98% | 0.49% | - |
| XYZ | 11.29 | 5.53 | 15.22 | - |
| YUV | 51.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 110 | 0 | 0.98 | 0.12 | 0.51 | 307.32 | 0.97 | 0.25 |
| Hex | 7D | 2 | 6E | 0 | 62 | C | 33 | 133 | 61 | 19 |
| Octal | 175 | 2 | 156 | 0 | 142 | 14 | 63 | 463 | 141 | 31 |
| Binary | 1111101 | 10 | 1101110 | 0 | 1100010 | 1100 | 110011 | 100110011 | 1100001 | 11001 |
Color Harmonies of #7D026E
Complementary color
Monochromatic Colors of #7D026E
Black with #7D026E
Text Example
Text Example
White with #7D026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D026E; }
p { color: rgb(125,2,110); }
H1.HeaderClassName
{
color: #7D026E;
}
.AnyTagClassName
{
color: #7D026E;
}
</style>
background-color css
<style>
a { background-color: #7D026E; }
a { background-color: rgb(125,2,110); }
div.DivClassName
{
background-color: #7D026E;
}
.BgClassName
{
background-color: #7D026E;
}
</style>
border-color css
<style>
span { border-color: #7D026E; }
span { border-color: rgb(125,2,110); }
td.TdClassName
{
border-color: #7D026E;
}
.TagClassName
{
border-color: #7D026E;
}
</style>