Shades of Purple #7A058D
Tints of Purple #7A058D
RGB
CMYK
RGB Variations
Color information
#7A058D (or 0x7A058D) is known color: Purple. HEX triplet: 7A, 05 and 8D. RGB value is (122,5,141). Sum of RGB (Red+Green+Blue) = 122+5+141=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A058D is #85FA72. Grayscale: #373737. Windows color (decimal): -8780403 or 9241978. OLE color: 9241978.
HSL color Cylindrical-coordinate representation of color #7A058D: hue angle of 291.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A058D is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 5 | 141 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.45 |
| HSL | 291.62º | 0.93% | 0.29% | - |
| HSV(B) | 291.62º | 0.96% | 0.55% | - |
| XYZ | 12.89 | 6.17 | 25.71 | - |
| YUV | 55.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 141 | 0.13 | 0.96 | 0 | 0.45 | 291.62 | 0.93 | 0.29 |
| Hex | 7A | 5 | 8D | D | 60 | 0 | 2D | 124 | 5D | 1D |
| Octal | 172 | 5 | 215 | 15 | 140 | 0 | 55 | 444 | 135 | 35 |
| Binary | 1111010 | 101 | 10001101 | 1101 | 1100000 | 0 | 101101 | 100100100 | 1011101 | 11101 |
Color Harmonies of #7A058D
Complementary color
Monochromatic Colors of #7A058D
Black with #7A058D
Text Example
Text Example
White with #7A058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A058D; }
p { color: rgb(122,5,141); }
H1.HeaderClassName
{
color: #7A058D;
}
.AnyTagClassName
{
color: #7A058D;
}
</style>
background-color css
<style>
a { background-color: #7A058D; }
a { background-color: rgb(122,5,141); }
div.DivClassName
{
background-color: #7A058D;
}
.BgClassName
{
background-color: #7A058D;
}
</style>
border-color css
<style>
span { border-color: #7A058D; }
span { border-color: rgb(122,5,141); }
td.TdClassName
{
border-color: #7A058D;
}
.TagClassName
{
border-color: #7A058D;
}
</style>