Shades of Purple #7D058C
Tints of Purple #7D058C
RGB
CMYK
RGB Variations
Color information
#7D058C (or 0x7D058C) is known color: Purple. HEX triplet: 7D, 05 and 8C. RGB value is (125,5,140). Sum of RGB (Red+Green+Blue) = 125+5+140=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D058C is #82FA73. Grayscale: #373737. Windows color (decimal): -8583796 or 9176445. OLE color: 9176445.
HSL color Cylindrical-coordinate representation of color #7D058C: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D058C is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 5 | 140 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.45 |
| HSL | 293.33º | 0.93% | 0.28% | - |
| HSV(B) | 293.33º | 0.96% | 0.55% | - |
| XYZ | 13.25 | 6.36 | 25.34 | - |
| YUV | 56.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 140 | 0.11 | 0.96 | 0 | 0.45 | 293.33 | 0.93 | 0.28 |
| Hex | 7D | 5 | 8C | B | 60 | 0 | 2D | 125 | 5D | 1C |
| Octal | 175 | 5 | 214 | 13 | 140 | 0 | 55 | 445 | 135 | 34 |
| Binary | 1111101 | 101 | 10001100 | 1011 | 1100000 | 0 | 101101 | 100100101 | 1011101 | 11100 |
Color Harmonies of #7D058C
Complementary color
Monochromatic Colors of #7D058C
Black with #7D058C
Text Example
Text Example
White with #7D058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D058C; }
p { color: rgb(125,5,140); }
H1.HeaderClassName
{
color: #7D058C;
}
.AnyTagClassName
{
color: #7D058C;
}
</style>
background-color css
<style>
a { background-color: #7D058C; }
a { background-color: rgb(125,5,140); }
div.DivClassName
{
background-color: #7D058C;
}
.BgClassName
{
background-color: #7D058C;
}
</style>
border-color css
<style>
span { border-color: #7D058C; }
span { border-color: rgb(125,5,140); }
td.TdClassName
{
border-color: #7D058C;
}
.TagClassName
{
border-color: #7D058C;
}
</style>