Shades of Purple #7A058B
Tints of Purple #7A058B
RGB
CMYK
RGB Variations
Color information
#7A058B (or 0x7A058B) is known color: Purple. HEX triplet: 7A, 05 and 8B. RGB value is (122,5,139). Sum of RGB (Red+Green+Blue) = 122+5+139=266 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.86% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A058B is #85FA74. Grayscale: #363636. Windows color (decimal): -8780405 or 9110906. OLE color: 9110906.
HSL color Cylindrical-coordinate representation of color #7A058B: hue angle of 292.39º 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 #7A058B is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 5 | 139 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.45 |
| HSL | 292.39º | 0.93% | 0.28% | - |
| HSV(B) | 292.39º | 0.96% | 0.55% | - |
| XYZ | 12.74 | 6.11 | 24.93 | - |
| YUV | 55.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 139 | 0.12 | 0.96 | 0 | 0.45 | 292.39 | 0.93 | 0.28 |
| Hex | 7A | 5 | 8B | C | 60 | 0 | 2D | 124 | 5D | 1C |
| Octal | 172 | 5 | 213 | 14 | 140 | 0 | 55 | 444 | 135 | 34 |
| Binary | 1111010 | 101 | 10001011 | 1100 | 1100000 | 0 | 101101 | 100100100 | 1011101 | 11100 |
Color Harmonies of #7A058B
Complementary color
Monochromatic Colors of #7A058B
Black with #7A058B
Text Example
Text Example
White with #7A058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A058B; }
p { color: rgb(122,5,139); }
H1.HeaderClassName
{
color: #7A058B;
}
.AnyTagClassName
{
color: #7A058B;
}
</style>
background-color css
<style>
a { background-color: #7A058B; }
a { background-color: rgb(122,5,139); }
div.DivClassName
{
background-color: #7A058B;
}
.BgClassName
{
background-color: #7A058B;
}
</style>
border-color css
<style>
span { border-color: #7A058B; }
span { border-color: rgb(122,5,139); }
td.TdClassName
{
border-color: #7A058B;
}
.TagClassName
{
border-color: #7A058B;
}
</style>