Shades of Purple #7D076F
Tints of Purple #7D076F
RGB
CMYK
RGB Variations
Color information
#7D076F (or 0x7D076F) is known color: Purple. HEX triplet: 7D, 07 and 6F. RGB value is (125,7,111). Sum of RGB (Red+Green+Blue) = 125+7+111=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D076F is #82F890. Grayscale: #353535. Windows color (decimal): -8583313 or 7276413. OLE color: 7276413.
HSL color Cylindrical-coordinate representation of color #7D076F: hue angle of 307.12º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D076F is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 7 | 111 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.51 |
| HSL | 307.12º | 0.89% | 0.26% | - |
| HSV(B) | 307.12º | 0.94% | 0.49% | - |
| XYZ | 11.4 | 5.66 | 15.53 | - |
| YUV | 54.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 111 | 0 | 0.94 | 0.11 | 0.51 | 307.12 | 0.89 | 0.26 |
| Hex | 7D | 7 | 6F | 0 | 5E | B | 33 | 133 | 59 | 1A |
| Octal | 175 | 7 | 157 | 0 | 136 | 13 | 63 | 463 | 131 | 32 |
| Binary | 1111101 | 111 | 1101111 | 0 | 1011110 | 1011 | 110011 | 100110011 | 1011001 | 11010 |
Color Harmonies of #7D076F
Complementary color
Monochromatic Colors of #7D076F
Black with #7D076F
Text Example
Text Example
White with #7D076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D076F; }
p { color: rgb(125,7,111); }
H1.HeaderClassName
{
color: #7D076F;
}
.AnyTagClassName
{
color: #7D076F;
}
</style>
background-color css
<style>
a { background-color: #7D076F; }
a { background-color: rgb(125,7,111); }
div.DivClassName
{
background-color: #7D076F;
}
.BgClassName
{
background-color: #7D076F;
}
</style>
border-color css
<style>
span { border-color: #7D076F; }
span { border-color: rgb(125,7,111); }
td.TdClassName
{
border-color: #7D076F;
}
.TagClassName
{
border-color: #7D076F;
}
</style>