Shades of Purple #7D0672
Tints of Purple #7D0672
RGB
CMYK
RGB Variations
Color information
#7D0672 (or 0x7D0672) is known color: Purple. HEX triplet: 7D, 06 and 72. RGB value is (125,6,114). Sum of RGB (Red+Green+Blue) = 125+6+114=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0672 is #82F98D. Grayscale: #353535. Windows color (decimal): -8583566 or 7472765. OLE color: 7472765.
HSL color Cylindrical-coordinate representation of color #7D0672: hue angle of 305.55º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0672 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 6 | 114 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.51 |
| HSL | 305.55º | 0.91% | 0.26% | - |
| HSV(B) | 305.55º | 0.95% | 0.49% | - |
| XYZ | 11.56 | 5.71 | 16.41 | - |
| YUV | 53.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 114 | 0 | 0.95 | 0.09 | 0.51 | 305.55 | 0.91 | 0.26 |
| Hex | 7D | 6 | 72 | 0 | 5F | 9 | 33 | 132 | 5B | 1A |
| Octal | 175 | 6 | 162 | 0 | 137 | 11 | 63 | 462 | 133 | 32 |
| Binary | 1111101 | 110 | 1110010 | 0 | 1011111 | 1001 | 110011 | 100110010 | 1011011 | 11010 |
Color Harmonies of #7D0672
Complementary color
Monochromatic Colors of #7D0672
Black with #7D0672
Text Example
Text Example
White with #7D0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0672; }
p { color: rgb(125,6,114); }
H1.HeaderClassName
{
color: #7D0672;
}
.AnyTagClassName
{
color: #7D0672;
}
</style>
background-color css
<style>
a { background-color: #7D0672; }
a { background-color: rgb(125,6,114); }
div.DivClassName
{
background-color: #7D0672;
}
.BgClassName
{
background-color: #7D0672;
}
</style>
border-color css
<style>
span { border-color: #7D0672; }
span { border-color: rgb(125,6,114); }
td.TdClassName
{
border-color: #7D0672;
}
.TagClassName
{
border-color: #7D0672;
}
</style>