Shades of Purple #7A028B
Tints of Purple #7A028B
RGB
CMYK
RGB Variations
Color information
#7A028B (or 0x7A028B) is known color: Purple. HEX triplet: 7A, 02 and 8B. RGB value is (122,2,139). Sum of RGB (Red+Green+Blue) = 122+2+139=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A028B is #85FD74. Grayscale: #353535. Windows color (decimal): -8781173 or 9110138. OLE color: 9110138.
HSL color Cylindrical-coordinate representation of color #7A028B: hue angle of 292.55º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A028B is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 2 | 139 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.45 |
| HSL | 292.55º | 0.97% | 0.28% | - |
| HSV(B) | 292.55º | 0.99% | 0.55% | - |
| XYZ | 12.71 | 6.05 | 24.92 | - |
| YUV | 53.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 139 | 0.12 | 0.99 | 0 | 0.45 | 292.55 | 0.97 | 0.28 |
| Hex | 7A | 2 | 8B | C | 63 | 0 | 2D | 125 | 61 | 1C |
| Octal | 172 | 2 | 213 | 14 | 143 | 0 | 55 | 445 | 141 | 34 |
| Binary | 1111010 | 10 | 10001011 | 1100 | 1100011 | 0 | 101101 | 100100101 | 1100001 | 11100 |
Color Harmonies of #7A028B
Complementary color
Monochromatic Colors of #7A028B
Black with #7A028B
Text Example
Text Example
White with #7A028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A028B; }
p { color: rgb(122,2,139); }
H1.HeaderClassName
{
color: #7A028B;
}
.AnyTagClassName
{
color: #7A028B;
}
</style>
background-color css
<style>
a { background-color: #7A028B; }
a { background-color: rgb(122,2,139); }
div.DivClassName
{
background-color: #7A028B;
}
.BgClassName
{
background-color: #7A028B;
}
</style>
border-color css
<style>
span { border-color: #7A028B; }
span { border-color: rgb(122,2,139); }
td.TdClassName
{
border-color: #7A028B;
}
.TagClassName
{
border-color: #7A028B;
}
</style>