Shades of Purple #7D0472
Tints of Purple #7D0472
RGB
CMYK
RGB Variations
Color information
#7D0472 (or 0x7D0472) is known color: Purple. HEX triplet: 7D, 04 and 72. RGB value is (125,4,114). Sum of RGB (Red+Green+Blue) = 125+4+114=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0472 is #82FB8D. Grayscale: #343434. Windows color (decimal): -8584078 or 7472253. OLE color: 7472253.
HSL color Cylindrical-coordinate representation of color #7D0472: hue angle of 305.45º 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 #7D0472 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 114 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.51 |
| HSL | 305.45º | 0.94% | 0.25% | - |
| HSV(B) | 305.45º | 0.97% | 0.49% | - |
| XYZ | 11.54 | 5.66 | 16.4 | - |
| YUV | 52.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 114 | 0 | 0.97 | 0.09 | 0.51 | 305.45 | 0.94 | 0.25 |
| Hex | 7D | 4 | 72 | 0 | 61 | 9 | 33 | 131 | 5E | 19 |
| Octal | 175 | 4 | 162 | 0 | 141 | 11 | 63 | 461 | 136 | 31 |
| Binary | 1111101 | 100 | 1110010 | 0 | 1100001 | 1001 | 110011 | 100110001 | 1011110 | 11001 |
Color Harmonies of #7D0472
Complementary color
Monochromatic Colors of #7D0472
Black with #7D0472
Text Example
Text Example
White with #7D0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0472; }
p { color: rgb(125,4,114); }
H1.HeaderClassName
{
color: #7D0472;
}
.AnyTagClassName
{
color: #7D0472;
}
</style>
background-color css
<style>
a { background-color: #7D0472; }
a { background-color: rgb(125,4,114); }
div.DivClassName
{
background-color: #7D0472;
}
.BgClassName
{
background-color: #7D0472;
}
</style>
border-color css
<style>
span { border-color: #7D0472; }
span { border-color: rgb(125,4,114); }
td.TdClassName
{
border-color: #7D0472;
}
.TagClassName
{
border-color: #7D0472;
}
</style>