Shades of Purple #7D077F
Tints of Purple #7D077F
RGB
CMYK
RGB Variations
Color information
#7D077F (or 0x7D077F) is known color: Purple. HEX triplet: 7D, 07 and 7F. RGB value is (125,7,127). Sum of RGB (Red+Green+Blue) = 125+7+127=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D077F is #82F880. Grayscale: #373737. Windows color (decimal): -8583297 or 8324989. OLE color: 8324989.
HSL color Cylindrical-coordinate representation of color #7D077F: hue angle of 299º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D077F is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 7 | 127 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.50 |
| HSL | 299º | 0.9% | 0.26% | - |
| HSV(B) | 299º | 0.94% | 0.5% | - |
| XYZ | 12.36 | 6.04 | 20.59 | - |
| YUV | 55.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 127 | 0.02 | 0.94 | 0 | 0.50 | 299 | 0.9 | 0.26 |
| Hex | 7D | 7 | 7F | 2 | 5E | 0 | 32 | 12B | 5A | 1A |
| Octal | 175 | 7 | 177 | 2 | 136 | 0 | 62 | 453 | 132 | 32 |
| Binary | 1111101 | 111 | 1111111 | 10 | 1011110 | 0 | 110010 | 100101011 | 1011010 | 11010 |
Color Harmonies of #7D077F
Complementary color
Monochromatic Colors of #7D077F
Black with #7D077F
Text Example
Text Example
White with #7D077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D077F; }
p { color: rgb(125,7,127); }
H1.HeaderClassName
{
color: #7D077F;
}
.AnyTagClassName
{
color: #7D077F;
}
</style>
background-color css
<style>
a { background-color: #7D077F; }
a { background-color: rgb(125,7,127); }
div.DivClassName
{
background-color: #7D077F;
}
.BgClassName
{
background-color: #7D077F;
}
</style>
border-color css
<style>
span { border-color: #7D077F; }
span { border-color: rgb(125,7,127); }
td.TdClassName
{
border-color: #7D077F;
}
.TagClassName
{
border-color: #7D077F;
}
</style>