Shades of Purple #7D046D
Tints of Purple #7D046D
RGB
CMYK
RGB Variations
Color information
#7D046D (or 0x7D046D) is known color: Purple. HEX triplet: 7D, 04 and 6D. RGB value is (125,4,109). Sum of RGB (Red+Green+Blue) = 125+4+109=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D046D is #82FB92. Grayscale: #333333. Windows color (decimal): -8584083 or 7144573. OLE color: 7144573.
HSL color Cylindrical-coordinate representation of color #7D046D: hue angle of 307.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D046D is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 109 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.51 |
| HSL | 307.93º | 0.94% | 0.25% | - |
| HSV(B) | 307.93º | 0.97% | 0.49% | - |
| XYZ | 11.26 | 5.55 | 14.95 | - |
| YUV | 52.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 109 | 0 | 0.97 | 0.13 | 0.51 | 307.93 | 0.94 | 0.25 |
| Hex | 7D | 4 | 6D | 0 | 61 | D | 33 | 134 | 5E | 19 |
| Octal | 175 | 4 | 155 | 0 | 141 | 15 | 63 | 464 | 136 | 31 |
| Binary | 1111101 | 100 | 1101101 | 0 | 1100001 | 1101 | 110011 | 100110100 | 1011110 | 11001 |
Color Harmonies of #7D046D
Complementary color
Monochromatic Colors of #7D046D
Black with #7D046D
Text Example
Text Example
White with #7D046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D046D; }
p { color: rgb(125,4,109); }
H1.HeaderClassName
{
color: #7D046D;
}
.AnyTagClassName
{
color: #7D046D;
}
</style>
background-color css
<style>
a { background-color: #7D046D; }
a { background-color: rgb(125,4,109); }
div.DivClassName
{
background-color: #7D046D;
}
.BgClassName
{
background-color: #7D046D;
}
</style>
border-color css
<style>
span { border-color: #7D046D; }
span { border-color: rgb(125,4,109); }
td.TdClassName
{
border-color: #7D046D;
}
.TagClassName
{
border-color: #7D046D;
}
</style>